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 269204

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

Description mrpc 2016-12-01 19:48:24 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
mrpc: Nothing really... just left netbeans open and did other things, and when I tried to switch back to netbeans, it had eaten all the RAM it could and it was still looking very hungry... :p




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.WinNTFileSystem.resolve(WinNTFileSystem.java:262)
   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.FolderObj.refreshImpl(FolderObj.java:482)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:893)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refresh(FolderObj.java:562)
Comment 1 mrpc 2016-12-01 19:48:25 UTC
Created attachment 163117 [details]
stacktrace