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 267735 - 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-08-28 12:12 UTC by miraged
Modified: 2016-09-01 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225954


Attachments
stacktrace (891 bytes, text/plain)
2016-08-28 12:12 UTC, miraged
Details

Note You need to log in before you can comment on or make changes to this bug.
Description miraged 2016-08-28 12:12:56 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 10

User Comments:
miraged: Very large JS file - 13000lines




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.getCombinedACC(ProtectionDomain.java:91)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:78)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
   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 miraged 2016-08-28 12:12:58 UTC
Created attachment 161791 [details]
stacktrace