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 190949

Summary: StackOverflowError at java.io.UnixFileSystem.list
Product: platform Reporter: Tomas Zezula <tzezula>
Component: FilesystemsAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 173125
Attachments: stacktrace

Description Tomas Zezula 2010-10-12 14:19:07 UTC
This issue was reported manually by tzezula.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 101011-7073b589f6b8)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.StackOverflowError
   at java.io.UnixFileSystem.list(UnixFileSystem.java:0)
   at java.io.File.list(File.java:973)
   at java.io.File.listFiles(File.java:1051)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.rescanChildren(ChildrenSupport.java:219)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.refresh(ChildrenSupport.java:163)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$FolderChildrenCache.refresh(FolderObj.java:580)
Comment 1 Tomas Zezula 2010-10-12 14:19:14 UTC
Created attachment 102371 [details]
stacktrace
Comment 2 Petr Nejedly 2010-11-08 13:37:11 UTC
This issue seems to be related to the file naming problem reported under issue 187487. It seems the FS was puzzled being unable to find a file reference it just created and retried recursively.
It seems fixed by the fix for bug 189988.