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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
: 262355 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-06-16 15:44 UTC by Exceptions Reporter
Modified: 2016-11-21 09:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215639


Attachments
stacktrace (2.35 KB, text/plain)
2016-06-16 15:44 UTC, Exceptions Reporter
Details

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