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 268511 - 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-13 16:37 UTC by Lingh
Modified: 2016-10-13 16:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210110


Attachments
stacktrace (1.72 KB, text/plain)
2016-10-13 16:37 UTC, Lingh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lingh 2016-10-13 16:37:46 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:
GUEST: n.a.

GUEST: <Please provide a description of the problem or the steps to reproduce>
I suppose that the reason is in Google maps script but not sure

GUEST: ?

Lingh: Debugging in Chrome... again.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.json.simple.parser.Yylex.zzRefill(Yylex.java:339)
   at org.json.simple.parser.Yylex.yylex(Yylex.java:541)
   at org.json.simple.parser.JSONParser.nextToken(JSONParser.java:269)
   at org.json.simple.parser.JSONParser.parse(JSONParser.java:118)
   at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
   at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
Comment 1 Lingh 2016-10-13 16:37:48 UTC
Created attachment 162496 [details]
stacktrace