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 246858 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 243837
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 16:35 UTC by jag
Modified: 2014-09-05 08:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205547


Attachments
stacktrace (1.27 KB, text/plain)
2014-09-03 16:35 UTC, jag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jag 2014-09-03 16:35:20 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Mac OS X

User Comments:
jag: After many debugging sessions, NetBeans ran out of memory

GUEST: I was copying a JSP file from one location of code to the other.  I copied it just fine.  Its when I tried to paste it, it didn't do anything.

GUEST: updating a svn repo




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
   at java.io.File.<init>(File.java:367)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.getReference(NamingFactory.java:347)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:259)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:116)
Comment 1 jag 2014-09-03 16:35:22 UTC
Created attachment 149028 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-09-05 08:16:00 UTC
> User Comments:

> GUEST:  I was copying a JSP file from one location of code to the other.
>         I copied it just fine.  Its when I tried to paste it, it didn't
>         do anything.
> GUEST:  updating a svn repo
Skipping reports from older NetBeans versions (7.4 or older).


> jag:    After many debugging sessions, NetBeans ran out of memory
The heap dump contains 3.7 million instances of class com.sun.tools.jdi.Packet
and 4.3 million instances of class java.util.HashMap$Node.
It seems to be a duplicate of bug 243837.

Thank you for reporting.

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