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 250481 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 230493
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-18 07:51 UTC by Exceptions Reporter
Modified: 2015-02-18 07:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215490


Attachments
stacktrace (2.36 KB, text/plain)
2015-02-18 07:51 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-02-18 07:51:58 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
GUEST: I suppose I left the console running whilst it was printing a never ending string array loop




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.image.BufferedImage.<init>(BufferedImage.java:359)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter.createImage(AquaPainter.java:197)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter.lambda$paintFromSingleCachedImage$247(AquaPainter.java:182)
Comment 1 Exceptions Reporter 2015-02-18 07:51:59 UTC
Created attachment 152050 [details]
stacktrace
Comment 2 Tomas Hurka 2015-02-18 07:57:01 UTC
Retained size of com.apple.laf.AquaTabbedPaneContrastUI#1 is 871,841,860 bytes, which is 87.2% of the whole heap.

*** This bug has been marked as a duplicate of bug 230493 ***