[krbdev.mit.edu #6278] gssd-agent deadlock

Zhanna Tsitkova via RT rt-comment at krbdev.mit.edu
Fri Dec 5 13:12:40 EST 2008


diff -Nur -x '*~' -x '*.orig' -x '*.rej' -x '*.pbxbtree' -x '*.pbxindex' -x lha.mode1v3 -x lha.mode2v3 -x lha.pbxuser -x windows -x .DS_Store Kerberos.AEP-6.5fc1.orig/KerberosFramework/KerberosErrors/Sources/com_err.c Kerberos.AEP-6.5fc1/KerberosFramework/KerberosErrors/Sources/com_err.c
--- Kerberos.AEP-6.5fc1.orig/KerberosFramework/KerberosErrors/Sources/com_err.c	2008-11-07 11:24:28.000000000 -0800
+++ Kerberos.AEP-6.5fc1/KerberosFramework/KerberosErrors/Sources/com_err.c	2008-11-13 15:37:31.000000000 -0800
@@ -201,6 +201,8 @@
     char *message = NULL;
     int reentered = 0; /* some of the functions that we call may call us. */
     
+    kim_library_init();
+
     if (!err) {
         enter_err = com_err_thread_entering_error_message (&reentered);
         




More information about the krb5-bugs mailing list