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 - AWT thread blocked for 10122 ms.
Summary: AWT thread blocked for 10122 ms.
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 13:40 UTC by kawazu428
Modified: 2009-08-03 17:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154170


Attachments
nps snapshot (35.49 KB, bin/nps)
2009-07-24 13:40 UTC, kawazu428
Details

Note You need to log in before you can comment on or make changes to this bug.
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.