-
Bug
-
Resolution: Fixed
-
P2
-
fx2.1
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
Often the app will crash in glass native code as it is exiting with the following error:
Invalid memory access of location 0x50 rip=0x10564769a
Segmentation fault: 11
I have attached the crash dump.
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
Often the app will crash in glass native code as it is exiting with the following error:
Invalid memory access of location 0x50 rip=0x10564769a
Segmentation fault: 11
I have attached the crash dump.
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
- relates to
-
JDK-8116226 Mac: applications frequently hang after closing them
- Closed
-
JDK-8088354 Mac: Annoying dialog when you run a JavaFX program after a previous program crashes
- Closed