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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: agarwalsudeep
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204462
Attachments: stacktrace

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