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

Summary: OutOfMemoryError: Java heap space
Product: ide Reporter: Lingh
Component: ExtbrowserAssignee: Jan Stola <jstola>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210110
Attachments: stacktrace

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