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 254108 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-03 13:51 UTC by babitacramani
Modified: 2015-08-03 13:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218933


Attachments
stacktrace (2.39 KB, text/plain)
2015-08-03 13:51 UTC, babitacramani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description babitacramani 2015-08-03 13:51:41 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
babitacramani: creating UML design from source code using easyUML.
Multiple files of class diagrams were opened.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at java.awt.image.Raster.createPackedRaster(Raster.java:467)
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:331)
   at org.netbeans.modules.visual.export.Scene2Image.createImage(Scene2Image.java:364)
   at org.netbeans.api.visual.export.SceneExporter.createImage(SceneExporter.java:203)
Comment 1 babitacramani 2015-08-03 13:51:43 UTC
Created attachment 155149 [details]
stacktrace