GNOME Bugzilla – Bug 127902
Nautilus crashes if duplicate samba mounts are mounted in the same directory
Last modified: 2004-12-22 21:47:04 UTC
Nautilus will crash when two or more of the same samba mounts are mounted in the same directory before nautilus is started. If mounted while nautilus is running there is no problem. Steps to reproduce the bug (in bash mounting same smbfs twice): root@host # nautilus --version Gnome nautilus 2.4.1 root@host # mount //LinuxServer/public -t smbfs -o username=dan /mnt/server Password: root@host # mount //LinuxServer/public -t smbfs -o username=dan /mnt/server Password: root@host # nautilus --no-desktop ** ERROR **: file nautilus-directory.c: line 546 (add_to_hash_table): assertion failed: (g_hash_table_lookup (directory->details->file_hash, file->details->relative_uri) == NULL) aborting... root@host # umount //LinuxServer/public root@host # nautilus --no-desktop After unmounting the duplicate mount above nautilus starts without problems. If more information is required let me know. (also: this was done by accident, I don't normally mount them twice!)
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 120222 ***