Aiee, segfault! You should probably report this as a bug to the developer

Matt Johnston matt at ucc.asn.au
Sun Mar 19 20:50:08 WST 2006


On Fri, Mar 17, 2006 at 12:12:32PM +0100, Marzona Simone wrote:
> Hi all
> 
> I run into this problem when I try to connecto to my pc104 (x86) system 
> running xlinux (http://www.dmp.com.tw/tech/os-xlinux/) with 2.6.16.6 
> kernel (from kernel.org).

> ./dropbear -E -F -r /etc/dropbear/dropbear_rsa_host_key
> 
> and when I try to connect to it from my desktop (debian testing) the 
> server spits out:
> 
> Aiee, segfault! You should probably report this as a bug to the developer
> 
> many many times immediately after sending to the client the key 
> information. Obviously I could not log in.

I can't think of anything obviously wrong with that setup.
Is it possible to run gdb on the pc104 system to find out
where the segfault is occurring (let me know if you need a
hand)? If not, you could try compiling Dropbear with
DEBUG_TRACE enabled in debug.h and running dropbear with -v,
that should spit out some extra output about which function
it's crashing in. It might be worth trying with DSS keys
instead of RSA keys to help narrow it down.

Cheers,
Matt


More information about the Dropbear mailing list