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 256832

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

Description anselmocnxl 2015-11-27 09:15:45 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:
anselmocnxl: In presenza di files js di grandi dimensioni il Navigator va in crash




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.LinkedHashMap.keySet(LinkedHashMap.java:532)
   at java.util.HashSet.iterator(HashSet.java:172)
   at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:219)
   at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:188)
   at org.openide.filesystems.EventControl.finishAtomicAction(EventControl.java:116)
   at org.openide.filesystems.FileSystem.finishAtomicAction(FileSystem.java:545)
Comment 1 anselmocnxl 2015-11-27 09:15:47 UTC
Created attachment 157523 [details]
stacktrace