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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-29 08:39 UTC by Exceptions Reporter
Modified: 2016-04-29 09:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223798


Attachments
stacktrace (846 bytes, text/plain)
2016-04-29 08:39 UTC, Exceptions Reporter
Details

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