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 270550 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-03 21:28 UTC by seba23571
Modified: 2017-05-03 21:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221256


Attachments
stacktrace (2.70 KB, text/plain)
2017-05-03 21:28 UTC, seba23571
Details

Note You need to log in before you can comment on or make changes to this bug.
Description seba23571 2017-05-03 21:28:33 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
GUEST: crash

GUEST: saving file

seba23571: <Please provide a description of the problem or the steps to reproduce>

i have prosesor intel core 3 3900mhz ram 8gb

GUEST: new webb app with glassfish and spring..started laggin a lil too much and so i killed the process..100% of cpu was used as well.

GUEST: tray create application Angular




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.newNode(HashMap.java:1742)
   at java.util.HashMap.putVal(HashMap.java:641)
   at java.util.HashMap.putMapEntries(HashMap.java:514)
   at java.util.HashMap.<init>(HashMap.java:489)
   at org.openide.nodes.EntrySupportLazy.createSnapshot(EntrySupportLazy.java:884)
   at org.openide.nodes.FilterNode$Children$LazySupport$FilterLazySnapshot.<init>(FilterNode.java:1755)
Comment 1 seba23571 2017-05-03 21:28:36 UTC
Created attachment 164237 [details]
stacktrace