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 182038 - AWT thread blocked for 27578 ms.
Summary: AWT thread blocked for 27578 ms.
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
: 182609 189653 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-15 13:30 UTC by Exceptions Reporter
Modified: 2010-08-23 13:55 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158198


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-15 13:30 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-03-15 13:30:05 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

User Comments:
flynnk: Moving a not-yet-commited java package from one SVN versioned project to another.



Maximum slowness yet reported was 27578 ms, average is 12449
Comment 1 Exceptions Reporter 2010-03-15 13:30:15 UTC
Created attachment 95183 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2010-03-15 13:49:08 UTC
Some reports indicate class-loading, some deletion in AWT (should be fixed in #168547).
However one report (http://statistics.netbeans.org/exceptions/exception.do?id=353052) is interesting and disclosed multiple cache.getStatus calls from UpdateWithDependenciesAction.enable, which is unnecessary and undesirable. That should be fixed.
Comment 3 Ondrej Vrabec 2010-03-16 14:15:47 UTC
fixed: cdev #612070e7a4d6
Comment 4 Quality Engineering 2010-03-17 05:17:05 UTC
Integrated into 'main-golden', will be available in build *201003170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/612070e7a4d6
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #182038 - AWT thread blocked for 27578 ms.
faster utility method is called from action.enable
Comment 5 Ondrej Vrabec 2010-04-01 08:35:35 UTC
*** Bug 182609 has been marked as a duplicate of this bug. ***
Comment 6 Ondrej Vrabec 2010-08-23 13:55:28 UTC
*** Bug 189653 has been marked as a duplicate of this bug. ***