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 244773 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 253331
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
: 245381 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-05-29 00:57 UTC by jakemono
Modified: 2016-06-22 07:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209995


Attachments
stacktrace (995 bytes, text/plain)
2014-05-29 00:57 UTC, jakemono
Details
stacktrace (984 bytes, text/plain)
2015-04-30 14:05 UTC, Exceptions Reporter
Details
stacktrace (984 bytes, text/plain)
2015-06-09 12:05 UTC, kuko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jakemono 2014-05-29 00:57:55 UTC
This bug was originally marked as duplicate of bug 233672, 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 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 7

User Comments:
jakemonO: running the ide in debug mode, although there was no active debug breakpoint at the time




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.File.getParentFile(File.java:501)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.getRoot(FileInfo.java:190)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:124)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:119)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getFactory(BaseFileObj.java:630)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getParent(BaseFileObj.java:596)
Comment 1 jakemono 2014-05-29 00:57:57 UTC
Created attachment 147489 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-05-30 09:14:20 UTC
There are 3.5 million instances of com.sun.org.apache.xerces.internal.dom.DeferredAttrImpl in the heap dump.

It seems that the DeferredAttrImpl objects belong to XML documents related to PHP XDebug (the root element tag is "response").

Reassigning to php/Debugger. Please evaluate it, thank you.
Comment 3 Ondrej Brejla 2014-07-14 12:29:19 UTC
*** Bug 245381 has been marked as a duplicate of this bug. ***
Comment 4 Exceptions Reporter 2015-04-30 14:05:42 UTC
Created attachment 153477 [details]
stacktrace

During debug
Comment 5 kuko 2015-06-09 12:05:43 UTC
Created attachment 154125 [details]
stacktrace

debug php
Comment 6 Tomas Mysik 2016-06-22 07:42:15 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.

Thanks.

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