[Bug 1105] Privilege Separation

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Oct 17 19:16:30 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1105





------- Comment #7 from djm at mindrot.org  2005-10-17 19:16 -------
You mention trying different "architectures", what do you mean?

What OS/Distribution are you using? (beyond "Linux"...)

This doesn't look like the rekey bug - it looks like the child session is
terminating normally from the perspective of sshd. So it is probably blowing up
inside session.c:do_child()

Given the bleeding-edge nature of your system, it isn't likely that we are
going to be able to replicate your configuration easily and it is probable that
your problem lies in glibc or gcc. gcc-4.x has been known miscompile OpenSSH
(e.g. Bug #1080), so you might want to try a 3.x version if you can. 

Apart from this, your best bet would be attaching gdb or  instrumenting
session.c:do_child() with fprintf(stderr, "%d", __LINE__); calls to see how far
it gets.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list