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 270093

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

Description netolm 2017-03-16 14:36: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:
netolm: I was opening NetBeans




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap$Values.iterator(HashMap.java:967)
   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 netolm 2017-03-16 14:36:57 UTC
Created attachment 163864 [details]
stacktrace