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 271388 - 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-08-28 15:52 UTC by Exceptions Reporter
Modified: 2017-08-28 15:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230158


Attachments
stacktrace (2.89 KB, text/plain)
2017-08-28 15:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-08-28 15:52:21 UTC
This bug was originally marked as duplicate of bug 251221, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Mac OS X

User Comments:
GUEST: Looking at a file.




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 Exceptions Reporter 2017-08-28 15:52:23 UTC
Created attachment 165036 [details]
stacktrace