We are getting a core with the Digital UNIX telnet client when invoked from
a session which has been established via "sshd" :
6 [13:40] wolf_at_yseult:~/src> slogin -v yseult.sis.pasteur.fr
[ ssh login on the AXP ]
1 [13:46] wolf_at_yseult:~> telnet ns.fr.net
Trying 134.214.84.25...
Segmentation fault (core dumped)
The core does not help much :
8 [13:46] wolf_at_yseult:~> dbx /bin/telnet core
dbx version 3.11.10
Type 'help' for help.
Core file created by program "telnet"
warning: /bin/telnet has no symbol table -- very little is supported without it
signal Segmentation fault at >*[., 0x1200090e4] stq r5, 8(r4)
(dbx) where
0 (noname)() [0x1200090e0]
I guess I'm right by concluding that sshd is missing some system calls
when performing the "login". Sshd is issuing a setluid() but probably
missing some more stuff. Has one experienced, and corrected this issue ?
The problem does not happen on Digital UNIX 3.2c.
(those willing to try will need to undefine HAVE_UTMPX in config.h before
compiling ssh).
As usual, please answer by mail, a summary will be mailed to the list.
--
Christophe Wolfhugel -+- SIS, Institut Pasteur, Paris
Boulot : wolf_at_pasteur.fr, $HOME : wolf_at_schnok.fr.net
Received on Sat Jun 22 1996 - 14:03:30 NZST