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 250635 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 243837
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-23 15:13 UTC by Exceptions Reporter
Modified: 2015-02-23 15:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215612


Attachments
stacktrace (2.22 KB, text/plain)
2015-02-23 15:13 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-23 15:13:07 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-b18
OS: Windows 7

User Comments:
GUEST: Load too much sites via your browser and make its into separate tabs.




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 Exceptions Reporter 2015-02-23 15:13:08 UTC
Created attachment 152163 [details]
stacktrace
Comment 2 Tomas Hurka 2015-02-23 15:16:44 UTC
There 3,799,054 instances of are com.sun.tools.jdi.Packet class. Retained size of com.sun.tools.jdi.VirtualMachineImpl#14 is 746,955,675 bytes. This looks similar to issue #243837

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