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 198611 - IDE hangs
Summary: IDE hangs
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.0.1
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2011-05-15 05:28 UTC by bht
Modified: 2011-05-23 18:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (22.72 KB, text/plain)
2011-05-15 05:29 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2011-05-15 05:28:03 UTC
After editing a few HTML and JavaScript files, although it has been running almost for a day.

After editing a few HTML and JavaScript files, although it has been running almost for a day.

-Dnetbeans.home=C:\Program Files\NetBeans Dev 201105050000\platform

Thread dump attached.
Comment 1 bht 2011-05-15 05:29:21 UTC
Created attachment 108299 [details]
thread dump
Comment 2 David Strupl 2011-05-20 08:42:27 UTC
Jardo, can you please have a look why this could have happened? Thanks a lot.
Comment 3 Jaroslav Tulach 2011-05-23 15:15:39 UTC
The AWT is waiting for some other thread to finish. Probably there was some excpetion thrown before. Can you attach messages.log file?


"AWT-EventQueue-1" prio=6 tid=0x452e1400 nid=0x5ec in Object.wait() [0x4e13e000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:485)
	at org.openide.text.CloneableEditor$DoInitialize.initDocument(CloneableEditor.java:681)
	- locked <0x16920e90> (a org.openide.text.CloneableEditor$DoInitialize)
	at org.openide.text.CloneableEditor$DoInitialize.initVisual(CloneableEditor.java:719)
	at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:1232)
	at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:1132)
	at org.netbeans.modules.search.TextDetail.showDetail(TextDetail.java:150)
	at org.netbeans.modules.search.TextDetail$DetailNode.gotoDetail(TextDetail.java:473)
	at org.netbeans.modules.search.ResultViewPanel.goToDetail(ResultViewPanel.java:911)
	at org.netbeans.modules.search.ResultViewPanel.goToNext(ResultViewPanel.java:903)
Comment 4 bht 2011-05-23 18:15:43 UTC
Will do next time this happens.