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 251723 - 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-04-08 19:48 UTC by luislobo
Modified: 2015-04-08 19:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216647


Attachments
stacktrace (2.25 KB, text/plain)
2015-04-08 19:48 UTC, luislobo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luislobo 2015-04-08 19:48:43 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
luislobo: opening netbeans




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.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 luislobo 2015-04-08 19:48:44 UTC
Created attachment 153104 [details]
stacktrace