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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: xirustam
Component: Node.jsAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: tmysik
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226813
Attachments: stacktrace

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