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 - 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-03-16 14:36 UTC by netolm
Modified: 2017-03-16 14:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228439


Attachments
stacktrace (854 bytes, text/plain)
2017-03-16 14:36 UTC, netolm
Details

Note You need to log in before you can comment on or make changes to this bug.
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