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 224572 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 210615
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 13:32 UTC by Exceptions Reporter
Modified: 2013-01-07 14:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197251


Attachments
stacktrace (2.58 KB, text/plain)
2013-01-07 13:33 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-07 13:32:59 UTC
This bug was originally marked as duplicate of bug 189681, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:149)
   at java.lang.StringCoding.decode(StringCoding.java:193)
   at java.lang.String.<init>(String.java:416)
   at com.sun.tools.jdi.PacketStream.readString(PacketStream.java:392)
   at com.sun.tools.jdi.JDWP$StringReference$Value.<init>(JDWP.java:4890)
   at com.sun.tools.jdi.JDWP$StringReference$Value.waitForReply(JDWP.java:4877)
Comment 1 Exceptions Reporter 2013-01-07 13:33:00 UTC
Created attachment 129959 [details]
stacktrace
Comment 2 Martin Entlicher 2013-01-07 14:13:07 UTC
There's a StringReference, which represents a String of length 72,188,204. This does not fit into the memory.

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