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 199792 - Hang when using "Trees" navigator view
Summary: Hang when using "Trees" navigator view
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2011-06-30 16:36 UTC by Jesse Glick
Modified: 2016-06-22 01:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (42.81 KB, text/plain)
2011-06-30 16:36 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-06-30 16:36:04 UTC
Created attachment 109175 [details]
Thread dump

Dev build, JDK 7. Switched Nav mode to "Trees (NB Dev)" and started moving selection using the arrow keys. Suddenly the IDE froze with ~50% CPU.
Comment 1 Jesse Glick 2011-06-30 16:39:41 UTC
Seems to happen frequently when selecting (not just expanding & viewing) nodes, so something to do with the corresponding selection in the open editor window.
Comment 2 David Strupl 2011-09-18 18:51:04 UTC
org.netbeans.modules.java.debug.TreeNode is not production code. The tree element navigator is not shown to the regular users of the IDE --> P3.
Comment 3 David Strupl 2011-09-18 18:52:58 UTC
And this whole module belongs to Lahvac ....
Comment 4 Tomas Zezula 2016-06-21 14:47:32 UTC
Fixed jet-main 5f36080183ea
Comment 5 Quality Engineering 2016-06-22 01:50:09 UTC
Integrated into 'main-silver', will be available in build *201606220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5f36080183ea
User: Tomas Zezula <tzezula@netbeans.org>
Log: #199792:Hang when using "Trees" navigator view