[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with OpenSSH



Love Hörnquist Åstrand wrote:
> 1 aug 2007 kl. 19.37 skrev Antoine MILLET:
>
>> But now I've a segfault with ssh client... I'm trying to ktrace ssh 
>> binary but just after the read of ~/.ssh/know_hosts, I obtain :
>
> Running the ssh client under gdb and giving us a backtrace might make 
> it easier to figure out.
>
> I guessing its in libkrb5.so somewhere.
>
> Love
>
>

(gdb) file ssh
Reading symbols from ssh...(no debugging symbols found)...done.
(gdb) set args millet_a@localhost
(gdb) r
Starting program: /usr/bin/ssh millet_a@localhost

Program received signal SIGSEGV, Segmentation fault.
0x28222eac in gss_oid_to_str (minor_status=0xbfbfdc84, oid=0x0, 
oid_str=0xbfbfdc88) at mech/gss_oid_to_str.c:47
47          ret = der_get_oid (oid->elements, oid->length, &o, &size);
(gdb)


I'm trying to reconfigure client with debugging symbols.

-- 
Cordialement.