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 256390 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-05 17:28 UTC by Exceptions Reporter
Modified: 2017-11-09 13:19 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220980


Attachments
stacktrace (3.10 KB, text/plain)
2015-11-05 17:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-11-05 17:28:24 UTC
This bug was originally marked as duplicate of bug 242790, 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.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.85-b03, OpenJDK Runtime Environment, 1.7.0_85-b01
OS: Linux

User Comments:
GUEST: Developing code. 

ie. Using it as intended.

This P.O.S is leaking memory




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.apache.lucene.store.DataInput.readString(DataInput.java:180)
   at org.apache.lucene.index.FieldsReader.addField(FieldsReader.java:423)
   at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:253)
   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)
Comment 1 Exceptions Reporter 2015-11-05 17:28:26 UTC
Created attachment 157168 [details]
stacktrace
Comment 2 Exceptions Reporter 2016-01-12 05:09:39 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=220980