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 240475 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 241891 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-14 20:46 UTC by javydreamercsw
Modified: 2014-07-31 14:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206555


Attachments
stacktrace (2.93 KB, text/plain)
2014-01-14 20:46 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2014-01-14 20:46:03 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
javydreamercsw: Normal coding. Can't trace what was the cause.




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 javydreamercsw 2014-01-14 20:46:05 UTC
Created attachment 143967 [details]
stacktrace
Comment 2 Martin Entlicher 2014-01-20 15:32:57 UTC
Fixed by changeset:   270838:fb1eccae6872
http://hg.netbeans.org/core-main/rev/fb1eccae6872
Comment 3 Quality Engineering 2014-01-21 02:56:42 UTC
Integrated into 'main-silver', will be available in build *201401210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fb1eccae6872
User: mentlicher@netbeans.org
Log: #240475: Limit the length of retrieved mirror String.
Comment 4 Martin Entlicher 2014-07-31 14:28:47 UTC
*** Bug 241891 has been marked as a duplicate of this bug. ***