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 173712 - [68cat] AWT thread blocked for 3078 ms.
Summary: [68cat] AWT thread blocked for 3078 ms.
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL: http://statistics.netbeans.org/except...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-10-04 18:14 UTC by dima_s_d_s
Modified: 2009-10-09 23:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 156989


Attachments
nps snapshot (25.08 KB, bin/nps)
2009-10-04 18:14 UTC, dima_s_d_s
Details
nps snapshot (27.32 KB, bin/nps)
2009-10-09 16:29 UTC, jmichelberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dima_s_d_s 2009-10-04 18:14:33 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
silaspc: When debug webproject

GUEST: start debugging swing app


Maximum slowness yet reported was 9079 ms, average is 4969
Comment 1 dima_s_d_s 2009-10-04 18:14:40 UTC
Created attachment 88801 [details]
nps snapshot
Comment 2 Exceptions Reporter 2009-10-04 18:14:45 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=156989
Comment 3 Martin Entlicher 2009-10-05 12:58:29 UTC
Fixed in changeset:   147685:ffc00979ca99
http://hg.netbeans.org/main/rev/ffc00979ca99
Comment 4 Martin Entlicher 2009-10-07 14:39:50 UTC
Fix of issue #173913 might worsen this again, since components are loaded from disk in AWT. But this can not be fixed in
debugger code. Now it's distributed into several invocations in AWT, at least.
So if this issue reappears, it needs to be fixed in window system.
Comment 5 jmichelberger 2009-10-09 16:28:59 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4010-on-090930)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments: 

Maximum slowness yet reported was 9079 ms, average is 4764
Comment 6 jmichelberger 2009-10-09 16:29:04 UTC
Created attachment 89209 [details]
nps snapshot
Comment 7 Quality Engineering 2009-10-09 23:05:36 UTC
Integrated into 'main-golden', will be available in build *200910091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ffc00979ca99
User: mentlicher@netbeans.org
Log: #173712 - Use RP instead of AWT.