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 221962 - [73cat] 3.s - Blocked by cnd.makeproject.ui.LogicalViewChildren.createNodes()
Summary: [73cat] 3.s - Blocked by cnd.makeproject.ui.LogicalViewChildren.createNodes()
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: igor_nikiforov
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-11-12 13:41 UTC by kosmonaffft
Modified: 2013-01-28 15:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194992


Attachments
nps snapshot (232.56 KB, application/nps)
2012-11-12 13:41 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2012-11-12 13:41:21 UTC
This bug was originally marked as duplicate of bug 217292, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201211120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8
Maximum slowness yet reported was 3397 ms, average is 3397
Comment 1 kosmonaffft 2012-11-12 13:41:24 UTC
Created attachment 127622 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-11-14 07:44:49 UTC
The call to
org.netbeans.modules.cnd.makeproject.ui.LogicalViewChildren.createNodes()	
seems to take more than it should and it is done under the Children.MUTEX.write lock.
Comment 3 igor_nikiforov 2012-12-07 10:03:42 UTC
The fix is here:
  http://hg.netbeans.org/cnd-main/rev/8861a1302464
Comment 4 Quality Engineering 2012-12-08 03:01:30 UTC
Integrated into 'main-golden', will be available in build *201212080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8861a1302464
User: igor_nikiforov <igor_nikiforov@netbeans.org>
Log: Bug #221962 "[73cat] 3.s - Blocked by cnd.makeproject.ui.LogicalViewChildren.createNodes()" fixed.