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 250420 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-13 20:18 UTC by Exceptions Reporter
Modified: 2016-11-02 14:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215384


Attachments
stacktrace (2.31 KB, text/plain)
2015-02-13 20:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-02-13 20:18:48 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
GUEST: <?????????????????????????>aa




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferByte.<init>(DataBufferByte.java:76)
   at java.awt.image.Raster.createInterleavedRaster(Raster.java:266)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:399)
   at org.netbeans.modules.cnd.callgraph.support.ExportAction.print(ExportAction.java:96)
   at org.netbeans.modules.cnd.callgraph.support.ExportAction.actionPerformed(ExportAction.java:92)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
Comment 1 Exceptions Reporter 2015-02-13 20:18:50 UTC
Created attachment 151992 [details]
stacktrace
Comment 2 Alexander Simon 2015-11-02 13:58:32 UTC
1.1G in 422701 instances of 
org.netbeans.modules.cnd.callgraph.impl.CallNode
Comment 3 Alexander Simon 2016-11-02 14:22:00 UTC
Image too big to be created in 1g memory.
Increase Java heap size. For example by option "-J-Xmx2g".