29 Sep
2006
29 Sep
'06
6:41 a.m.
On Thu, Sep 28, 2006 at 05:39:32PM -0400, Michael Dunne wrote:
The hobbitd_client module has been crashing on and off all day. Below is the gdb output. Any advice would be greatly appreciated.
This GDB was configured as "powerpc-apple-darwin". Reading symbols for shared libraries .. done #3 <signal handler called> #4 0x90007260 in strlen () #5 0x0000ec68 in error_message () #6 0x00002dc8 in main (argc=1192252, argv=0xa0005290) at bb.c:138
This trace doesn't make sense - the "bb.c" sourcefile is not part of the hobbitd_client binary.
Are you sure you fed gdb the right binary ? If it is hobbitd_client that is crashing, then the command should be
$ cd ~hobbit/server
$ gdb bin/hobbitd_client /path/to/corefile
gdb> bt
Regards, Henrik