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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-18 08:15 UTC by Lukhanyo
Modified: 2016-04-18 08:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223586


Attachments
stacktrace (1.98 KB, text/plain)
2016-04-18 08:15 UTC, Lukhanyo
Details

Note You need to log in before you can comment on or make changes to this bug.
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