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 259058

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: thurka
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223798
Attachments: stacktrace

Description Exceptions Reporter 2016-04-29 08:39:22 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


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: Linux

User Comments:
GUEST: It just hung.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.security.AccessController.getStackAccessControlContext(AccessController.java:0)
   at java.security.AccessController.getContext(AccessController.java:820)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:722)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
Comment 1 Exceptions Reporter 2016-04-29 08:39:24 UTC
Created attachment 159472 [details]
stacktrace
Comment 2 Tomas Hurka 2016-04-29 09:24:35 UTC
Retained size of java.util.Hashtable#1865 is 373,800,051. It is used from org.netbeans.modules.javascript2.editor.index.JsIndex. See stack trace for "Editor Parsing Loop (201510222201)"