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 268457 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 00:10 UTC by Lingh
Modified: 2016-10-11 00:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224851


Attachments
stacktrace (1.81 KB, text/plain)
2016-10-11 00:10 UTC, Lingh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lingh 2016-10-11 00:10:41 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
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:
Lingh: Not sure. The window was inactive after an HTML/JS debugging session, and I'm not sure how long ago the window crashed.

GUEST: ?

GUEST: After continuous use (more 15 minutes) NetBeans Connector with Chrome IDE ceases to respond. It isn't possible to close too.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at org.json.simple.parser.Yylex.yytext(Yylex.java:423)
   at org.json.simple.parser.Yylex.yylex(Yylex.java:574)
   at org.json.simple.parser.JSONParser.nextToken(JSONParser.java:269)
   at org.json.simple.parser.JSONParser.parse(JSONParser.java:118)
Comment 1 Lingh 2016-10-11 00:10:44 UTC
Created attachment 162444 [details]
stacktrace