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 120976 - Select Root Methods dialog sometimes hungs IDE
Summary: Select Root Methods dialog sometimes hungs IDE
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-11-02 15:23 UTC by Maksim Khramov
Modified: 2007-11-02 20:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Threads dump for issue (25.94 KB, application/octet-stream)
2007-11-02 15:24 UTC, Maksim Khramov
Details
Another threads dump for issue (24.05 KB, text/plain)
2007-11-02 15:25 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2007-11-02 15:23:19 UTC
Product Version: NetBeans IDE Dev (Build 200710310000)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

I reproduce this issue on expanding Inner Classes nodes in Select Root Methods dialog.
Comment 1 Maksim Khramov 2007-11-02 15:24:38 UTC
Created attachment 52377 [details]
Threads dump for issue
Comment 2 Maksim Khramov 2007-11-02 15:25:16 UTC
Created attachment 52378 [details]
Another threads dump for issue
Comment 3 J Bachorik 2007-11-02 20:15:34 UTC
it should be fixed. there was a problem in the profiler SwingWorker which caused by certain circumstances an attempt to
obtain a locked monitor on EDT - thus creating UI deadlock

Checking in SwingWorker.java;
/cvs/profiler/libs/jfluid-ui/src/org/netbeans/lib/profiler/ui/SwingWorker.java,v  <--  SwingWorker.java
new revision: 1.2; previous revision: 1.1
done