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 271221 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-02 17:14 UTC by jomarsilio
Modified: 2017-08-02 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229909


Attachments
stacktrace (2.45 KB, text/plain)
2017-08-02 17:14 UTC, jomarsilio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jomarsilio 2017-08-02 17:14:25 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
jomarsilio: ..




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:445)
   at java.lang.StringBuffer.append(StringBuffer.java:312)
   at java.lang.StringBuffer.append(StringBuffer.java:97)
Comment 1 jomarsilio 2017-08-02 17:14:26 UTC
Created attachment 164888 [details]
stacktrace