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 268451

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: jimmytehbanana
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226675
Attachments: stacktrace

Description jimmytehbanana 2016-10-10 15:13:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
jimmytehbanana: Left it idle overnight




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.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.refreshImpl(FileObj.java:356)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:860)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.refresh(FileObj.java:380)
Comment 1 jimmytehbanana 2016-10-10 15:13:45 UTC
Created attachment 162434 [details]
stacktrace