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 - 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-01-19 19:21 UTC by lukess
Modified: 2016-02-25 09:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221143


Attachments
stacktrace (3.08 KB, text/plain)
2016-01-19 19:21 UTC, lukess
Details

Note You need to log in before you can comment on or make changes to this bug.
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