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 169548 - AWT thread blocked for 5424 ms.
Summary: AWT thread blocked for 5424 ms.
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 11:12 UTC by kawazu428
Modified: 2015-06-17 18:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154588


Attachments
nps snapshot (35.09 KB, bin/nps)
2009-07-30 11:12 UTC, kawazu428
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kawazu428 2009-07-30 11:12:05 UTC
Build: NetBeans IDE Dev (Build 200907290201)
VM: Java HotSpot(TM) Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-13-generic, i386

User Comments:
kawazu428: opened a maven2 project (15 projects opened)


Maximum slowness yet reported was 5424 ms, average is 5424
Comment 1 kawazu428 2009-07-30 11:12:17 UTC
Created attachment 85521 [details]
nps snapshot
Comment 2 Petr Cyhelsky 2011-11-25 08:20:51 UTC
The AWT is mostly blocked by methods called from org.netbeans.python.editor.PythonParser.<clinit>
if it is necessary to parse in awt at least use progress ui api runOffEDTThread ... to properly display some progress...
Comment 3 Lou Dasaro 2015-06-17 18:38:18 UTC
This was probably an issue with the old parser, which has been replaced. Unable to duplicate, and only one reporter. Therefore, marking as Fixed.