ControlSystemStudio / phoebus

A framework and set of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
http://phoebus.org/
Eclipse Public License 1.0
82 stars 88 forks source link

JVM crash on Mac OS 14.3.1 (Sonoma) and Temurin 17.0.10+7 #2977

Open georgweiss opened 3 months ago

georgweiss commented 3 months ago

See: https://github.com/adoptium/adoptium-support/issues/1043

Temurin 17.0.8+7 works, though, as does Temurin 21.0.1.

Or Temurin 17.0.10+7 and JavaFX20+.

georgweiss commented 3 months ago

@kasemir, @shroffk, there is an interesting comment in the issue ticket I created on Adoptium...

kasemir commented 3 months ago

"JFX19 requires JDK19"??

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.

georgweiss commented 3 months ago

Told you the comment is interesting... Will update with your input.

shroffk commented 3 months ago

wtf

georgweiss commented 3 months ago

Bug report submitted also to OpenJDK: https://bugs.java.com/bugdatabase/view_bug?bug_id=JDK-8329016