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

Summary: AWT thread blocked for 4,125 ms.
Product: versioncontrol Reporter: _ alexlamsl <alexlamsl>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154222
Issue Type: DEFECT Exception Reporter: 154222
Attachments: nps snapshot

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