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 268401 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-07 09:10 UTC by davidkarlin
Modified: 2016-10-07 09:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226641


Attachments
stacktrace (2.95 KB, text/plain)
2016-10-07 09:10 UTC, davidkarlin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidkarlin 2016-10-07 09:10:40 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
davidkarlin: Had just created a project with the AMP html library, which has an awful lot of files




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.apache.lucene.index.SegmentInfo.clone(SegmentInfo.java:375)
   at org.apache.lucene.index.SegmentInfos.createBackupSegmentInfos(SegmentInfos.java:1063)
   at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1169)
   at org.netbeans.modules.parsing.lucene.LuceneIndex$FlushIndexWriter.<init>(LuceneIndex.java:1245)
   at org.netbeans.modules.parsing.lucene.LuceneIndex$DirCache.acquireWriter(LuceneIndex.java:901)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.store(LuceneIndex.java:481)
Comment 1 davidkarlin 2016-10-07 09:10:44 UTC
Created attachment 162387 [details]
stacktrace