Bug #214397 - Deadlock in org.netbeans.modules.debugger.jpda.ui.views.ViewModelListener
Martin Entlicher <[email protected]> Thu, 21 Jun 2012 15:45:56 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
http://netbeans.org/bugzilla/show_bug.cgi?id=214397 Description: Some GUI components were constructed on a non-AWT thread. This has caused a deadlock, when it tried to acquire AWTTreeLock, which was held by the AWT thread. Fix: Create the GUI components on AWT thread. Risk: None we're aware of. The fix has been reviewed by Jaroslav Havlin Changeset: http://hg.netbeans.org/main-golden/rev/38d0808dbc9e