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 257634

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: lukess
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: govarthananve
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221143
Attachments: stacktrace

Description lukess 2016-01-19 19:21:57 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: Linux

User Comments:
GUEST: .

GUEST: Working with a big project (in the sense of lot of files ... over 8000 files).

lukess: just run netbeans 8.1 on linux

GUEST: I was editing a few files in an open project. The "Background scanning of project" had been going on for more than 30 minutes. CPU usage was really high.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypeFromExpression(ModelUtils.java:906)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypes(ModelUtils.java:1192)
   at org.netbeans.modules.javascript2.editor.model.Model.processWithObject(Model.java:287)
   at org.netbeans.modules.javascript2.editor.model.Model.processWithObject(Model.java:302)
   at org.netbeans.modules.javascript2.editor.model.Model.processWithObjectIn(Model.java:250)
   at org.netbeans.modules.javascript2.editor.model.Model.processWithObjectIn(Model.java:252)
Comment 1 lukess 2016-01-19 19:21:59 UTC
Created attachment 158184 [details]
stacktrace
Comment 2 Exceptions Reporter 2016-02-25 09:59:20 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=221143