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 - AWT-EventQueue stuck on Object.wait()
Summary: AWT-EventQueue stuck on Object.wait()
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.4
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2013-11-11 08:14 UTC by Marian Petras
Modified: 2013-11-19 14:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread-dump (JVisualVM) (30.36 KB, text/plain)
2013-11-11 08:14 UTC, Marian Petras
Details

Note You need to log in before you can comment on or make changes to this bug.
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