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 269977 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
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:
Depends on:
Blocks:
 
Reported: 2017-03-04 12:00 UTC by Zon
Modified: 2017-03-04 12:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228272


Attachments
stacktrace (2.17 KB, text/plain)
2017-03-04 12:01 UTC, Zon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zon 2017-03-04 12:00:47 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Linux

User Comments:
Zon: Debugging in JavaFX.




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 Zon 2017-03-04 12:01:04 UTC
Created attachment 163757 [details]
stacktrace