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 250555

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: osvaldochilavert
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: osvaldochilavert
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215532
Attachments: stacktrace

Description osvaldochilavert 2015-02-19 18:03:59 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 8

User Comments:
osvaldochilavert: The IDE is bery low performance after a five hours of work




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at java.awt.image.Raster.createPackedRaster(Raster.java:470)
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
   at java.awt.GraphicsConfiguration.createCompatibleImage(GraphicsConfiguration.java:186)
   at bluej.editor.moe.NaviView.paintImgBuffer(NaviView.java:385)
   at bluej.editor.moe.NaviView.createImgBuffer(NaviView.java:609)
Comment 1 osvaldochilavert 2015-02-19 18:04:00 UTC
Created attachment 152099 [details]
stacktrace