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 271269 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-11 14:44 UTC by sid_1999
Modified: 2017-08-11 14:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230002


Attachments
stacktrace (2.89 KB, text/plain)
2017-08-11 14:44 UTC, sid_1999
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sid_1999 2017-08-11 14:44:16 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
sid_1999: Starting cordova for running react native apps.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:649)
   at java.lang.StringBuilder.append(StringBuilder.java:202)
   at org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:140)
   at org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:244)
Comment 1 sid_1999 2017-08-11 14:44:18 UTC
Created attachment 164931 [details]
stacktrace