On Jan 22, 2008, at 15:40, [EMAIL PROTECTED] wrote: > Has anyone seen this error before: > > sshd: ../../include/k5-thread.h:704: k5_mutex_finish_init_1: Assertion > `(&(&m->os)->n)->initialized != K5_MUTEX_DEBUG_INITIALIZED' failed. > > We've encountered this error on RHEL 5 using MIT Kerberos and Openssh > 4.7p1.
Looks like some bit of code is trying to initialize a mutex (with the krb5 wrapper functions) that's already been initialized, and not destroyed in between. Can you get a stack trace? Ken ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
