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 173844

Summary: [68cat] AWT thread blocked for 3219 ms.
Product: web Reporter: Exceptions Reporter <exceptions_reporter>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=156073
Issue Type: DEFECT Exception Reporter: 156073
Attachments: nps snapshot

Description Exceptions Reporter 2009-10-06 10:42:45 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
mkroll: Using the editor

GUEST: opening a php file from a php project

GUEST: I don't know, I am getting this message frequently


Maximum slowness yet reported was 8055 ms, average is 4552
Comment 1 Exceptions Reporter 2009-10-06 10:42:50 UTC
Created attachment 88890 [details]
nps snapshot
Comment 2 Exceptions Reporter 2009-10-06 10:42:56 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=156073
Comment 3 Marek Fukala 2009-10-06 11:03:05 UTC
There are two different issues mixed in the reports: 

The first one is that java.awt.Font.getFamily() is called in AWT, but the method can be very slow. This issue has
already been fixed.

Second problem is that the XHTML renderer initialization can take a longer time in AWT, which I cannot influence much.