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 225440 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 224464 229474 240718 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-29 03:20 UTC by XopoIII
Modified: 2015-09-08 13:27 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198113


Attachments
stacktrace (2.73 KB, text/plain)
2013-01-29 03:20 UTC, XopoIII
Details

Note You need to log in before you can comment on or make changes to this bug.
Description XopoIII 2013-01-29 03:20:23 UTC
Build: NetBeans IDE 7.3 RC1 (Build 201301240957)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 8

Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:2367)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:415)
   at java.lang.StringBuilder.append(StringBuilder.java:132)
   at jdk.nashorn.internal.runtime.ErrorManager.format(ErrorManager.java:112)
Comment 1 XopoIII 2013-01-29 03:20:25 UTC
Created attachment 130755 [details]
stacktrace
Comment 2 Tomas Hurka 2013-05-24 12:40:52 UTC
JsErorManager contains over 1000 JsErrorManager$ParserError instances, each with ~150KB messages String.
Comment 3 Exceptions Reporter 2013-07-26 10:36:52 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=198113
Comment 4 Petr Hejl 2013-07-31 07:44:53 UTC
*** Bug 224464 has been marked as a duplicate of this bug. ***
Comment 5 Petr Hejl 2013-07-31 07:51:48 UTC
Fixed in web-main 20117048cea9.
Comment 6 Quality Engineering 2013-08-01 02:33:32 UTC
Integrated into 'main-silver', will be available in build *201307312300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/20117048cea9
User: Petr Hejl <phejl@netbeans.org>
Log: #225440 - OutOfMemoryError: Java heap space
Comment 7 Petr Hejl 2013-08-21 11:35:13 UTC
*** Bug 229474 has been marked as a duplicate of this bug. ***
Comment 8 Petr Pisl 2015-09-08 13:27:42 UTC
*** Bug 240718 has been marked as a duplicate of this bug. ***