GNOME Bugzilla – Bug 418771
nautilus crashed with SIGSEGV in g_type_check_instance()
Last modified: 2007-03-19 16:49:57 UTC
The bug has been opened on https://launchpad.net/bugs/90934 "Binary package hint: nautilus This is a very odd problem. I have 4 nfs shares mounted in /media (all are displayed on the desktop, and on the left side in nautilus) One of those 4 nfs shares makes nautilus crash. This was not a problem before when using Ubuntu 6.10. So 3 of them work fine, 1 makes nautilus crash when opening the nfs share. ProblemType: Crash Architecture: i386 CrashCounter: 1 Date: Fri Mar 9 20:55:32 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/nautilus Package: nautilus 2.17.92-0ubuntu1 PackageArchitecture: i386 ProcCmdline: nautilus --no-default-window --sm-client-id default2 ..." Debug backtrace for the crash:
+ Trace 118967
Other comment from the bug submitter: "I have found the reason for the crash, in the NFS share there was an invalid symlink. (a symlink that was pointing to something that wasn't there) When I moved the symlink into a subfolder it didn't crash, but when I open that folder with the invalid symlink nautilus crash again. So this bug is totally unrelated to NFS, nautilus crash whenever you enter a folder with an invalid symlink."
I've experienced this bug myself. I'm running Nautilus 2.18.0.1, this does not happen with 2.14.3. But it is easy to reproduce. Just make a symbolic link pointing to itself. ln -s bla bla Nautilus will crash when displaying the folder. I've had others confirming this.
2007-03-19 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c (nautilus_file_emit_changed): Avoid recursion when updating symlinks (#418771) fixed