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 258886

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

Description Lukhanyo 2016-04-18 08:15:15 UTC
This bug was originally marked as duplicate of bug 205437, 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.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
Lukhanyo: <I am trying to read and  write a file to another file  and the I got this errro >




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.core.output2.HeapStorage.write(HeapStorage.java:89)
   at org.netbeans.core.output2.OutWriter.write(OutWriter.java:186)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:513)
   at org.netbeans.core.output2.OutWriter.println(OutWriter.java:344)
   at org.netbeans.core.output2.NbWriter.println(NbWriter.java:165)
   at org.apache.tools.ant.module.bridge.impl.NbBuildLogger.println(NbBuildLogger.java:700)
Comment 1 Lukhanyo 2016-04-18 08:15:17 UTC
Created attachment 159300 [details]
stacktrace