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 262691 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-05 14:34 UTC by swpalmer
Modified: 2016-07-05 14:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225055


Attachments
stacktrace (1.25 KB, text/plain)
2016-07-05 14:34 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2016-07-05 14:34:01 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
swpalmer: Netbeans was sitting idle, but I had an application running in the debugger overnight.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashMap.resize(HashMap.java:703)
   at java.util.HashMap.putVal(HashMap.java:662)
   at java.util.HashMap.put(HashMap.java:611)
   at com.sun.tools.jdi.TargetVM.send(TargetVM.java:283)
   at com.sun.tools.jdi.VirtualMachineImpl.sendToTarget(VirtualMachineImpl.java:1032)
   at com.sun.tools.jdi.PacketStream.send(PacketStream.java:59)
Comment 1 swpalmer 2016-07-05 14:34:03 UTC
Created attachment 160271 [details]
stacktrace