-
Notifications
You must be signed in to change notification settings - Fork 42
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
Crash on multithreaded execution #42
Comments
What is the format of the test image? Does is crash with a SIGSEGV? |
Any jpeg (I have some pngs and gifs, but mostly jpegs) |
I can reproduce using an ExecutorService with a CompletionService. |
I suspect an early FileChannel closing in the try-with resources statement which unmaps the memory. In command line, it sometimes throws several CloseChannelException instead of sigsegv. |
Hi, thanks for investigating the problem! |
I will have a look how to handle this case and what is possible to do |
Lib crashed when execute on > 1 thread something like this
The text was updated successfully, but these errors were encountered: