GNOME Bugzilla – Bug 347925
Nautilus hangs while opening a ssh/sftp location from a bookmark
Last modified: 2006-08-04 12:46:00 UTC
Steps to reproduce: 1. Do not open the location before the test 2. Create a bookmark such as: ssh://user@192.168.0.1/home/user (miss the : before the directory) 3. Open the bookmark Stack trace: Other information: When you put the location in the location field in nautilus, it opens the location and after that the bookmark works properly. If you open the bookmark directly, nautilus hangs.
Thanks for your report, if you've time could you add a Stacktrace?
I've reproduced the bug again but with: sftp://user@192.168.0.1:/home/user (using the ":") Moreover seems to be random, because I started a new session and it didn't happen, but after some trying it happens all the time. I've tested it from the location field in Nautilus and it shows the same behavior of bookmarks, so seems it's not bookmark related. May be this bug should ve moved to gnome-vfs. After some time without trying it works fine again. From netstat in the destination host I can see the conection is established: tcp 0 0 192.168.0.1.22 192.168.0.2.60899 ESTABLISHED That's the /var/log/authlog on the destination host: Jul 18 17:38:01 myhost sshd[7427]: fatal: Timeout before authentication for 192.168.0.2 OK, I'm not in debugging so I don't know If I'm doing it right. I started nautilus and opened the bookmark. It hangs and I attached a gdb before closing the app with xkill. Hope it helps, feel free to ask for more information. That's the stack trace:
+ Trace 69425
damien, if you're on the CC list, please reopen the bug if info has been provided. thanks.
gnome_vfs_make_uri_full_from_relative() was formerly used to resolve symbolic links, this may well have been resolved when fixing bug 323016. Maybe the ":" URI was mangled when resolving a symlink with the gnome_vfs_make_uri_full_from_relative() helper and so the authentication failed. It would also be good to have an async version of uri_is_in_trash, maybe inside GnomeVFS.
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 343941 ***