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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: bobh1969
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: wshackle
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216443
Attachments: stacktrace

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