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 256213 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
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: 2015-10-27 18:16 UTC by Exceptions Reporter
Modified: 2015-10-27 18:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220805


Attachments
stacktrace (2.92 KB, text/plain)
2015-10-27 18:16 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-27 18:16:08 UTC
This bug was originally marked as duplicate of bug 239570, 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.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Mac OS X

User Comments:
GUEST: Waking up




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.writeByte(PagedBytes.java:481)
   at org.apache.lucene.store.DataOutput.writeVInt(DataOutput.java:74)
   at org.apache.lucene.index.TermInfosReaderIndex.<init>(TermInfosReaderIndex.java:85)
   at org.apache.lucene.index.TermInfosReader.<init>(TermInfosReader.java:116)
   at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:76)
   at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:115)
Comment 1 Exceptions Reporter 2015-10-27 18:16:09 UTC
Created attachment 157008 [details]
stacktrace