[19790] in Kerberos
I am stuck at krb5_cc_initialize, how to check?
daemon@ATHENA.MIT.EDU (Grace Tsai)
Mon Aug 11 15:08:27 2003
Message-ID: <3F37E67C.B03583AC@bnl.gov>
Date: Mon, 11 Aug 2003 14:54:52 -0400
From: Grace Tsai <gtsai@bnl.gov>
MIME-Version: 1.0
To: kerberos questions <kerberos@mit.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Hi,
I am sorry to keep bothering you about this problem. But I am stuck at
the
function krb5_cc_initialize, I have got core file when this function is
called.
By using dbx to analyze the core file, I got
Segmentation fault in krb5_cc_initialize at line 49 in file
could not read "ccfns.c"
The line 49 of ccfns.c is
return cache->ops->init(context,cache,principal);
I really dont know how to debug this.
I guess I like to ask now is how do I
check item by item (variable by variable) that the contents of the
inputs
to this function is correct.
code = krb5_cc_initialize(k5context,
ccache,
principal);
Thanks a million in advance.
Grace
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos