Hi Russ,

finaly i managed to compile the openafs-client with debug symbols and
received the following BackTrace:

(gdb) run
Starting program:
/var/cache/apt-build/build/openafs-1.4.4.dfsg1/src/kauth/klog 
Password:

Program received signal SIGBUS, Bus error.
0x0004a2a8 in des_key_sched ()
(gdb) bt
#0  0x0004a2a8 in des_key_sched ()
#1  0x00012708 in ka_StringToKey ()
#2  0x00013f34 in ka_UserAuthenticateGeneral ()
#3  0x00012008 in CommandProc ()
#4  0x0004cccc in cmd_Dispatch ()
#5  0x00011b28 in main ()

Can i help any further?

Cheers,
Marko

On Mon, 21 May 2007, Russ Allbery wrote:

> 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/>
> 

-- 
     --------------------------------------------------------
     !!!! Please take notice of the new telephone number !!!!
     --------------------------------------------------------

                 Marko Rößler @ Chemnitz University of Technology
   _   _   __    
  / \ / \ |      Phone  (49) 371 53133590  *new*
  \_  \_  |_     Fax    (49) 371 531833590 *new*
    \   \ |      Mail   [EMAIL PROTECTED]
  \_/ \_/ |__    WEB    http://www.tu-chemnitz.de/etit/sse
                 GPG    1024D/F81F1B7F
     


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to