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 271681 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-22 09:27 UTC by alessandroraffa
Modified: 2017-10-22 09:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230655


Attachments
stacktrace (3.12 KB, text/plain)
2017-10-22 09:27 UTC, alessandroraffa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alessandroraffa 2017-10-22 09:27:10 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: Mac OS X

User Comments:
alessandroraffa: Slowness




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:596)
   at java.lang.StringBuilder.append(StringBuilder.java:190)
   at org.netbeans.modules.javascript2.nodejs.editor.NodeJsDataProvider.getFileContent(NodeJsDataProvider.java:607)
   at org.netbeans.modules.javascript2.nodejs.editor.NodeJsDataProvider.getContentApiFile(NodeJsDataProvider.java:648)
Comment 1 alessandroraffa 2017-10-22 09:27:12 UTC
Created attachment 165334 [details]
stacktrace