On Fri, 2004-05-21 at 11:40, Colin Watson wrote: > On Thu, May 20, 2004 at 11:03:27PM -0400, Ambrose Li wrote: > > If I try to run sshd as non-root without specifying correct > > options so that it can run, it does not SIGILL, but instead > > (as expected) print some error messages and then exit. So > > it seems that the illegal instruction is somewhere during > > or after it trying to daemonize itself. > > > > If I run it within gdb and let it crash, a bt shows only a > > line with a ? without any useful information.
Can you disassemble the instruction at the address given in that line? That would probably reveal why it's blowing up. What machine are you using? p.

