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 262456

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: NodesAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal CC: mclaborn
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215639
Attachments: stacktrace

Description Exceptions Reporter 2016-06-16 15:44:44 UTC
This bug was originally marked as duplicate of bug 236118, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Restarting pc

GUEST: try to run with sqlite.h




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:333)
   at com.sun.java.swing.plaf.windows.XPStyle$SkinPainter.createImage(XPStyle.java:681)
   at sun.swing.CachedPainter.paint0(CachedPainter.java:139)
Comment 1 Exceptions Reporter 2016-06-16 15:44:46 UTC
Created attachment 160072 [details]
stacktrace
Comment 2 Tomas Hurka 2016-08-04 13:33:35 UTC
There are 1,100,816 instances of org.openide.nodes.EntrySupportLazyState$EntryInfo. Please investigate.
Comment 3 Tomas Hurka 2016-11-21 09:11:55 UTC
*** Bug 262355 has been marked as a duplicate of this bug. ***