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 182593

Summary: [69cat] Ide blocked
Product: projects Reporter: aldobrucale <aldobrucale>
Component: MavenAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump

Description aldobrucale 2010-03-23 16:05:15 UTC
[ BUILD # : 201003230200 ]
[ JDK VERSION : 1.6.* ]

The ide froze when I right-clicked on a maven netbeans module project in the
explorer tree. I was editing a pom.xml file. From the thread dump it looks like
everything is blocked by an
org.netbeans.modules.maven.model.pom.impl.POMModelImpl (row 564)
Comment 1 aldobrucale 2010-03-23 16:06:32 UTC
Created attachment 95615 [details]
thread dump
Comment 2 Antonin Nebuzelsky 2010-03-31 12:59:43 UTC
The order of calls to startTransaction is now different after the fix of the issue 180773 (fixed the next day after your report) and I think it resolved also this symptom.

Please, reopen this issue and raise it to P2 if you encounter this problem again.

Thanks!