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 270721 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-23 14:34 UTC by olen
Modified: 2017-05-23 14:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229239


Attachments
stacktrace (902 bytes, text/plain)
2017-05-23 14:34 UTC, olen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description olen 2017-05-23 14:34:36 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.121-b13, OpenJDK Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
olen: <Please provide a description of the problem or the steps to reproduce>
I'm not sure how this happened, I was notified of the issue.  I'm a novice at netbeans
platform usage, maybe I was running my project too long, but I think that opens
in a new instance of Netbeans.




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:448)
   at java.lang.StringBuilder.append(StringBuilder.java:136)
   at org.netbeans.core.startup.logging.PrintStreamLogger.print(PrintStreamLogger.java:108)
   at org.netbeans.core.startup.logging.PrintStreamLogger.println(PrintStreamLogger.java:115)
Comment 1 olen 2017-05-23 14:34:38 UTC
Created attachment 164387 [details]
stacktrace