-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b110
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175405 | openjdk7u | Unassigned | P3 | Resolved | Fixed | master |
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.
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.
- backported by
-
JDK-8175405 [macosx] SwingNode crashes on exit
- Resolved