-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
JDK 17.0.10+7 crashes on MacOS when launching JavaFX 19 application #1043
Comments
@georgweiss To be clear, this is failing using Eclipse JDK 17.0.10 and OpenJFX 19? |
Correct. |
AFAIK - OpenJFX 19 is designed to work with Java 19+, you tend to need to match up the versions. I suspect you'll wan to migrate to Java 21 and OpenJFX 21. |
Well, our project uses both Java 11 and Java 17 with OpenJFX 19. This is the first time we encounter a crash of this type. Reminding that 17.0.8 does not crash in our scenario. Created this issue in case it indicates something more fundamental. |
https://github.com/openjdk/jfx/blob/jfx21/doc-files/release-notes-19.md states "JavaFX 19 requires JDK 11 or later". https://github.com/openjdk/jfx/blob/jfx21/doc-files/release-notes-21.md states "JavaFX 21 requires JDK 17 or later", and similar statements were in previous releases, so there is generally no exact version match required. |
Fair enough, have you also submitted this at OpenJFX? |
I have now, id 9076761. JavaFX bugs now handled by OpenJDK project. |
Hey Guys, I am also having the same issue! @georgweiss were you able to fix this error? if so, could you please share how? |
We decided to go update JavaFX to 21. |
I'm going to be realistic here and say this is a combination that the Adoptium support team won't have capacity to track down and help resolve (especially if 21 works). |
Bug still persists on openJDK-23 on mac (m1) ios15.0 Sep 23, 2024 8:36:29 P.M. com.sun.glass.ui.mac.MacApplication lambda$waitForReactivation$6 Process finished with exit code 134 (interrupted by signal 6:SIGABRT) |
Yes, issue seems to be still present:
mvn -v
Apple Silicon |
https://github.com/openjdk/jfx recommend filing the issue there |
Please provide a brief summary of the bug
On Mac OS 14.3.1 (Sonoma) my JavaFX-based (19) application crashes JVM upon application launch. 100% reproducible. JDK 17.0.8+7 and JavaFX 19 works, as does JDK 17.0.10+7 and JavaFX 20.
Crash triggered by Stage.show().
Did you test with the latest update version?
Please provide steps to reproduce where possible
https://github.com/georgweiss/JavaFXCrash
Expected Results
I expect the JavaFX app to not crash :-)
Actual Results
See description
What Java Version are you using?
openjdk version "17.0.10" 2024-01-16
What is your operating system and platform?
Mac OS 14.3.1 on x86
How did you install Java?
tarball
Did it work before?
Did you test with other Java versions?
Relevant log output
The text was updated successfully, but these errors were encountered: