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 252380 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 242048
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: 2015-05-13 14:11 UTC by rus20376
Modified: 2015-08-12 13:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217280


Attachments
stacktrace (2.36 KB, text/plain)
2015-05-13 14:11 UTC, rus20376
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rus20376 2015-05-13 14:11:00 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Mac OS X

User Comments:
rus20376: Was running a nodejs process that was sending a lot of text to the output window. I can't quantify the amount of text since Netbeans crashed and it was all lost and I am not able to reproduce the amount of text easily.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:2367)
   at java.lang.String.<init>(String.java:168)
   at java.nio.DirectCharBufferRS.toString(DirectCharBufferRS.java:416)
   at java.nio.CharBuffer.toString(CharBuffer.java:1201)
   at org.netbeans.core.output2.AbstractLines.getText(AbstractLines.java:202)
   at org.netbeans.core.output2.OutputDocument.getText(OutputDocument.java:177)
Comment 1 rus20376 2015-05-13 14:11:01 UTC
Created attachment 153632 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-12 13:56:50 UTC
Duplicate of bug 242048.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 242048 ***