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 270294 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-04 11:04 UTC by dcosacox
Modified: 2017-04-06 14:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228664


Attachments
stacktrace (2.57 KB, text/plain)
2017-04-04 11:04 UTC, dcosacox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dcosacox 2017-04-04 11:04:25 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
dcosacox: Commit window changed look




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.javascript2.model.JsObjectImpl.<init>(JsObjectImpl.java:83)
   at org.netbeans.modules.javascript2.model.ParameterObject.<init>(ParameterObject.java:70)
   at org.netbeans.modules.javascript2.model.JsFunctionImpl.<init>(JsFunctionImpl.java:82)
   at org.netbeans.modules.javascript2.model.ModelVisitor.handleDeclaredFunction(ModelVisitor.java:1603)
   at org.netbeans.modules.javascript2.model.ModelVisitor.access$000(ModelVisitor.java:133)
   at org.netbeans.modules.javascript2.model.ModelVisitor$1.handleDeclarations(ModelVisitor.java:1484)
Comment 1 dcosacox 2017-04-04 11:04:27 UTC
Created attachment 164020 [details]
stacktrace