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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 251221
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 15:54 UTC by dsylvester
Modified: 2015-09-07 09:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219697


Attachments
stacktrace (2.91 KB, text/plain)
2015-09-04 15:54 UTC, dsylvester
Details

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