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 250395

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: php Reporter: tjakober
Component: DebuggerAssignee: Tomas Mysik <tmysik>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215379
Attachments: stacktrace

Description tjakober 2015-02-12 16:27:31 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
tjakober: suddenly during debug




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.Win32FileSystem.resolve(Win32FileSystem.java:254)
   at java.io.File.<init>(File.java:367)
   at org.openide.filesystems.LocalFileSystem.getFile(LocalFileSystem.java:515)
   at org.openide.filesystems.LocalFileSystem.lastModified(LocalFileSystem.java:391)
   at org.openide.filesystems.LocalFileSystem$Impl.lastModified(LocalFileSystem.java:623)
   at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:98)
Comment 1 tjakober 2015-02-12 16:27:32 UTC
Created attachment 151976 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-03-04 11:53:44 UTC
The biggest object in the heap dump is org.netbeans.modules.php.dbgp.models.nodes.ArrayVariableNode#7659 with retained size 1,049 MB.

Reassigning to php/Debugger. Ondra, please evaluate. Thank you.
Comment 3 Tomas Mysik 2016-06-22 07:23:34 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 ***