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 238218

Summary: AWT-EventQueue stuck on Object.wait()
Product: platform Reporter: Marian Petras <mpetras>
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal Keywords: RANDOM, THREAD
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: full thread-dump (JVisualVM)

Description Marian Petras 2013-11-11 08:14:00 UTC
IDE stopped responding due to a never-ending wait() called from CloneableEditorInitializer.waitForFinishedInitialization().

I think I got to the state after an attempt to navigate to a Java class/method using Ctlr-click (but I am not sure).

See the attached thread-dump for more information.
(Thread-dump was generated using JVisualVM.)

--
NetBeans 7.4
Java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
Windows 7 64-bit
Comment 1 Marian Petras 2013-11-11 08:14:37 UTC
Created attachment 142047 [details]
full thread-dump (JVisualVM)
Comment 2 Milutin Kristofic 2013-11-19 14:34:33 UTC
Mila, can you check this? Seems to be related to Bug #228991