MZSanford has asked for the wisdom of the Perl Monks concerning the following question:
Now, when i did the original make, there were some error because of the use of sv_undef, as opposed to PL_sv_undef. After a quick vi substitution command, that was tamed, and the make succeeded. So, i installed into /tmp to test. (no tests defined for mdule)
Now, the problem at hand. I tried to run a sample which was provided with the module, and after changing some of the connfig changes, i started the sample_client up. Well, it core dumped :/. So, i thought maybe it was me. So, i got to looking around, and eventually steared my search into the always handy perl debugger. with my time in the debugger, i found that calls to the Authen::Krb5::cc_default() were causing my problem. so, being of sound mind, i headed for gdb. Here, is where my normal Perl debugging skills go horribly wrong, as gdb is not my best subject. Here is the back trace i have :
#0 0xff2046ac in sprintf () from /usr/lib/libc.so.1 #1 0xfefbe398 in krb5_cc_default_name () from /tmp/Krb5-1.1/blib/arch +/auto/Authen/Krb5/Krb5.so #2 0xfefaf720 in krb5_cc_default () from /tmp/Krb5-1.1/blib/arch/auto +/Authen/Krb5/Krb5.so #3 0xfefa8a8c in XS_Authen__Krb5_cc_default () from /tmp/Krb5-1.1/bli +b/arch/auto/Authen/Krb5/Krb5.so #4 0x72808 in Perl_pp_entersub () #5 0x6b804 in Perl_runops_standard () #6 0x2439c in S_run_body () #7 0x24010 in perl_run () #8 0x214e0 in main ()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Krb5, core and gdb
by gellyfish (Monsignor) on Mar 21, 2002 at 14:28 UTC | |
|
Re: Krb5, core and gdb
by zengargoyle (Deacon) on Jun 05, 2002 at 19:37 UTC |