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 - 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:
Depends on:
Blocks:
 
Reported: 2015-02-12 16:27 UTC by tjakober
Modified: 2016-06-22 07:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215379


Attachments
stacktrace (2.11 KB, text/plain)
2015-02-12 16:27 UTC, tjakober
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***