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 187582 - ProjectsRootNode.ProjectChildren.createNodes is blocking
Summary: ProjectsRootNode.ProjectChildren.createNodes is blocking
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-06-15 07:22 UTC by Exceptions Reporter
Modified: 2012-06-15 08:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166638


Attachments
nps snapshot (8.29 KB, application/nps)
2010-06-15 07:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-06-15 07:22:02 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP
Maximum slowness yet reported was 29629 ms, average is 16568
Comment 1 Exceptions Reporter 2010-06-15 07:22:07 UTC
Created attachment 100078 [details]
nps snapshot
Comment 2 Jesse Glick 2011-03-08 00:07:52 UTC
One report might be dupe of bug #176917, though that was claimed to be fixed in 6.8. The other is that ProjectsRootNode.ProjectChildren.createNodes calls PhysicalView.createNodesForProject which needs PM.mutex; ought to use an asynch child factory, perhaps.
Comment 3 Petr Cyhelsky 2012-06-15 08:49:32 UTC
Latest report is more than 2 years old - seems to be fixed now.