Coda File System

Re: coda client hangs

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Wed, 25 May 2005 16:21:30 -0400
On Wed, May 25, 2005 at 10:27:16AM -0600, Patrick Walsh wrote:
> (gdb) bt
> #0  0xb73f99d6 in __sigsuspend (set=0x1532f0bc)
>     at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
> #1  0x080ab4f5 in strcpy () at ../sysdeps/generic/strcpy.c:31
> #2  <signal handler called>
> #3  0x080c99a2 in strcpy () at ../sysdeps/generic/strcpy.c:31
> #4  0x1532f480 in ?? ()
> #5  0x0804e559 in strcpy () at ../sysdeps/generic/strcpy.c:31

Argh, dpkg seems to have stripped the binaries. I though I told it _not_
to do that in the build scripts. At least the program counters are still
there, so I hopefully will be able to rebuild a clean copy and use
addr2line to figure out where we crashed.

> 	I hope this makes more sense to somebody else since there is no strcpy
> () function call from Create_Process_Part2.  Here's the code for that
> function:

Nah, liblwp still seems to have debugging symbols, all the others seem
to be missing symbols.

Jan
Received on 2005-05-25 16:22:05