Your message dated Sun, 29 Dec 2002 11:55:41 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Your ssh2 bug
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Jul 2000 17:20:53 +0000
>From [EMAIL PROTECTED] Tue Jul 18 12:20:53 2000
Return-path: <[EMAIL PROTECTED]>
Received: from mx2.magma.ca [206.191.0.250] 
        by master.debian.org with esmtp (Exim 3.12 2 (Debian))
        id 13Eb37-0006eZ-00; Tue, 18 Jul 2000 12:20:53 -0500
Received: from mail3.magma.ca (mail3.magma.ca [206.191.0.221])
        by mx2.magma.ca (8.9.3/8.9.3) with ESMTP id NAA10065
        for <[EMAIL PROTECTED]>; Tue, 18 Jul 2000 13:20:46 -0400 (EDT)
Received: from gatekeeper.precidia.com (gatekeeper.precidia.com 
[209.217.122.127])
        by mail3.magma.ca (8.9.3/8.9.3) with ESMTP id NAA18598
        for <[EMAIL PROTECTED]>; Tue, 18 Jul 2000 13:20:40 -0400 (EDT)
Received: from tolkien.ott.precidia.com [10.0.1.2] (mail)
        by gatekeeper.precidia.com with esmtp (Exim 3.12 #1 (Debian))
        id 13Eb2s-0003rI-00; Tue, 18 Jul 2000 13:20:38 -0400
Received: from adams.ott.precidia.com (precidia.com) [10.0.2.10] 
        by tolkien.ott.precidia.com with esmtp (Exim 3.12 #1 (Debian))
        id 13Eb2r-00022X-00; Tue, 18 Jul 2000 13:20:37 -0400
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 18 Jul 2000 13:20:38 -0400
From: Brian White <[EMAIL PROTECTED]>
Organization: Precidia Technologies  http://www.precidia.com/
X-Mailer: Mozilla 4.7 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Debian Bugs <[EMAIL PROTECTED]>
Subject: ssh2 can get in to an infinite segfault loop
Content-Type: multipart/mixed;
 boundary="------------E75620FDB4EE77D80608A51E"
Delivered-To: [EMAIL PROTECTED]

This is a multi-part message in MIME format.
--------------E75620FDB4EE77D80608A51E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: ssh2
Version: 2.0.13-5.1

As of today, one of my servers is no longer accepting ssh connections.  I
can't think of anything that has changed that affects all logins (user and
root).

The output of "strace" (attached) shows that ssh2 is getting caught in an
infinite loop of segmentation faults.  The connecting client displays
this:

        tolkien:~# ssh -v [EMAIL PROTECTED]
        Development-time debugging not compiled in.
        To enable, configure with --enable-debug and recompile.
        debug: hostname is 'kay'.
        debug: Unable to open /root/.ssh2/ssh2_config
        Development-time debugging not compiled in.
        To enable, configure with --enable-debug and recompile.
        debug: connecting to kay...
        debug: entering event loop
        debug: ssh_client_wrap: creating transport protocol
        debug: ssh_client_wrap: creating userauth protocol
        debug: Host key found from the database.

It then hangs waiting for a response from the server that never comes.

One thing odd about the output of strace right before the segfaults start...
Path #5 is opened, data is written, then it is closed.  Then there are
two (seemingly successful) writes.

                                          Brian
                                 ( [EMAIL PROTECTED] )

-------------------------------------------------------------------------------
               He who has infinite patience sees instant results.
--------------E75620FDB4EE77D80608A51E
Content-Type: text/plain; charset=us-ascii;
 name="strace.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="strace.txt"

select(4, [3], [], NULL, NULL)          = 1 (in [3])
accept(3, {sin_family=AF_INET, sin_port=htons(3114), 
sin_addr=inet_addr("10.0.2.1")}}, [16]) = 5
fcntl(5, F_GETFL)                       = 0x2 (flags O_RDWR)
fcntl(5, F_GETFL)                       = 0x2 (flags O_RDWR)
fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
getpeername(5, {sin_family=AF_INET, sin_port=htons(3114), 
sin_addr=inet_addr("10.0.2.1")}}, [16]) = 0
time([963940550])                       = 963940550
getpid()                                = 8151
rt_sigaction(SIGPIPE, {0x401430ac, [], 0x4000000}, {0x80598d8, [], 0x4000000}, 
8) = 0
send(4, "<38>Jul 18 13:15:50 sshd2[8151]:"..., 60, 0) = 60
rt_sigaction(SIGPIPE, {0x80598d8, [], 0x4000000}, NULL, 8) = 0
setsockopt(5, IPPROTO_TCP1, [0], 4)     = 0
setsockopt(5, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
fork()                                  = 8161
[pid  8151] close(5)                    = 0
[pid  8151] gettimeofday( <unfinished ...>
[pid  8161] fcntl(3, F_GETFL)           = 0x2 (flags O_RDWR)
[pid  8161] fcntl(3, F_SETFL, O_RDWR)   = 0
[pid  8161] close(3)                    = 0
[pid  8151] <... gettimeofday resumed> {963940550, 369717}, NULL) = 0
[pid  8151] open("/dev/random", O_RDONLY) = 5
[pid  8151] fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid  8151] read(5, "u", 32)            = 1
[pid  8151] close(5)                    = 0
[pid  8151] time(NULL)                  = 963940550
[pid  8151] times({tms_utime=16, tms_stime=9, tms_cutime=853, tms_cstime=1619}) 
= 42310409
[pid  8151] gettimeofday({963940550, 392458}, NULL) = 0
[pid  8151] times({tms_utime=16, tms_stime=9, tms_cutime=853, tms_cstime=1619}) 
= 42310409
[pid  8151] getrusage(RUSAGE_SELF, {ru_utime={0, 160000}, ru_stime={0, 90000}, 
...}) = 0
[pid  8151] getrusage(RUSAGE_CHILDREN, {ru_utime={8, 530000}, ru_stime={16, 
190000}, ...}) = 0
[pid  8151] getpid()                    = 8151
[pid  8151] getppid()                   = 1
[pid  8151] getuid()                    = 0
[pid  8151] getgid()                    = 0
[pid  8151] getpgrp()                   = 8151
[pid  8151] open("/dev/random", O_RDONLY) = 5
[pid  8151] fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid  8151] read(5, 0xbffff18c, 32)     = -1 EAGAIN (Resource temporarily 
unavailable)
[pid  8151] close(5)                    = 0
[pid  8151] time(NULL)                  = 963940550
[pid  8151] times({tms_utime=16, tms_stime=10, tms_cutime=853, 
tms_cstime=1619}) = 42310415
[pid  8151] gettimeofday({963940550, 456937}, NULL) = 0
[pid  8151] times({tms_utime=16, tms_stime=10, tms_cutime=853, 
tms_cstime=1619}) = 42310416
[pid  8151] getrusage(RUSAGE_SELF, {ru_utime={0, 160000}, ru_stime={0, 100000}, 
...}) = 0
[pid  8151] getrusage(RUSAGE_CHILDREN, {ru_utime={8, 530000}, ru_stime={16, 
190000}, ...}) = 0
[pid  8151] getpid()                    = 8151
[pid  8151] getppid()                   = 1
[pid  8151] getuid()                    = 0
[pid  8151] getgid()                    = 0
[pid  8151] getpgrp()                   = 8151
[pid  8161] brk(0x80ae000 <unfinished ...>
[pid  8151] open("/dev/random", O_RDONLY) = 5
[pid  8151] fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid  8151] read(5, 0xbffff18c, 32)     = -1 EAGAIN (Resource temporarily 
unavailable)
[pid  8151] close(5)                    = 0
[pid  8151] time(NULL)                  = 963940550
[pid  8151] times({tms_utime=17, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310424
[pid  8151] gettimeofday({963940550, 542208}, NULL) = 0
[pid  8151] times({tms_utime=17, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310424
[pid  8151] getrusage(RUSAGE_SELF, {ru_utime={0, 170000}, ru_stime={0, 110000}, 
...}) = 0
[pid  8151] getrusage(RUSAGE_CHILDREN, {ru_utime={8, 530000}, ru_stime={16, 
190000}, ...}) = 0
[pid  8151] getpid()                    = 8151
[pid  8151] getppid()                   = 1
[pid  8151] getuid()                    = 0
[pid  8151] getgid()                    = 0
[pid  8151] getpgrp()                   = 8151
[pid  8151] open("/dev/random", O_RDONLY) = 5
[pid  8151] fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid  8151] read(5, 0xbffff18c, 32)     = -1 EAGAIN (Resource temporarily 
unavailable)
[pid  8151] close(5)                    = 0
[pid  8151] time(NULL)                  = 963940550
[pid  8151] times({tms_utime=17, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310427
[pid  8151] gettimeofday({963940550, 578398}, NULL) = 0
[pid  8151] times({tms_utime=17, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310428
[pid  8151] getrusage(RUSAGE_SELF, {ru_utime={0, 170000}, ru_stime={0, 110000}, 
...}) = 0
[pid  8151] getrusage(RUSAGE_CHILDREN, {ru_utime={8, 530000}, ru_stime={16, 
190000}, ...}) = 0
[pid  8151] getpid()                    = 8151
[pid  8151] getppid()                   = 1
[pid  8151] getuid()                    = 0
[pid  8151] getgid()                    = 0
[pid  8151] getpgrp()                   = 8151
[pid  8151] stat("/root/.ssh2",  <unfinished ...>
[pid  8161] <... brk resumed> )         = 0x80ae000
[pid  8161] gettimeofday({963940550, 606348}, NULL) = 0
[pid  8161] gettimeofday({963940550, 608554}, NULL) = 0
[pid  8161] brk(0x80b0000)              = 0x80b0000
[pid  8161] gettimeofday({963940550, 616004}, NULL) = 0
[pid  8161] gettimeofday({963940550, 631123}, NULL) = 0
[pid  8161] brk(0x80b2000)              = 0x80b2000
[pid  8161] gettimeofday({963940550, 636644}, NULL) = 0
[pid  8161] gettimeofday({963940550, 639853}, NULL) = 0
[pid  8161] gettimeofday({963940550, 642057}, NULL) = 0
[pid  8161] gettimeofday({963940550, 644350}, NULL) = 0
[pid  8161] gettimeofday({963940550, 646473}, NULL) = 0
[pid  8161] getpeername(5, {sin_family=AF_INET, sin_port=htons(3114), 
sin_addr=inet_addr("10.0.2.1")}}, [16]) = 0
[pid  8161] getpeername(5, {sin_family=AF_INET, sin_port=htons(3114), 
sin_addr=inet_addr("10.0.2.1")}}, [16]) = 0
[pid  8161] getsockname(5,  <unfinished ...>
[pid  8151] <... stat resumed> {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
[pid  8151] geteuid()                   = 0
[pid  8151] stat("/root/.ssh2/random_seed", {st_mode=S_IFREG|0600, st_size=512, 
...}) = 0
[pid  8151] geteuid()                   = 0
[pid  8151] open("/root/.ssh2/random_seed", O_RDONLY) = 5
[pid  8151] read(5, "!k\200\313K\23/[EMAIL PROTECTED]"..., 512) = 512
[pid  8151] read(5, "", 512)            = 0
[pid  8151] close(5)                    = 0
[pid  8151] open("/dev/random", O_RDONLY) = 5
[pid  8151] fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid  8151] read(5, 0xbffff18c, 32)     = -1 EAGAIN (Resource temporarily 
unavailable)
[pid  8151] close(5)                    = 0
[pid  8151] time(NULL)                  = 963940550
[pid  8151] times({tms_utime=18, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310439
[pid  8151] gettimeofday({963940550, 693657}, NULL) = 0
[pid  8151] times({tms_utime=18, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310439
[pid  8151] getrusage(RUSAGE_SELF, {ru_utime={0, 180000}, ru_stime={0, 110000}, 
...}) = 0
[pid  8151] getrusage(RUSAGE_CHILDREN, {ru_utime={8, 530000}, ru_stime={16, 
190000}, ...}) = 0
[pid  8151] getpid()                    = 8151
[pid  8151] getppid()                   = 1
[pid  8151] getuid()                    = 0
[pid  8151] getgid()                    = 0
[pid  8151] getpgrp()                   = 8151
[pid  8151] open("/dev/random", O_RDONLY) = 5
[pid  8151] fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid  8151] read(5, 0xbffff18c, 32)     = -1 EAGAIN (Resource temporarily 
unavailable)
[pid  8151] close(5)                    = 0
[pid  8151] time(NULL)                  = 963940550
[pid  8151] times({tms_utime=19, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310444
[pid  8151] gettimeofday({963940550, 739905}, NULL) = 0
[pid  8151] times({tms_utime=19, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310444
[pid  8151] getrusage(RUSAGE_SELF, {ru_utime={0, 190000}, ru_stime={0, 110000}, 
...}) = 0
[pid  8151] getrusage(RUSAGE_CHILDREN, {ru_utime={8, 530000}, ru_stime={16, 
190000}, ...}) = 0
[pid  8151] getpid()                    = 8151
[pid  8151] getppid()                   = 1
[pid  8151] getuid()                    = 0
[pid  8151] getgid()                    = 0
[pid  8151] getpgrp()                   = 8151
[pid  8151] open("/dev/random", O_RDONLY <unfinished ...>
[pid  8161] <... getsockname resumed> {sin_family=AF_INET, sin_port=htons(22), 
sin_addr=inet_addr("10.0.2.2")}}, [16]) = 0
[pid  8161] getsockname(5, {sin_family=AF_INET, sin_port=htons(22), 
sin_addr=inet_addr("10.0.2.2")}}, [16]) = 0
[pid  8161] socket(PF_UNIX, SOCK_STREAM, 0) = 3
[pid  8161] connect(3, {sin_family=AF_UNIX, path="                              
                                                         
/var/run/.nscd_socket"}, 110) = -1 ECONNREFUSED (Connection refused)
[pid  8161] close(3)                    = 0
[pid  8161] open("/etc/ld.so.cache", O_RDONLY) = 3
[pid  8161] fstat(3, {st_mode=S_IFREG|0644, st_size=4404, ...}) = 0
[pid  8161] old_mmap(NULL, 4404, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
[pid  8161] close(3)                    = 0
[pid  8161] open("/lib/libnss_dns.so.2", O_RDONLY) = 3
[pid  8161] fstat(3, {st_mode=S_IFREG|0644, st_size=11404, ...}) = 0
[pid  8161] read(3, 
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\r\0"..., 4096) = 4096
[pid  8161] old_mmap(NULL, 14356, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x4019a000
[pid  8161] mprotect(0x4019d000, 2068, PROT_NONE) = 0
[pid  8161] old_mmap(0x4019d000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x4019d000
[pid  8161] close(3)                    = 0
[pid  8161] open("/lib/libresolv.so.2", O_RDONLY) = 3
[pid  8161] fstat(3, {st_mode=S_IFREG|0644, st_size=46576, ...}) = 0
[pid  8161] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 
\'\0\000"..., 4096) = 4096
[pid  8161] old_mmap(NULL, 59420, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x4019e000
[pid  8161] mprotect(0x401a9000, 14364, PROT_NONE) = 0
[pid  8161] old_mmap(0x401a9000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED, 3, 0xa000) = 0x401a9000
[pid  8161] old_mmap(0x401ab000, 6172, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401ab000
[pid  8161] close(3)                    = 0
[pid  8161] munmap(0x40014000, 4404)    = 0
[pid  8161] gettimeofday({963940550, 916948}, NULL) = 0
[pid  8161] getpid()                    = 8161
[pid  8161] open("/etc/resolv.conf", O_RDONLY) = 3
[pid  8161] fstat(3, {st_mode=S_IFREG|0644, st_size=167, ...}) = 0
[pid  8161] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000
[pid  8161] read(3, "#\n# resolv.conf\n#\n# Written by: "..., 4096) = 167
[pid  8161] read(3, "", 4096)           = 0
[pid  8161] close(3)                    = 0
[pid  8161] munmap(0x40014000, 4096)    = 0
[pid  8161] open("/etc/host.conf", O_RDONLY) = 3
[pid  8161] fstat(3, {st_mode=S_IFREG|0444, st_size=42, ...}) = 0
[pid  8161] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000
[pid  8161] read(3, "order hosts,bind,nis\nmulti off\nn"..., 4096) = 42
[pid  8161] read(3, "", 4096)           = 0
[pid  8161] close(3)                    = 0
[pid  8161] munmap(0x40014000, 4096)    = 0
[pid  8161] socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
[pid  8161] connect(3, {sin_family=AF_INET, sin_port=htons(53), 
sin_addr=inet_addr("10.0.1.2")}}, 16) = 0
[pid  8161] send(3, 
"r\364\1\0\0\1\0\0\0\0\0\0\0011\0012\0010\00210\7in-add"..., 39, 0) = 39
[pid  8161] time(NULL)                  = 963940551
[pid  8161] poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, 5000) = 1
[pid  8161] recvfrom(3, 
"r\364\205\200\0\1\0\1\0\2\0\2\0011\0012\0010\00210\7in"..., 1024, 0, 
{sin_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.1.2")}}, 
[16]) = 172
[pid  8161] close(3)                    = 0
[pid  8161] socket(PF_UNIX, SOCK_STREAM, 0) = 3
[pid  8161] connect(3, {sin_family=AF_UNIX, path="                              
                                                         
/var/run/.nscd_socket"}, 110) = -1 ECONNREFUSED (Connection refused)
[pid  8161] close(3)                    = 0
[pid  8161] socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
[pid  8161] connect(3, {sin_family=AF_INET, sin_port=htons(53), 
sin_addr=inet_addr("10.0.1.2")}}, 16) = 0
[pid  8161] send(3, "r\365\1\0\0\1\0\0\0\0\0\0\10tolkien2\3ott\10precid"..., 
43, 0) = 43
[pid  8161] time(NULL)                  = 963940551
[pid  8161] poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, 5000) = 1
[pid  8161] recvfrom(3, 
"r\365\205\200\0\1\0\1\0\1\0\1\10tolkien2\3ott\10precid"..., 1024, 0, 
{sin_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.1.2")}}, 
[16]) = 113
[pid  8161] close(3)                    = 0
[pid  8161] brk(0x80b4000)              = 0x80b4000
[pid  8161] gettimeofday({963940551, 179039}, NULL) = 0
[pid  8161] gettimeofday({963940551, 181261}, NULL) = 0
[pid  8161] gettimeofday({963940551, 184710}, NULL) = 0
[pid  8161] gettimeofday({963940551, 186850}, NULL) = 0
[pid  8161] gettimeofday({963940551, 218223}, NULL) = 0
[pid  8161] gettimeofday({963940551, 220678}, NULL) = 0
[pid  8161] gettimeofday({963940551, 223438}, NULL) = 0
[pid  8161] select(6, [5], [5], NULL, {599, 994785}) = 1 (out [5], left {600, 
0})
[pid  8161] write(5, "SSH-2.0-2.0.13 (non-commercial)\r"..., 33) = 33
[pid  8161] gettimeofday({963940551, 253154}, NULL) = 0
[pid  8161] gettimeofday({963940551, 255261}, NULL) = 0
[pid  8161] select(6, [5], [], NULL, {599, 962962}) = 1 (in [5], left {599, 
970000})
[pid  8161] read(5, "S", 1)             = 1
[pid  8161] read(5, "S", 1)             = 1
[pid  8161] read(5, "H", 1)             = 1
[pid  8161] read(5, "-", 1)             = 1
[pid  8161] read(5, "2", 1)             = 1
[pid  8161] read(5, ".", 1)             = 1
[pid  8161] read(5, "0", 1)             = 1
[pid  8161] read(5, "-", 1)             = 1
[pid  8161] read(5, "2", 1)             = 1
[pid  8161] read(5, ".", 1)             = 1
[pid  8161] read(5, "0", 1)             = 1
[pid  8161] read(5, ".", 1)             = 1
[pid  8161] read(5, "1", 1)             = 1
[pid  8161] read(5, "3", 1)             = 1
[pid  8161] read(5, " ", 1)             = 1
[pid  8161] read(5, "(", 1)             = 1
[pid  8161] read(5, "n", 1)             = 1
[pid  8161] read(5, "o", 1)             = 1
[pid  8161] read(5, "n", 1)             = 1
[pid  8161] read(5, "-", 1)             = 1
[pid  8161] read(5, "c", 1)             = 1
[pid  8161] read(5, "o", 1)             = 1
[pid  8161] read(5, "m", 1)             = 1
[pid  8161] read(5, "m", 1)             = 1
[pid  8161] read(5, "e", 1)             = 1
[pid  8161] read(5, "r", 1)             = 1
[pid  8161] read(5, "c", 1)             = 1
[pid  8161] read(5, "i", 1)             = 1
[pid  8161] read(5, "a", 1)             = 1
[pid  8161] read(5, "l", 1)             = 1
[pid  8161] read(5, ")", 1)             = 1
[pid  8161] read(5, "\r", 1)            = 1
[pid  8161] read(5, "\n", 1)            = 1
[pid  8161] brk(0x80b6000)              = 0x80b6000
[pid  8161] brk(0x80b8000)              = 0x80b8000
[pid  8161] write(5, 
"\0\0\0\374\10\24O\364\364\331\202\271\23\351\275\260cx"..., 256) = 256
[pid  8161] read(5, "\0\0\0\344\4\24\"E", 8) = 8
[pid  8161] read(5, 
"?\261}F\327{=\300\264\274\24D\250\331\0\0\0\32diffie-h"..., 224) = 224
[pid  8161] brk(0x80ba000)              = 0x80ba000
[pid  8161] read(5, "\0\0\0\214\5\36\0\0", 8) = 8
[pid  8161] read(5, 
"\0\201\0\270,\276Rs\306\213\n\327\271T\305&\t\37\5y\320"..., 136) = 136
[pid  8151] <... open resumed> )        = 5
[pid  8151] fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
[pid  8151] read(5, 0xbffff18c, 32)     = -1 EAGAIN (Resource temporarily 
unavailable)
[pid  8151] close(5)                    = 0
[pid  8151] time(NULL)                  = 963940551
[pid  8151] times({tms_utime=20, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310563
[pid  8151] gettimeofday({963940551, 930131}, NULL) = 0
[pid  8151] times({tms_utime=20, tms_stime=11, tms_cutime=853, 
tms_cstime=1619}) = 42310563
[pid  8151] getrusage(RUSAGE_SELF, {ru_utime={0, 200000}, ru_stime={0, 110000}, 
...}) = 0
[pid  8151] getrusage(RUSAGE_CHILDREN, {ru_utime={8, 530000}, ru_stime={16, 
190000}, ...}) = 0
[pid  8151] getpid()                    = 8151
[pid  8151] getppid()                   = 1
[pid  8151] getuid()                    = 0
[pid  8151] getgid()                    = 0
[pid  8151] getpgrp()                   = 8151
[pid  8151] stat("/root/.ssh2", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
[pid  8151] geteuid()                   = 0
[pid  8151] stat("/root/.ssh2/random_seed", {st_mode=S_IFREG|0600, st_size=512, 
...}) = 0
[pid  8151] geteuid()                   = 0
[pid  8151] open("/root/.ssh2/random_seed", O_WRONLY|O_CREAT, 0600) = 5
[pid  8151] write(5, 
"\214\310\343\204a\306;%\"\256\333^\324\205\21\375\231\201"..., 512) = 512
[pid  8151] close(5)                    = 0
[pid  8151] gettimeofday({963940551, 976930}, NULL) = 0
[pid  8151] gettimeofday({963940551, 979228}, NULL) = 0
[pid  8151] select(4, [3], [], NULL, NULL <unfinished ...>
[pid  8161] write(5, 
"\0\0\2t\n\37\0\0\1\263\0\0\0\7ssh-dss\0\0\0\201\0\312\375"..., 632) = 632
[pid  8161] write(5, "\0\0\0\f\n\25\372\333]\0170\251h7\377\272", 16) = 16
[pid  8161] --- SIGSEGV (Segmentation fault) ---
[pid  8161] rt_sigprocmask(SIG_BLOCK, ~[CONT STOP TSTP TTIN TTOU URG WINCH IO], 
[SEGV], 8) = 0
[pid  8161] rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
[pid  8161] sigreturn()                 = ? (mask now [])
[pid  8161] --- SIGSEGV (Segmentation fault) ---
[pid  8161] rt_sigprocmask(SIG_BLOCK, ~[CONT STOP TSTP TTIN TTOU URG WINCH IO], 
[SEGV], 8) = 0
[pid  8161] rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
[pid  8161] sigreturn()                 = ? (mask now [])
[pid  8161] --- SIGSEGV (Segmentation fault) ---
[pid  8161] rt_sigprocmask(SIG_BLOCK, ~[CONT STOP TSTP TTIN TTOU URG WINCH IO], 
[SEGV], 8) = 0
[pid  8161] rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
[pid  8161] sigreturn()                 = ? (mask now [])
[pid  8161] --- SIGSEGV (Segmentation fault) ---
[pid  8161] rt_sigprocmask(SIG_BLOCK, ~[CONT STOP TSTP TTIN TTOU URG WINCH IO], 
[SEGV], 8) = 0
[pid  8161] rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
[pid  8161] sigreturn()                 = ? (mask now [])
[pid  8161] --- SIGSEGV (Segmentation fault) ---
[pid  8161] rt_sigprocmask(SIG_BLOCK, ~[CONT STOP TSTP TTIN TTOU URG WINCH IO], 
[SEGV], 8) = 0
[pid  8161] rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
[pid  8161] sigreturn()                 = ? (mask now [])
[pid  8161] --- SIGSEGV (Segmentation fault) ---
[...etc...]

--------------E75620FDB4EE77D80608A51E--


---------------------------------------
Received: (at 67416-done) by bugs.debian.org; 29 Dec 2002 10:55:43 +0000
>From [EMAIL PROTECTED] Sun Dec 29 04:55:43 2002
Return-path: <[EMAIL PROTECTED]>
Received: from smtpzilla1.xs4all.nl [194.109.127.137] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18Sb6c-0002Na-00; Sun, 29 Dec 2002 04:55:42 -0600
Received: from kalypso (ramstraat29.xs4all.nl [80.126.10.231])
        by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id gBTAtf2X076610
        for <[EMAIL PROTECTED]>; Sun, 29 Dec 2002 11:55:41 +0100 (CET)
Received: from bas by kalypso with local (Exim 3.36 #1 (Debian))
        id 18Sb6b-0003mO-00
        for <[EMAIL PROTECTED]>; Sun, 29 Dec 2002 11:55:41 +0100
From: Bas Zoetekouw <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Your ssh2 bug
Message-Id: <[EMAIL PROTECTED]>
Sender: Bas Zoetekouw <[EMAIL PROTECTED]>
Date: Sun, 29 Dec 2002 11:55:41 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-0.7 required=5.0
        tests=SPAM_PHRASE_02_03
        version=2.41
X-Spam-Level: 

Hi!

Ssh2 was removed from the Debian archive this morning.  It's
replacement, openssh (ssh package), does not seem to be affected
by this bug; therefore, I'm closing it.

Kind regards,
Bas Zoetekouw.

Reply via email to