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 206079

Summary: Deadlock in AnnotationProcessingQueryImpl vs. project mutex
Product: java Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal Keywords: THREAD
Priority: P2    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Jesse Glick 2011-12-07 13:37:40 UTC
Created attachment 113918 [details]
Thread dump

Dev build, JDK 6, was just closing a Maven project and opening a j2seproject. 

Compare "Parsing & Indexing Loop (...)" to "Opening projects". AnnotationProcessingQueryImpl.getAnnotationProcessingOptions should not call foreign code while holding a private lock I guess.
Comment 1 Tomas Zezula 2011-12-12 18:12:01 UTC
Fixed jet-main a2252d02fa81
Comment 2 Quality Engineering 2011-12-14 12:09:48 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a2252d02fa81
User: Tomas Zezula <tzezula@netbeans.org>
Log: #206079:Deadlock in AnnotationProcessingQueryImpl vs. project mutex