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 238074 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 239570
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 01:36 UTC by bmewburn
Modified: 2014-02-25 09:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205097


Attachments
stacktrace (1.86 KB, text/plain)
2013-11-07 01:36 UTC, bmewburn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bmewburn 2013-11-07 01:36:06 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Mac OS X

User Comments:
bmewburn: Moving between file tabs with Action Items window active.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:149)
   at java.lang.StringCoding.decode(StringCoding.java:193)
   at java.lang.String.<init>(String.java:416)
   at org.apache.lucene.store.DataInput.readString(DataInput.java:182)
   at org.apache.lucene.index.FieldsReader.addField(FieldsReader.java:423)
   at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:253)
Comment 1 bmewburn 2013-11-07 01:36:07 UTC
Created attachment 141925 [details]
stacktrace
Comment 2 Tomas Zezula 2014-02-25 09:05:07 UTC

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