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 267971 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-12 03:46 UTC by baotoan.95
Modified: 2016-09-23 14:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226184


Attachments
stacktrace (1.10 KB, text/plain)
2016-09-12 03:46 UTC, baotoan.95
Details

Note You need to log in before you can comment on or make changes to this bug.
Description baotoan.95 2016-09-12 03:46:13 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
baotoan.95: I saw this error once start my netbean 8.1




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 sun.awt.image.ImageRepresentation.createBufferedImage(ImageRepresentation.java:253)
   at sun.awt.image.ImageRepresentation.setPixels(ImageRepresentation.java:559)
   at java.awt.image.AreaAveragingScaleFilter.accumPixels(AreaAveragingScaleFilter.java:213)
Comment 1 baotoan.95 2016-09-12 03:46:15 UTC
Created attachment 162005 [details]
stacktrace
Comment 2 Tomas Hurka 2016-09-23 14:49:46 UTC
Can you please provide steps how to reproduce it. There seems to be a lot of bufferedimages involved.