After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 87668 - Typing ssh: in the Location entry causes a crash
Typing ssh: in the Location entry causes a crash
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: (other)
unspecified
Other other
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 94118 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-07-08 15:53 UTC by Peter Winnberg
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Peter Winnberg 2002-07-08 15:57:41 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

Thread 6 (Thread 4101 (LWP 6499))

  • #0 wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    from /lib/libpthread.so.0
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 620
  • #4 pthread_sighandler
    from /lib/libpthread.so.0
  • #5 <signal handler called>
  • #6 do_get_file_info
    at ssh-method.c line 577
  • #7 gnome_vfs_get_file_info_uri_cancellable
    at gnome-vfs-cancellable-ops.c line 168
  • #8 execute_get_file_info
    at gnome-vfs-job.c line 1262
  • #9 gnome_vfs_job_execute
    at gnome-vfs-job.c line 1590
  • #10 thread_routine
    at gnome-vfs-job-slave.c line 62
  • #11 thread_entry
    at gnome-vfs-thread-pool.c line 180
  • #12 pthread_start_thread
    from /lib/libpthread.so.0




------- 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.

Comment 1 Manuel Clos 2002-07-08 18:27:11 UTC
confirming the crash.... but nautilus windows don't dissapear, so not
marking it critical.
Comment 2 Luis Villa 2002-07-08 22:20:50 UTC
Still critical, just not high. Seth, is this gnome-vfs?
Comment 3 Seth Nickell 2002-07-13 17:41:31 UTC
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)
Comment 4 John Fleck 2002-08-15 12:26:08 UTC
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."
Comment 5 Peter Winnberg 2002-08-15 14:05:55 UTC
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.
Comment 6 Evert Verhellen 2002-10-13 16:56:28 UTC
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.
Comment 7 Luis Villa 2002-10-24 15:04:28 UTC
*** Bug 94118 has been marked as a duplicate of this bug. ***
Comment 8 Luis Villa 2002-10-24 15:05:29 UTC
Same thing happens (apparently) when one types 'zip://' blah. Is that
a general vfs bug or again module-specific, seth, yakk?
Comment 9 Alexander Larsson 2002-12-19 14:19:23 UTC
It looks like to module specific bugs to me. reassigning this one to
gnome-vfs.
Comment 10 Bastien Nocera 2003-02-13 16:06:20 UTC
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