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 243325 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 13:46 UTC by abarquin
Modified: 2014-04-04 08:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208732


Attachments
stacktrace (1.16 KB, text/plain)
2014-03-27 13:46 UTC, abarquin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abarquin 2014-03-27 13:46:03 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
abarquin: Open my vm and got the error when I opened NetBeans




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at java.lang.StringBuilder.toString(StringBuilder.java:405)
   at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL(ArchiveURLMapper.java:97)
   at org.openide.filesystems.URLMapper.findURL(URLMapper.java:140)
   at org.netbeans.modules.web.jspparser_ext.WebAppParseSupport.findExternalURL(WebAppParseSupport.java:417)
Comment 1 abarquin 2014-03-27 13:46:05 UTC
Created attachment 146353 [details]
stacktrace
Comment 2 Tomas Hurka 2014-04-04 08:06:05 UTC
Please upgrade to NetBeans 8.0 - the problem should be fixed there.

There are 80 instances of com.sun.tools.javac.code.Symtab, which are held from org.netbeans.modules.debugger.jpda.projects.EditorContextImpl$23 class.