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 255012

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: dsylvester
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219697
Attachments: stacktrace

Description dsylvester 2015-09-04 15:54:56 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8.1

User Comments:
dsylvester: Just opening a standard HTML5 Project after updating Java




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:394)
   at org.apache.lucene.util.UnicodeUtil$UTF16Result.setLength(UnicodeUtil.java:141)
   at org.apache.lucene.util.UnicodeUtil$UTF16Result.copyText(UnicodeUtil.java:147)
   at org.apache.lucene.index.TermBuffer.clone(TermBuffer.java:137)
   at org.apache.lucene.index.SegmentTermEnum.clone(SegmentTermEnum.java:107)
   at org.apache.lucene.index.TermInfosReader.terms(TermInfosReader.java:305)
Comment 1 dsylvester 2015-09-04 15:54:58 UTC
Created attachment 155902 [details]
stacktrace
Comment 2 Tomas Zezula 2015-09-07 09:00:14 UTC

*** This bug has been marked as a duplicate of bug 251221 ***