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

Summary: Deadlock while double-clicking on a component that extends JPanel
Product: guibuilder Reporter: matteodg <matteodg>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: THREAD
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump of blocked NB

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 ***