Comment 5 for bug 395835

Revision history for this message
Marcin Wider (mwider) wrote :

This is a problem in gnome-vfs,

I can reproduce similar segmentation fault after

$gnomevfs-ls ftp://ftp.gnome.org/pub/GNOME/

with problems with link_uri = 0x0 in code:

    if (strcmp (gnome_vfs_uri_get_host_name (uri),
         gnome_vfs_uri_get_host_name (link_uri)) != 0) {
     /* Links must be in the same host */
     res = GNOME_VFS_ERROR_NOT_SAME_FILE_SYSTEM;
     break;
    }