GNOME Bugzilla – Bug 512880
recursive symbolic links cause nautilus to crash
Last modified: 2008-02-04 12:16:47 UTC
Steps to reproduce: 1. create recursive symbolic links a -> b and b -> a in a folder 2. open that folder with nautilus 3. crash! If ls can handle broken links like this, so should nautilus. Stack trace: Other information: mkdir crashnautilus cd crashnautilus ln -s a b ln -s b a nautilus .
throw these two symlinks into the user home directory, and you have an infinite loop, since nautilus tries to open the user's home directory when it restarts after a crash. :)
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 470624 ***