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 262700 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-06 11:34 UTC by inonit
Modified: 2016-07-06 11:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225079


Attachments
stacktrace (3.21 KB, text/plain)
2016-07-06 11:34 UTC, inonit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inonit 2016-07-06 11:34:02 UTC
Build: NetBeans IDE Dev (Build 20160601-4865caab0a01)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Mac OS X

User Comments:
inonit: left it running




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.parsing.spi.indexing.support.QuerySupport$Query$1.call(QuerySupport.java:622)
   at org.netbeans.modules.parsing.spi.indexing.support.QuerySupport$Query$1.call(QuerySupport.java:613)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:176)
   at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:360)
   at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:141)
   at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:88)
Comment 1 inonit 2016-07-06 11:34:04 UTC
Created attachment 160283 [details]
stacktrace