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 269815

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228032
Attachments: stacktrace

Description Exceptions Reporter 2017-02-14 05:36:40 UTC
This bug was originally marked as duplicate of bug 239445, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 8.1

User Comments:
GUEST: OutOfMemoryError: Java heap space




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.core.output2.IntListSimple.growArray(IntListSimple.java:98)
   at org.netbeans.core.output2.IntListSimple.add(IntListSimple.java:63)
   at org.netbeans.core.output2.AbstractLines.updateFolds(AbstractLines.java:849)
   at org.netbeans.core.output2.AbstractLines.lineUpdated(AbstractLines.java:818)
   at org.netbeans.core.output2.OutWriter.write(OutWriter.java:221)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:501)
Comment 1 Exceptions Reporter 2017-02-14 05:36:43 UTC
Created attachment 163626 [details]
stacktrace