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 268211 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-26 21:07 UTC by jag
Modified: 2017-02-11 01:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226431


Attachments
stacktrace (1.33 KB, text/plain)
2016-09-26 21:07 UTC, jag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jag 2016-09-26 21:07:23 UTC
This bug was originally marked as duplicate of bug 243837, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 RC (Build 201609140952)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
jag: I was debugging a wildfly servlet app & NetBeans CPU and memory consumption went throught the roof.




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 jag 2016-09-26 21:07:25 UTC
Created attachment 162224 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-02-11 01:00:23 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=226431