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 257529 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
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: 2016-01-12 09:12 UTC by rptmaestro
Modified: 2016-01-12 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222074


Attachments
stacktrace (2.32 KB, text/plain)
2016-01-12 09:12 UTC, rptmaestro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rptmaestro 2016-01-12 09:12:56 UTC
This bug was originally marked as duplicate of bug 253771, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
rptmaestro: While attempting to lookup a class.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.parsing.lucene.Convertors$QueryConvertor.convert(Convertors.java:108)
   at org.netbeans.modules.parsing.lucene.Convertors$QueryConvertor.convert(Convertors.java:105)
   at org.netbeans.modules.parsing.lucene.support.Convertors$CompositeConvertor.convert(Convertors.java:125)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.query(LuceneIndex.java:201)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.query(DocumentIndexImpl.java:284)
   at org.netbeans.modules.parsing.impl.indexing.lucene.LayeredDocumentIndex.query(LayeredDocumentIndex.java:205)
Comment 1 rptmaestro 2016-01-12 09:12:58 UTC
Created attachment 158092 [details]
stacktrace