sshd: ../../include/k5-thread.h:704: k5_mutex_finish_init_1: Assertion `(&(&m->os)->n)->initialized != K5_MUTEX_DEBUG_INITIALIZED' failed.

Ken Raeburn raeburn at MIT.EDU
Tue Jan 22 16:01:04 EST 2008


On Jan 22, 2008, at 15:40, psullivanva at gmail.com 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



More information about the Kerberos mailing list