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 268571 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-18 09:29 UTC by xirustam
Modified: 2016-10-18 09:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226813


Attachments
stacktrace (3.03 KB, text/plain)
2016-10-18 09:29 UTC, xirustam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xirustam 2016-10-18 09:29:50 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 Server 2012 R2

User Comments:
xirustam: Background scanning of projects hung on 100%, CPU utilization was about 85%




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.StringBuilder.toString(StringBuilder.java:407)
   at org.netbeans.modules.javascript2.model.JsObjectImpl.getFullyQualifiedName(JsObjectImpl.java:369)
   at org.netbeans.modules.javascript2.model.JsObjectImpl.correctAssignmentsInModel(JsObjectImpl.java:798)
   at org.netbeans.modules.javascript2.model.JsObjectImpl.correctAssignmentsInModel(JsObjectImpl.java:803)
Comment 1 xirustam 2016-10-18 09:29:51 UTC
Created attachment 162540 [details]
stacktrace