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 247454 - 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: 2014-09-24 16:14 UTC by Exceptions Reporter
Modified: 2015-09-07 13:54 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212182


Attachments
stacktrace (2.14 KB, text/plain)
2014-09-24 16:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-24 16:14:21 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.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
GUEST: it crash opeinig a json file




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 2014-09-24 16:14:23 UTC
Created attachment 149501 [details]
stacktrace
Comment 2 Tomas Zezula 2014-09-24 17:12:34 UTC
Javascript asked for millions of documents.

And what do you do with all of them when you are collecting them? 
Most of time I am dropping them....
Comment 3 Exceptions Reporter 2014-10-10 07:30:25 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=212182
Comment 4 Petr Pisl 2015-09-07 13:54:33 UTC

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