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 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-14 05:36 UTC by Exceptions Reporter
Modified: 2017-02-14 05:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228032


Attachments
stacktrace (1.08 KB, text/plain)
2017-02-14 05:36 UTC, Exceptions Reporter
Details

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