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

Summary: OutOfMemoryError: Java heap space
Product: debugger Reporter: Zon
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228272
Attachments: stacktrace

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