Marko Rößler <[EMAIL PROTECTED]> writes: > i did send a core dump to the bugtracking system...
Hm, it wasn't received, but it was possibly too large. A backtrace is more useful anyway. > I am not shure how to create a backtrace. Can you please quickly point > me the way out? Install gdb and then run: gdb /usr/bin/klog and then at the gdb prompt, type: run <username> where <username> is the username you're authenticating as. Enter the password that causes it to die, and gdb should catch the bus error. At that point, you should be able to type: bt to get a backtrace. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>