JDK-8024779 : [macosx] SwingNode crashes on exit
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2013-09-13
  • Updated: 2017-02-22
  • Resolved: 2013-09-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8 b110Fixed openjdk7uFixed
Description
Steps to reproduce: 
1. Create an application with SwingNode and add a ComboBox to it. 
2. Open and close a ComboBox
3. Close the window -> app crashes

The log is attached

The problem is that FX is detaching the thread before the CPlatformWindow created for the popup is deallocated.