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 256768

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

Description Exceptions Reporter 2015-11-24 16:21:26 UTC
This bug was originally marked as duplicate of bug 243291, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

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: Windows 10

User Comments:
GUEST: Opened up the ext.js file




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.values(HashMap.java:953)
   at org.apache.lucene.index.SegmentReader.doClose(SegmentReader.java:386)
   at org.apache.lucene.index.IndexReader.decRef(IndexReader.java:274)
   at org.apache.lucene.index.DirectoryReader.doClose(DirectoryReader.java:914)
   at org.apache.lucene.index.IndexReader.decRef(IndexReader.java:274)
   at org.apache.lucene.index.IndexReader.close(IndexReader.java:1479)
Comment 1 Exceptions Reporter 2015-11-24 16:21:28 UTC
Created attachment 157484 [details]
stacktrace