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 169121

Summary: AWT thread blocked for 10122 ms.
Product: projects Reporter: kawazu428 <kawazu428>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154170
Issue Type: DEFECT Exception Reporter: 154170
Attachments: nps snapshot

Description kawazu428 2009-07-24 13:40:06 UTC
Build: NetBeans IDE Dev (Build 200907240201)
VM: Java HotSpot(TM) Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-13-generic, i386

User Comments:
kawazu428: copy-and-paste'd xml between two spring applicationContexts (55+ maven2 projects, "folder-of-projects" group opened)


Maximum slowness yet reported was 10122 ms, average is 10122
Comment 1 kawazu428 2009-07-24 13:40:16 UTC
Created attachment 85179 [details]
nps snapshot
Comment 2 t_h 2009-07-27 15:50:29 UTC
maybe make DependenciesChildren asynchronous could help
Comment 3 Milos Kleint 2009-08-03 10:34:13 UTC
it seems half of the time is spent in children.array which is blocked in synchronized block.

anyway, the maven dependencies part is fixed or workarounded here, the children.array stuff should go away as well I guess..
http://hg.netbeans.org/main/rev/ca5738f529bd
Comment 4 Quality Engineering 2009-08-03 17:54:43 UTC
Integrated into 'main-golden', will be available in build *200908031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ca5738f529bd
User: Milos Kleint <mkleint@netbeans.org>
Log: #169121 set the basic icon in constructor and do the complete check off-awt.