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 - 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: 2015-11-27 09:15 UTC by anselmocnxl
Modified: 2015-11-27 09:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221382


Attachments
stacktrace (2.62 KB, text/plain)
2015-11-27 09:15 UTC, anselmocnxl
Details

Note You need to log in before you can comment on or make changes to this bug.
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