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 101801 - Race condition in gc-roots progress dialog display
Summary: Race condition in gc-roots progress dialog display
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 15:25 UTC by Petr Nejedly
Modified: 2007-04-20 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 2007-04-19 15:25:12 UTC
Sometimes it happens to me that gc-roots action is so fast that it apparently 
finishes before the progress dialog is even displayed. In such case, the dialog
is displayed later and stays up forever. Note that the IDE is still usable, if
you move the dialog aside.
Comment 1 J Bachorik 2007-04-20 13:03:12 UTC
fixed in trunk.
using CountDownLatch to make sure the progress dialog is closed only after it
has been opened