Skip to content
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

ARM M2: JavaFX crashes when second scene opened. #134

Open
bowring opened this issue Jun 15, 2023 · 2 comments
Open

ARM M2: JavaFX crashes when second scene opened. #134

bowring opened this issue Jun 15, 2023 · 2 comments

Comments

@bowring
Copy link

bowring commented Jun 15, 2023

Liberica Java Version: 20.0.2
JavaFX Version: 20.0.2+1+b01
OS: Mac OS X 13.5

Issue details: JavaFX program runs fine on Mac Intel and on ARM M2 using Win11 via Parallels. It crashes on ARM M2 when opening a second scene that invokes services/tasks.
To replicate bug:

  1. clone https://github.com/CIRDLES/Tripoli
  2. build and run TripoliApp using Liberica 20.0.2 Full
  3. click menu: Session / Open Demonstration Session
  4. double click any of the analyses that appear on the right to open Analysis Manager
  5. click the bottom right button "Process / Plot blocks using MCMC"
  6. note new window appears for an instant and then Java crashes.
  7. using Intellij in debug mode, set a breakpoint at:
    line 634 of
    https://github.com/CIRDLES/Tripoli/blob/main/TripoliApp/src/main/java/org/cirdles/tripoli/gui/AnalysisManagerController.java
  8. set a breakpoint at:
    line 77 of
    https://github.com/CIRDLES/Tripoli/blob/main/TripoliApp/src/main/java/org/cirdles/tripoli/gui/dataViews/plots/plotsControllers/mcmcPlots/MCMCPlotsWindow.java
  9. follow steps 3-5 above
  10. step over line 634 and subsequent lines (or just run to next breakpoint at line 77 in step 8)
  11. executing line 77 from step 8 crashes Java
  12. see attached logs:

replay_pid93645.log
hs_err_pid93645.log

Thank you!

@bowring
Copy link
Author

bowring commented Jun 26, 2023

Followup - also true with Azul Zulu build. Is the problem purely with JavaFX?

@bowring
Copy link
Author

bowring commented Aug 14, 2023

Since no one has responded, I submitted to Oracle Java Bug Database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant