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 222651

Summary: IDE freezes (must be killed)
Product: editor Reporter: akobberup
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: threaddump of the ide after it had locked up..

Description akobberup 2012-11-23 10:28:20 UTC
Created attachment 128302 [details]
threaddump of the ide after it had locked up..

I have experienced this two times now (in build 201211170002) this time i took a thread dump.

For me it seems to be maybe a deadlock in the editor or something like that..


"AWT-EventQueue-1" prio=6 tid=0x0000000012ee9800 nid=0x157c in Object.wait() [0x00000000106bd000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at javax.swing.text.AbstractDocument.readLock(AbstractDocument.java:1387)
	- locked <0x00000000d6e95960> (a org.netbeans.modules.editor.NbEditorDocument)
Comment 1 Milutin Kristofic 2012-11-26 12:20:19 UTC
AWT-EventQueue-1 is blocking codetemplates and waiting for Document.Readlock

"Module-Actions" is blocking editor runAtomicAsUser and waiting for codetemplates.
Comment 2 Dusan Balek 2012-11-26 15:48:36 UTC
Already fixed.

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