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 253331 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
: 244773 250395 250632 250772 251432 252438 267580 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-07 12:20 UTC by deep_pl
Modified: 2016-09-14 02:06 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218370


Attachments
stacktrace (2.92 KB, text/plain)
2015-07-07 12:20 UTC, deep_pl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deep_pl 2015-07-07 12:20:10 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201506230001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
deep_pl: On find usages




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:149)
   at java.lang.StringCoding.decode(StringCoding.java:193)
   at java.lang.String.<init>(String.java:414)
   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 deep_pl 2015-07-07 12:20:12 UTC
Created attachment 154500 [details]
stacktrace
Comment 2 Tomas Hurka 2015-07-07 12:21:55 UTC
It looks like "Find Usages" returns too many results.
Comment 3 Tomas Mysik 2016-06-21 14:51:44 UTC
Please update you desktop icon (and Start menu item) for NetBeans to point to the netbeans64.exe and not netbeans.exe, this should help.

Reassigning to the proper component, please evaluate. On Windows amd64, netbeans.exe is run instead of netbeans64.exe.

Thanks.
Comment 4 Tomas Mysik 2016-06-22 07:23:34 UTC
*** Bug 250395 has been marked as a duplicate of this bug. ***
Comment 5 Tomas Mysik 2016-06-22 07:25:08 UTC
*** Bug 250632 has been marked as a duplicate of this bug. ***
Comment 6 Tomas Mysik 2016-06-22 07:26:15 UTC
*** Bug 250772 has been marked as a duplicate of this bug. ***
Comment 7 Tomas Mysik 2016-06-22 07:27:20 UTC
*** Bug 251432 has been marked as a duplicate of this bug. ***
Comment 8 Tomas Mysik 2016-06-22 07:28:12 UTC
*** Bug 252438 has been marked as a duplicate of this bug. ***
Comment 9 Tomas Mysik 2016-06-22 07:42:15 UTC
*** Bug 244773 has been marked as a duplicate of this bug. ***
Comment 10 Tomas Mysik 2016-08-16 09:08:22 UTC
*** Bug 267580 has been marked as a duplicate of this bug. ***
Comment 11 Libor Fischmeistr 2016-09-13 08:23:10 UTC
Fixed in core-main - http://hg.netbeans.org/core-main/rev/c3067d6f532a
Comment 12 Quality Engineering 2016-09-14 02:06:20 UTC
Integrated into 'main-silver', will be available in build *201609140002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c3067d6f532a
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #253331: OutOfMemoryError: GC overhead limit exceeded