[Bug 118392] Re: ssh client segfaulting on fresh ubuntu installation

Bruno Lustosa bruno at lustosa.net
Sun Mar 23 20:08:35 GMT 2008


Neal, I had my HD fried, and the only media I had to try to recover things on it was this old amd64 Ubuntu livecd (7.04). The same problem happened again. Below is the output on various commands that maybe help debugging the problem.
Anyway, when this happened the first time, I went to ubuntu x86 and it worked happily. I will now download Hardy x86 and probably be happy again (as soon as I get a new hard drive, of course).


ubuntu at ubuntu:~$ which ssh
/usr/bin/ssh

ubuntu at ubuntu:~$ /usr/bin/ssh
Segmentation fault (core dumped)

ubuntu at ubuntu:~$ ls -l /usr/bin/ssh
-rwxr-xr-x 1 root root 303944 2007-02-19 12:46 /usr/bin/ssh

ubuntu at ubuntu:~$ ldd /usr/bin/ssh
        statically linked

ubuntu at ubuntu:~$ md5sum /usr/bin/ssh
49ed01575cbccbddc9645af695e2ebba  /usr/bin/ssh

ubuntu at ubuntu:~$ strace -f /usr/bin/ssh
execve("/usr/bin/ssh", ["/usr/bin/ssh"], [/* 32 vars */]) = 0
brk(0)                                  = 0x5555557a3000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b64e5c7d000
uname({sys="Linux", node="ubuntu", ...}) = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b64e5c7e000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
arch_prctl(ARCH_SET_FS, 0x2b64e5c7f530) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Process 11923 detached

-- 
ssh client segfaulting on fresh ubuntu installation
https://bugs.launchpad.net/bugs/118392
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.



More information about the Ubuntu-server-bugs mailing list