-
Bug
-
Resolution: Duplicate
-
P2
-
fx2.1
-
Mac OS X 10.7
JavaFX 2.1 b09
Run HelloRectangle or HelloControls or pretty much any other app as follows (setting javafx.keepalive=true defeats the workaround as described in RT-17777):
java -Djavafx.keepalive=true helloworld.HelloRectangle
Exit by pressing the window close button in the decoration
Most of the time the app will hang until another window (or the desktop) gets focus. I have attached a thread stack dump that I generated from a remote login shell (since clicking in a window on screen will allow the app to exit).
Note that we must remove the System.exit workaround in order to ship JavaFX on Mac for 2.1.
java -Djavafx.keepalive=true helloworld.HelloRectangle
Exit by pressing the window close button in the decoration
Most of the time the app will hang until another window (or the desktop) gets focus. I have attached a thread stack dump that I generated from a remote login shell (since clicking in a window on screen will allow the app to exit).
Note that we must remove the System.exit workaround in order to ship JavaFX on Mac for 2.1.
- blocks
-
JDK-8128180 Remove workaround on Mac where we are calling System.exit
- Closed
- duplicates
-
JDK-8114019 Mac: closing javafx application with window button takes a while to end java process
- Closed
- relates to
-
JDK-8114019 Mac: closing javafx application with window button takes a while to end java process
- Closed
-
JDK-8115676 Mac: applications sometime crash on exit
- Closed
-
JDK-8121981 [Mac,Glass] Process does not finish closing main window
- Resolved