13 Jan
2006
13 Jan
'06
1:55 p.m.
On Fri, Jan 13, 2006 at 07:14:24PM +0530, Gada, Subhash wrote:
Bbtest is crashed and getting the following error - Program crashed, Fatal signal caught!. All the connectivity test turned to purple after some time.
This is what am getting when I run bbtest-net with gdb tool. Any help is appreciated.
Important: When you do that, you MUST have all of the Hobbit environment setup. It's best to run it with $ su - hobbit $ bbcmd gdb ~/server/bin/bbtest-net
(gdb) run Starting program: /home/hobbit/server/bin/bbtest-net
Program received signal SIGSEGV, Segmentation fault. 0x400943ca in strcmp () from /lib/tls/i686/cmov/libc.so.6
"strcmp()" is a standard library routine, so it would help to know what called it.
Use the "bt" command in gdb.
Henrik