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 269248 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-06 07:00 UTC by telefoontoestel
Modified: 2016-12-06 07:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227452


Attachments
stacktrace (3.19 KB, text/plain)
2016-12-06 07:00 UTC, telefoontoestel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description telefoontoestel 2016-12-06 07:00:26 UTC
Build: NetBeans IDE 8.1 (Build 201511021428)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
telefoontoestel: Error caused while trying to debug using XDebug for PHP. The IDE started to slow down and finaly froze completely causing multiple out of memory errors. IDE needed to be restarted to get it working again.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.grow(ArrayList.java:261)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
   at java.util.ArrayList.add(ArrayList.java:458)
   at org.apache.lucene.document.Document.getValues(Document.java:255)
Comment 1 telefoontoestel 2016-12-06 07:00:27 UTC
Created attachment 163161 [details]
stacktrace