Subject: Re: port-powerpc/19897: Another powerpc SIGILL
To: None <netbsd-bugs@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: netbsd-bugs
Date: 01/18/2003 12:12:34
> Something is telling porkies in that back trace.
> get_alias_text() is a small routine that is only called during
> some (obscure) command line edit actions.  It isn't recursive.

Just realised: The problem with the backtrace is that /bin/sh
has been stripped, so the only symbols available are those in
the dynamic linker symbol table...

If you built /bin/sh from source you ought to have the unstripped
binary in the obj directory.
Try pointing gdb at that file instead.

	David

-- 
David Laight: david@l8s.co.uk