You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crash appears to be in the OpenJFX Glass module native code and not in Corretto. Have you tried the latest OpenJFX 21.0.2 build? It looks like you might still be in 21.0.1+6.
The crash appears to be in the OpenJFX Glass module native code and not in Corretto. Have you tried the latest OpenJFX 21.0.2 build? It looks like you might still be in 21.0.1+6.
I tested it with OpenJFX 21.0.1+6, and the issue persists. Anyhow, I appreciate your assistance. I'm going to submit a bug report to the OpenJFX Repository.
Describe the bug
JRE crashes with EXCEPTION_ACCESS_VIOLATION after closing a dialog in JavaFX.
To Reproduce
Just open a dialog in JavaFX and close(interrupt) the dialog from the IDE.
Note: it doesn't happen with all dialogs just this one
How to Reproduce video
Expected behavior
For the dialog and the app to stop and return code 130 (since it's an interruption of the running process ) without the JRE throwing an exception
Platform information
Error report file:
hs_err_pid17808.log
Source code
Available upon request if there is an issue with JRE and the code might help.
Note: This app is only a basic GUI for interacting with a database for a database course at the university.
The text was updated successfully, but these errors were encountered: