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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal CC: abhinaveli, d4ryl3, deep_pl, Forseti, jeremyclassic, leandroperini, mhh1422, seyit, srivastavinay, webmasterUrbannus
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209697
Attachments: stacktrace

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