[krbdev.mit.edu #4096] Assertion `(&(&_m->os)->n)->initialized ==	K5_MUTEX_DEBUG_INITIALIZED' failed
    Tom Yu via RT 
    rt-comment at krbdev.mit.edu
       
    Mon Aug  7 13:12:17 EDT 2006
    
    
  
Thanks for the report.  This is probably the same bug as ticket #4088.
I'll merge the tickets shortly.  Please let us know if the following
patch fixes the problem for you.
Index: src/lib/gssapi/mechglue/g_initialize.c
===================================================================
--- src/lib/gssapi/mechglue/g_initialize.c	(revision 18396)
+++ src/lib/gssapi/mechglue/g_initialize.c	(revision 18397)
@@ -89,6 +89,9 @@
 	OM_uint32 major;
 	gss_mech_info aMech;
 
+	if (gssint_initialize_library())
+		return GSS_S_FAILURE;
+
 	if (minor_status == NULL)
 		return (GSS_S_CALL_INACCESSIBLE_WRITE);
 
    
    
More information about the krb5-bugs
mailing list