GNOME Bugzilla – Bug 548241
nautilus crashed with SIGSEGV in nautilus_file_operations_copy_move()
Last modified: 2008-09-04 16:23:54 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/258779 "When moving a file from one directory to another on the same NFS4 (homedir) mount in nautilus, the file didn't appear. After (menu) cut, and paste, it was moved, then nautilus was hit with SIGSEGV.
+ Trace 205295
Not sure why it would have failed with this particular copy (as the other location should also have had a perfectly good value of "file" for the file_scheme variable (as opposed to 0x0 in this case), but as http://svn.gnome.org/viewvc/nautilus/trunk/libnautilus-private/nautilus-file-operations.c?r1=14438&r2=14464 replaces the code with using g_file_has_uri_scheme instead, this shouldn't be possible any more (even if the scheme is NULL).