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 258958 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 15:54 UTC by Exceptions Reporter
Modified: 2016-04-21 15:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223676


Attachments
stacktrace (1.81 KB, text/plain)
2016-04-21 15:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-04-21 15:54:14 UTC
This bug was originally marked as duplicate of bug 244697, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
GUEST: checking for external resources problem..kept running and stuck on 13-14%..made the CPU fire...right after creating a web app project based with tomcat for spring..my configs may faulty..not sure




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.resize(HashMap.java:703)
   at java.util.HashMap.putVal(HashMap.java:628)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.openide.filesystems.MultiFileObject.update(MultiFileObject.java:211)
   at org.openide.filesystems.MultiFileObject.<init>(MultiFileObject.java:136)
Comment 1 Exceptions Reporter 2016-04-21 15:54:16 UTC
Created attachment 159386 [details]
stacktrace