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 250775 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 250690
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-27 17:10 UTC by idclaar
Modified: 2015-02-27 17:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215738


Attachments
stacktrace (2.26 KB, text/plain)
2015-02-27 17:10 UTC, idclaar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description idclaar 2015-02-27 17:10:15 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build nbms-and-javadoc-1932-on-20140722)
VM: Java HotSpot(TM) Client VM, 24.0-b55, Java(TM) SE Runtime Environment, 1.7.0_40-b40
OS: Windows 7

User Comments:
idclaar: This occured while trying to test SQL Server functions.  After about 20 attempts to get the function to show the result table, the IDE froze, though its CPU footprint was listed at 0 in the task manager.




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:340)
   at com.sun.java.swing.plaf.windows.XPStyle$SkinPainter.createImage(XPStyle.java:673)
   at sun.swing.CachedPainter.paint0(CachedPainter.java:139)
Comment 1 idclaar 2015-02-27 17:10:17 UTC
Created attachment 152288 [details]
stacktrace
Comment 2 Tomas Hurka 2015-02-27 17:19:20 UTC
There are 1,102,466 instances of org.netbeans.modules.db.explorer.node.NodePropertySupport class

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