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 256605 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-15 11:36 UTC by jlmoya
Modified: 2015-11-15 11:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221171


Attachments
stacktrace (1.91 KB, text/plain)
2015-11-15 11:36 UTC, jlmoya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jlmoya 2015-11-15 11:36:04 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
jlmoya: One of the modules must have a memory leak




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.StringBuffer.toString(StringBuffer.java:671)
   at org.json.simple.JSONObject.toJSONString(JSONObject.java:121)
   at org.json.simple.JSONObject.toJSONString(JSONObject.java:101)
   at org.json.simple.JSONObject.toJSONString(JSONObject.java:108)
   at org.netbeans.modules.web.webkit.debugging.spi.Response.toString(Response.java:112)
Comment 1 jlmoya 2015-11-15 11:36:06 UTC
Created attachment 157342 [details]
stacktrace