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 - AWT thread blocked for 21332 ms.
Summary: AWT thread blocked for 21332 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-10 11:07 UTC by Exceptions Reporter
Modified: 2010-10-07 11:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166218


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-10 11:07 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-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