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 181793

Summary: AWT thread blocked for 21332 ms.
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Window SystemAssignee: issues@platform <issues>
Status: RESOLVED WONTFIX    
Severity: normal CC: prattcorto
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166218
Attachments: nps snapshot

Description Exceptions Reporter 2010-03-10 11:07:39 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
GUEST: Occurs sometimes when I init the IDE.



Maximum slowness yet reported was 21332 ms, average is 21332
Comment 1 Exceptions Reporter 2010-03-10 11:07:47 UTC
Created attachment 95007 [details]
nps snapshot
Comment 2 Stanislav Aubrecht 2010-10-07 11:02:44 UTC
de.erdesignerng.plugins.netbeans.ERDesignerTopComponent stores some preferences in xml format which leads to all sorts of xml support classes being loaded and instantiated.
the pref storing should be moved off the EDT