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 251810

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

Description inonit 2015-04-14 01:58:29 UTC
Build: NetBeans IDE Dev (Build 20150227-2dd7fe78e7e6)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Mac OS X

User Comments:
inonit: long time ago, not sure




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.substring(String.java:1921)
   at java.io.File.getName(File.java:456)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:243)
   at java.io.File.isDirectory(File.java:849)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.isDirectory(FileInfo.java:100)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:128)
Comment 1 inonit 2015-04-14 01:58:31 UTC
Created attachment 153179 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 06:29:51 UTC
4 million instances of BaseFileObj$FileEventImpl
2 million instances of FCLSupport$DispatchEventWrapperSingle
2 million instances of FCLSupport$DispatchEventWrapperMulti

Duplicate of bug 243485.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 243485 ***