This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191413 - Deadlock while double-clicking on a component that extends JPanel
Summary: Deadlock while double-clicking on a component that extends JPanel
Status: RESOLVED DUPLICATE of bug 187697
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2010-10-27 16:32 UTC by matteodg
Modified: 2010-10-27 18:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump of blocked NB (20.45 KB, text/plain)
2010-10-27 16:32 UTC, matteodg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matteodg 2010-10-27 16:32:41 UTC
Created attachment 102685 [details]
Thread dump of blocked NB

In NetBeans 6.9.1 I double-clicked on a component that extends JPanel and I got stuck on a deadlock between these two threads:
- AWT thread, name is "AWT-EventQueue-1"
- a RequestProcessor thread, name is "GUI Builder"

Attached there is thread dump saved with JVisualVM.
Comment 1 Jan Stola 2010-10-27 18:00:54 UTC
This is a temporary problem of JDK. You should use either JDK 6 update 20 or JDK 6 update 23 (there is a bug in updates 21 and 22).

*** This bug has been marked as a duplicate of bug 187697 ***