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 269614 - 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: 2017-01-20 15:08 UTC by agarwalsudeep
Modified: 2017-01-20 15:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204462


Attachments
stacktrace (3.23 KB, text/plain)
2017-01-20 15:08 UTC, agarwalsudeep
Details

Note You need to log in before you can comment on or make changes to this bug.
Description agarwalsudeep 2017-01-20 15:08:56 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 10

User Comments:
GUEST: disable some plugins

GUEST: Working on a packed JS file.

GUEST: Was editing a large html5 application.

GUEST: Opening a large JS file (1400+ lines)

GUEST: Wanted to auto complete my function with ctrl + space, but took very long so i decided to restart netbeans. Then this message came forward.

agarwalsudeep: hangs a lot in between

GUEST: wtf

GUEST: <Please provide a description of the problem or the steps to reproduce>xzczx




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.ArrayDeque.doubleCapacity(ArrayDeque.java:157)
   at java.util.ArrayDeque.addLast(ArrayDeque.java:247)
   at java.util.ArrayDeque.add(ArrayDeque.java:418)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
   at org.netbeans.modules.parsing.spi.indexing.support.QuerySupport$Query$1.call(QuerySupport.java:657)
   at org.netbeans.modules.parsing.spi.indexing.support.QuerySupport$Query$1.call(QuerySupport.java:613)
Comment 1 agarwalsudeep 2017-01-20 15:08:59 UTC
Created attachment 163441 [details]
stacktrace