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 267908 - 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-09-06 19:45 UTC by bobh1969
Modified: 2017-06-26 12:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216443


Attachments
stacktrace (3.05 KB, text/plain)
2016-09-06 19:46 UTC, bobh1969
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bobh1969 2016-09-06 19:45:59 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
GUEST: don't know how...

bobh1969: crashes a lot lately

GUEST: slow system




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 org.openide.filesystems.DefaultAttributes$ElementHandler.checkAttributes(DefaultAttributes.java:1303)
   at org.openide.filesystems.DefaultAttributes$ElementHandler.startElement(DefaultAttributes.java:1193)
   at org.openide.filesystems.DefaultAttributes$InnerParser.startElement(DefaultAttributes.java:1389)
Comment 1 bobh1969 2016-09-06 19:46:01 UTC
Created attachment 161930 [details]
stacktrace