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 258138 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-24 18:56 UTC by rtarso
Modified: 2016-02-24 18:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222697


Attachments
stacktrace (3.21 KB, text/plain)
2016-02-24 18:56 UTC, rtarso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rtarso 2016-02-24 18:56:37 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
rtarso: Were Trying to update SVN repositoryes. Thanks!




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:318)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:132)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport$2IOJob.run(ChildrenSupport.java:274)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.computeChildren(FolderObj.java:171)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getChildren(FolderObj.java:157)
Comment 1 rtarso 2016-02-24 18:56:39 UTC
Created attachment 158638 [details]
stacktrace