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 201751 - InterruptedException at java.lang.Object.wait
Summary: InterruptedException at java.lang.Object.wait
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 200966
  Show dependency tree
 
Reported: 2011-09-07 14:37 UTC by Jesse Glick
Modified: 2011-09-15 08:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181007


Attachments
stacktrace (6.60 KB, text/plain)
2011-09-07 14:37 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-09-07 14:37:40 UTC
Build: NetBeans IDE Dev (Build 20110906-a0e51eda72c3)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
jglick: Projects opening in background; downloading updates in foreground.




Stacktrace: 
java.lang.InterruptedException
   at java.lang.Object.wait(Object.java:0)
   at java.lang.Object.wait(Object.java:503)
   at org.openide.text.CloneableEditor$DoInitialize.initDocument(CloneableEditor.java:708)
   at org.openide.text.CloneableEditor$DoInitialize.initVisual(CloneableEditor.java:746)
   at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:1279)
   at org.netbeans.core.spi.multiview.text.MultiViewCloneableEditor.getToolbarRepresentation(MultiViewCloneableEditor.java:88)
Comment 1 Jesse Glick 2011-09-07 14:37:44 UTC
Created attachment 110475 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2011-09-12 14:35:30 UTC
seems related to issue #200966
reassigning
Comment 3 Jaroslav Tulach 2011-09-15 08:52:20 UTC
The current fix for bug 200966 was reverted. Closing for now, needs to be watched for in future.