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 266389 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-19 18:49 UTC by runiter
Modified: 2016-07-19 18:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207252


Attachments
stacktrace (2.41 KB, text/plain)
2016-07-19 18:49 UTC, runiter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description runiter 2016-07-19 18:49:19 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 10

User Comments:
GUEST: No point in actually explaining what went wrong - your application is just bad. No other way to describe it.

GUEST: Just running a small HTML5 app and switching pages in angularjs router

GUEST: nothing specific

GUEST: slow

GUEST: iMac seems to have been overheating.

GUEST: Locked up had to force close both the tomcat instance and netbeans IDE

runiter: editing javascript

GUEST: Once again, netbeans crashed and took me PC with it.
I have decided to send you these notfications every time this happens.
Spoiler: it will be aprox 20 times a day.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421)
   at java.lang.StringBuffer.append(StringBuffer.java:272)
   at org.json.simple.JSONValue.toJSONString(JSONValue.java:176)
Comment 1 runiter 2016-07-19 18:49:23 UTC
Created attachment 161165 [details]
stacktrace