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 - Deadlock in AnnotationProcessingQueryImpl vs. project mutex
Summary: Deadlock in AnnotationProcessingQueryImpl vs. project mutex
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2011-12-07 13:37 UTC by Jesse Glick
Modified: 2011-12-14 12:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (30.93 KB, text/plain)
2011-12-07 13:37 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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