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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-19 18:03 UTC by osvaldochilavert
Modified: 2015-03-13 12:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215532


Attachments
stacktrace (2.12 KB, text/plain)
2015-02-19 18:04 UTC, osvaldochilavert
Details

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