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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: jlmoya <jlmoya>
Component: DebuggerAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221171
Attachments: stacktrace

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