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 270782 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-01 13:02 UTC by srivastavinay
Modified: 2017-06-01 13:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229335


Attachments
stacktrace (3.17 KB, text/plain)
2017-06-01 13:02 UTC, srivastavinay
Details

Note You need to log in before you can comment on or make changes to this bug.
Description srivastavinay 2017-06-01 13:02:11 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.131-b00, OpenJDK Runtime Environment, 1.7.0_131-b00
OS: Linux

User Comments:
srivastavinay: Editor hangs after working some time, i have already 8GB of RAM and i5 Processor




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:2219)
   at java.util.ArrayList.toArray(ArrayList.java:358)
   at java.util.LinkedList.addAll(LinkedList.java:406)
   at java.util.LinkedList.addAll(LinkedList.java:385)
   at java.util.LinkedList.<init>(LinkedList.java:117)
   at org.netbeans.modules.php.editor.api.QualifiedName.getSegments(QualifiedName.java:264)
Comment 1 srivastavinay 2017-06-01 13:02:14 UTC
Created attachment 164445 [details]
stacktrace