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 169098

Summary: AWT thread blocked for 31151 ms.
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: HibernateAssignee: Petr Cyhelsky <cyhelsky>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154153
Issue Type: DEFECT Exception Reporter: 154153
Attachments: nps snapshot

Description Jindrich Sedek 2009-07-24 10:34:33 UTC
Build: NetBeans IDE Dev (Build 200907240201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.27.25-170.2.72.fc10.x86_64, amd64

User Comments:
jsedek: Create new WebApplication
invoke project properties
select Frameworks
add Hibernate
press "ok" to close project properties


Maximum slowness yet reported was 31151 ms, average is 31151
Comment 1 Jindrich Sedek 2009-07-24 10:34:39 UTC
Created attachment 85164 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2009-07-24 15:44:16 UTC
Hibernate framework's extend() method needs ProjectMutex.writeAccess, which may not be available for those 31s...
Comment 3 Petr Cyhelsky 2009-09-08 09:57:18 UTC
I'm unable to reproduce and sadly in this case the snapshot doesn't help much(but i don't think ProjectMutex.writeAccess
is involved as there would be some thread which would be running for the duration which there isn't - it seems more
likely to me that the culprit is some of the native calls ). It would be great if it occurred again in newer build with
new snapshot format...  until then closing as worksforme.
Comment 4 Jindrich Sedek 2010-01-11 07:09:40 UTC
v