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 251735 - Exception: Owner stack
Summary: Exception: Owner stack
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 12:06 UTC by IrianR
Modified: 2015-08-05 01:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216661


Attachments
stacktrace (3.55 KB, text/plain)
2015-04-09 12:06 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2015-04-09 12:06:47 UTC
Build: NetBeans IDE Dev (Build 201504070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
IrianR: Opening a couple of maven projects from a reactor build currently building.




Stacktrace: 
java.lang.Exception: Owner stack
   at org.netbeans.modules.parsing.lucene.LuceneIndex$DirCache$IndexWriterReference.trace(LuceneIndex.java:1184)
   at org.netbeans.modules.parsing.lucene.LuceneIndex$DirCache$IndexWriterReference.beginTrans(LuceneIndex.java:1109)
   at org.netbeans.modules.parsing.lucene.LuceneIndex$DirCache.beginTrans(LuceneIndex.java:870)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.run(LuceneIndex.java:370)
   at org.netbeans.modules.java.source.usages.PersistentClassIndex$PIWriter.<init>(PersistentClassIndex.java:450)
   at org.netbeans.modules.java.source.usages.PersistentClassIndex.getBinaryAnalyser(PersistentClassIndex.java:120)
Comment 1 IrianR 2015-04-09 12:06:49 UTC
Created attachment 153113 [details]
stacktrace
Comment 2 Tomas Zezula 2015-08-04 15:17:21 UTC
Fixed jet-main 778a4c1b4f5b

Thanks a lot for the report.
Comment 3 Quality Engineering 2015-08-05 01:20:10 UTC
Integrated into 'main-silver', will be available in build *201508050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/778a4c1b4f5b
User: Tomas Zezula <tzezula@netbeans.org>
Log: #251735:Exception: Owner stack