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 169169 - AWT thread blocked for 4,125 ms.
Summary: AWT thread blocked for 4,125 ms.
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 16:55 UTC by _ alexlamsl
Modified: 2009-07-29 17:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154222


Attachments
nps snapshot (12.01 KB, bin/nps)
2009-07-25 16:55 UTC, _ alexlamsl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ alexlamsl 2009-07-25 16:55:36 UTC
Build: NetBeans IDE Dev (Build 200907171401)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
alexlamsl: right-click on a small (20 files) Java project on the Projects Tab


Maximum slowness yet reported was 4125 ms, average is 4125
Comment 1 _ alexlamsl 2009-07-25 16:55:40 UTC
Created attachment 85213 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2009-07-26 09:24:06 UTC
Popup menu creation is blocked by subversion.
Comment 3 Ondrej Vrabec 2009-07-27 10:32:35 UTC
fixing referred slowdowns: cdev #84157494e5fe
Comment 4 Quality Engineering 2009-07-29 17:43:40 UTC
Integrated into 'main-golden', will be available in build *200907291401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/84157494e5fe
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #169169 - AWT thread blocked.
status should not be called inside ContextAction.enable method, using getCachedStatus instead