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 244473 - 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: 2014-05-13 16:52 UTC by Exceptions Reporter
Modified: 2017-05-05 17:52 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209697


Attachments
stacktrace (2.97 KB, text/plain)
2014-05-13 16:52 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-05-13 16:52:06 UTC
This bug was originally marked as duplicate of bug 239570, 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 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Mac OS X

User Comments:
GUEST: I was in the middle of debugging the PHP LDAP login process of moodle when I started slowing wayyy down. I'm running my localhost server off of MAMP.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:149)
   at java.lang.StringCoding.decode(StringCoding.java:193)
   at java.lang.String.<init>(String.java:414)
   at org.apache.lucene.store.DataInput.readString(DataInput.java:182)
   at org.apache.lucene.index.FieldsReader.addField(FieldsReader.java:423)
   at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:253)
Comment 1 Exceptions Reporter 2014-05-13 16:52:08 UTC
Created attachment 147249 [details]
stacktrace