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 169875

Summary: OutOfMemoryError: Java heap space
Product: utilities Reporter: mohhmekk <mohhmekk>
Component: ImageAssignee: Alexey Butenko <alexeybutenko>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154238
Issue Type: DEFECT Exception Reporter: 154238
Attachments: stacktrace

Description mohhmekk 2009-08-05 11:09:19 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-15-generic, i386

User Comments:
mohhmekk: Openning a *.png file



Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
        at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:41)
        at java.awt.image.Raster.createPackedRaster(Raster.java:458)
        at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1015)
        at java.awt.image.BufferedImage.<init>(BufferedImage.java:321)
        at sun.java2d.loops.GraphicsPrimitive.convertFrom(GraphicsPrimitive.java:537)
        at sun.java2d.loops.GraphicsPrimitive.convertFrom(GraphicsPrimitive.java:521)
Comment 1 mohhmekk 2009-08-05 11:09:25 UTC
Created attachment 85824 [details]
stacktrace
Comment 2 Alexei Mokeev 2009-08-05 11:20:14 UTC
Could you please tell more about this png file(size) and attach it if possible. 
Comment 3 Victor Vasilyev 2009-09-17 09:47:03 UTC
We need have data (png file) to investigate this issue.