-
Notifications
You must be signed in to change notification settings - Fork 388
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
Java2D Queue Flusher JVM crash #673
Comments
do you have reproduce program? is it MacOS-specific? if your program is pure in Java, have you tried on other platforms? |
@navyxliu I have not tested on other platforms so MacOS-specific for now, yes. And this program (http://github.com/igvteam/igv) is pure Java... it's a hard one to reproduce since it only happens after switching between monitors/closed lid/time passing between meetings, etc... Can you perhaps dig out some similarities from this backtrace and the one posted upstream on Corretto issue tracker? |
Could you provide hs_err_$pid.log file? I can't pull much information out of your error message. Check out the statcktrace of Thread-25. it accessed a NULL ptr. |
@navyxliu Sure, here it is: This one wasn't created while running IGV but another Java app... which is not 100% Java but by the looks of it only Java AWT/OpenGL are the ones crashing again. Thanks for looking at that! |
This bug persists on OpenJDK 12, attaching a log from a Swing app I'm building: hs_err_pid80176.log |
Don't worry, they are working on it (both OpenJDK and Amazon): corretto/corretto-11#46 (comment) A fix should come soon enough. |
Leaving this here for future reference, not an IGV bug per se, but I think it's helpful to be able to report those upstream/elsewhere and refer back to this. For instance, #457.
@igvteam, feel free to close right away if you haven't experienced this, not your fault.
The text was updated successfully, but these errors were encountered: