-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable the use of memory-mapped files by default when opening tiff files. #31
base: master
Are you sure you want to change the base?
Conversation
What is the purpose of this change? |
@coppice-git We see a lot of crashes when
That's another one for
TIFF handle looks broken internally:
So we are thinking that disabling mmap functionality in libtiff should help. |
|
@coppice-git any thoughts on this? |
This change seems to be hiding a problem, rather than fixing it. If that works for you as a temporary patch, that's great. However, the root problem needs to be addressed. Also, disabling memory mapped files is likely to hurt performance. From the traceback that was posted one failure is in a timer thread, and one is in a data received thread. I wonder if the problem is a thread locking issue? |
No description provided.