panic: assertion: leaf->base.obj_id == ip->obj_id in hammer_ip_delete_range
Matthew Dillon
dillon at apollo.backplane.com
Sun Nov 15 18:38:33 PST 2009
:
:
::BTW, sshd on leaf dumps core when I tried to login unless I turn off
::tty allocation (via -T). Is anything bad happening on it?
::
::Best regards.
:
: Woa, that's odd. It is dying in getenv(). It looks like
: /usr/src/crypto/openssh/session.c is doing something really nasty
: with the environ global, but I don't know what.
:
The crypto/openssha code is messing with the environment in ways
that really interfere with libc's management of it. I will commit
a change to sshd to work around the issue.
Changing libc is not really in the cards, we would have to completely
rewrite the environment handling code.
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Bugs
mailing list