-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
-
Mac OS X 10.6
The JavaFX launcher will call Toolkit.exit() when the application is done -- this happens when the last window is closed, or an explicit call to Platform.exit(), or if an exception is thrown from the init() or start() method. The QuantumToolkit shuts down the pulse timer and the renderer, then calls Application.terminate in glass.
This works fine on Windows.
On Mac, we frequently get an exception. This may be provoked by the toolkit continuing to use glass after the glass Application has been terminated.
This works fine on Windows.
On Mac, we frequently get an exception. This may be provoked by the toolkit continuing to use glass after the glass Application has been terminated.
- duplicates
-
JDK-8128710 Quitting Mac Glass application throws exceptions (ES2, J2D) and crashes Java (J2D)
-
- Closed
-
- relates to
-
JDK-8206133 [Accessibility, macOS] Native assertion errors in glass on JavaFX application shutdown
-
- Open
-
-
JDK-8114065 Mac: need workaround for crash / hang on exit issues
-
- Resolved
-