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

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: olen <olen>
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229239
Attachments: stacktrace

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