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 174398 - AWT thread blocked closing projects
Summary: AWT thread blocked closing projects
Status: RESOLVED DUPLICATE of bug 174253
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-10-12 22:04 UTC by _ tboudreau
Modified: 2009-11-03 15:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (37.25 KB, text/plain)
2009-10-12 22:05 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2009-10-12 22:04:53 UTC
Start NetBeans with about 15 projects open (some NB module projects).  Select two, right click and choose "Close 2
Projects" from the popup menu.  AWT thread is blocked for several minutes.  See thread dump.
Comment 1 _ tboudreau 2009-10-12 22:05:16 UTC
Created attachment 89337 [details]
thread dump
Comment 2 _ tboudreau 2009-10-12 22:06:18 UTC
Probably it should do similarly to Fix Imports when scanning is happening - provide a cancellable progress indication,
but allow the user to do something else if cancelled.
Comment 3 Milan Kubec 2009-10-19 10:32:56 UTC
BTW Fix imports does nothing when scanning is running, it just start another task, there is no cancelable dialog (at
least for me).
Comment 4 Milan Kubec 2009-11-03 15:05:16 UTC

*** This issue has been marked as a duplicate of 174253 ***