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 - StackOverflowError at java.io.UnixFileSystem.list
Summary: StackOverflowError at java.io.UnixFileSystem.list
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 14:19 UTC by Tomas Zezula
Modified: 2010-11-08 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173125


Attachments
stacktrace (108.09 KB, text/plain)
2010-10-12 14:19 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
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.