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 242970

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: debugger Reporter: Exceptions Reporter <exceptions_reporter>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208449
Attachments: stacktrace

Description Exceptions Reporter 2014-03-17 15:34:41 UTC
This bug was originally marked as duplicate of bug 162133, 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 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
GUEST: I closed the application and it never shut down.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.tools.javac.util.SharedNameTable.<init>(SharedNameTable.java:84)
   at com.sun.tools.javac.util.SharedNameTable.<init>(SharedNameTable.java:90)
   at com.sun.tools.javac.util.Names.createTable(Names.java:324)
   at com.sun.tools.javac.util.Names.<init>(Names.java:184)
   at com.sun.tools.javac.util.Names.instance(Names.java:44)
   at com.sun.tools.javac.main.JavaCompiler.<init>(JavaCompiler.java:362)
Comment 1 Exceptions Reporter 2014-03-17 15:34:43 UTC
Created attachment 146076 [details]
stacktrace
Comment 2 Dusan Balek 2015-03-12 13:17:43 UTC
As can be seen from the attached heap dump. most of the memory is occupied by debugger related data. Reassigning.
Comment 3 Martin Entlicher 2015-07-14 13:17:09 UTC
Probably already fixed by the fix of issue #247590.