[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: heimdal KDC hangs looking up principal (0.1m through 0.2g at least)



"Brandon S. Allbery KF8NH" <allbery@kf8nh.apk.net> writes:
> (gdb) bt
>     #0  0x56450 in memp_fget ()
>     #1  0x658e8 in __bam_search ()
>     #2  0x603c8 in __bam_c_init ()
>     #3  0x5e820 in __bam_c_init ()
>     #4  0x3ca24 in __db_c_destroy ()
>     #5  0x39c74 in dbopen ()

So it just hangs there, not doing anything?  Have you verified that
you get the same backtrace when interrupting it later?  Have you
attacked it with strace to see if it does any system calls?

Are you able to dump this database?  Isn't there a db command for
dumping all the entries in the database?  What about verifiying the
correctness?  Can you verify if there's an entry for `hdb/db-format'?

/assar