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 252921 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 05:19 UTC by Exceptions Reporter
Modified: 2015-09-03 01:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217857


Attachments
stacktrace (1.73 KB, text/plain)
2015-06-11 05:19 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-06-11 05:19:10 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows Server 2012

User Comments:
GUEST: I pointed NetBeans at my company's code base (~4 million lines of code) and tried to edit a file, which caused NetBeans to hang for a couple hours and eventually run out of memory and crash.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   at java.lang.StringBuilder.<init>(StringBuilder.java:89)
   at org.netbeans.modules.cnd.dwarfdump.section.StringTableSection.getString(StringTableSection.java:107)
   at org.netbeans.modules.cnd.dwarfdump.section.StringTableSection.getStrings(StringTableSection.java:99)
   at org.netbeans.modules.cnd.dwarfdump.reader.ElfReader.readCoffHeader(ElfReader.java:246)
   at org.netbeans.modules.cnd.dwarfdump.reader.ElfReader.readPeHeader(ElfReader.java:212)
Comment 1 Exceptions Reporter 2015-06-11 05:19:12 UTC
Created attachment 154151 [details]
stacktrace
Comment 2 Alexander Simon 2015-09-02 08:40:45 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/414c4fd2f37d
Comment 3 Quality Engineering 2015-09-03 01:25:05 UTC
Integrated into 'main-silver', will be available in build *201509030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/414c4fd2f37d
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #252921 OutOfMemoryError: GC overhead limit exceeded