GNOME Bugzilla – Bug 87668
Typing ssh: in the Location entry causes a crash
Last modified: 2004-12-22 21:47:04 UTC
Package: nautilus Severity: normal Version: 2.0.0 Synopsis: Typing ssh: in the Location entry causes a crash Bugzilla-Product: nautilus Bugzilla-Component: general BugBuddy-GnomeVersion: 2.0 (2.0.1) Description: Description of Problem: Typing 'ssh:' in the Location entry causes a crash, however it's still possible to use Nautilus. If I type it in again (without killing / restarting Nautilus) it tries to connect to ssh: without success. Steps to reproduce the problem: 1.Open new nautilus window 2.Type ssh: in the Location entry and press Enter 3.Crash! Actual Results: Expected Results: How often does this happen? Every time I type it in if Nautilus is killed after every crash, once if I don't kill Nautilus. Additional Information: Using latest version of the GNOME 2.0 Developer Snapshots from Red Carpet Debugging Information: Backtrace was generated from '/usr/bin/nautilus' [New Thread 1024 (LWP 6494)] [New Thread 2049 (LWP 6495)] [New Thread 1026 (LWP 6496)] [New Thread 2051 (LWP 6497)] [New Thread 3076 (LWP 6498)] [New Thread 4101 (LWP 6499)] [New Thread 5126 (LWP 6500)] 0x40a2e4b9 in wait4 () from /lib/libc.so.6
+ Trace 24808
Thread 6 (Thread 4101 (LWP 6499))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-07-08 11:57 ------- Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
confirming the crash.... but nautilus windows don't dissapear, so not marking it critical.
Still critical, just not high. Seth, is this gnome-vfs?
Probably, but I don't really know what's going on in the ssh module :-/ CC'ing Ian and Robert Mibus (who did the last major piece of work on it and might have an idea what's going on)
I can't duplicate this with the 2.0.3 in 2.0.1RC1. I get the error dialog: "Couldn't display "ssh:///", because Nautilus cannot determine what type of file it is."
Nothing has changed for me, even if I install the latest snaps from red-carpet, nautilus2-2.0.4.0.200208141852-0.snap.ximian.1.
I can't reproduce this on Red Hat Linux 7.3 with garnome 0.17.1 (nautilus 2.0.7). Nothing gets displayed, that's all.
*** Bug 94118 has been marked as a duplicate of this bug. ***
Same thing happens (apparently) when one types 'zip://' blah. Is that a general vfs bug or again module-specific, seth, yakk?
It looks like to module specific bugs to me. reassigning this one to gnome-vfs.
Actually fixes ssh:, ssh:/ and ssh:// (ssh:/// is like ssh://localhost/) 2003-02-13 Bastien Nocera <hadess@hadess.net> * modules/ssh-method.c: (ssh_connect), (do_open_directory): don't crash when accessing ssh://, nicer error message when we get a connection refused