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 250866 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 251221
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-03 13:01 UTC by moreirainacio
Modified: 2015-09-04 12:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205316


Attachments
stacktrace (3.18 KB, text/plain)
2015-03-03 13:01 UTC, moreirainacio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description moreirainacio 2015-03-03 13:01:37 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Netbeans uses more than 1GB of RAM and freezes

moreirainacio: r




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:234)
   at org.apache.lucene.index.SegmentReader.document(SegmentReader.java:477)
   at org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:583)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.query(LuceneIndex.java:189)
   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 moreirainacio 2015-03-03 13:01:38 UTC
Created attachment 152363 [details]
stacktrace
Comment 2 Petr Pisl 2015-09-04 12:37:23 UTC
Same symptoms as issue #251221. Also the same reason.

*** This bug has been marked as a duplicate of bug 251221 ***