-
Notifications
You must be signed in to change notification settings - Fork 105
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 crash when closing lid and/or switching away from external monitors #46
Comments
Thank you @brainstorm for reporting the issue. We are taking a look. |
My pleasure @cliveverghese, here's another crash that just happened now if you need more samples:
|
And the accompanying hs_err_pid.log file: hs_err_pid36662.log |
One more @cliveverghese and @navyxliu, this is happening pretty consistently now, also including hs_err_pid:
/cc @reisingerf @ohofmann |
@cliveverghese and @navyxliu, could you confirm this as a bug? It keeps happening every now and then, we'll contemplate switching to AdoptOpenJDK since we did not experience this crash there... shall we assume that Corretto-11 is not ready for production on desktop OSX endpoints? |
One more crash, this time after upgrading to OSX Catalina 10.15 so it is not Mojave-dependent, related $ java --version
openjdk 11.0.4 2019-07-16 LTS
OpenJDK Runtime Environment Corretto-11.0.4.11.1 (build 11.0.4+11-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.4.11.1 (build 11.0.4+11-LTS, mixed mode)
|
Hi @brainstorm, I think you are being impacted by: The back-port for OpenJDK11 has been approved and it will soon be merged into the main repository. This means it will be included in the next version, 11.0.6 (and therefore, Corretto11 11.0.6.1 and higher once it is released). The back-port for OpenJDK8 is pending approval. |
Genial, gracias David! :) |
@brainstorm We just published a macOS release for Corretto 11 that includes the fix of JDK-8146238. Would you please download the latest 11.0.5.10.2 and verify that your issue has been properly addressed? |
Thanks to everybody involved in this fix. I just installed it now. As the bug is rather tricky to reproduce, I'll close this issue and only reopen if it manifests again. Cheers! |
Closing the lid on my Macbook and/or switching between different monitors on different Java11 apps with AWS Corretto ends up in this... only sometimes though. Also seen in igvteam/igv#673:
The text was updated successfully, but these errors were encountered: