Bbtest Program crashed
list Subhash Gada
Hi, 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. (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 Regards, Subhash This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
list Subhash Gada
Hi all, Can any one please help me on this problem. bbtest is crashed. Regards, Subhash gada
▸
From: Gada, Subhash [mailto:user-9bc6f87e5088@xymon.invalid] Sent: Friday, January 13, 2006 12:01 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Bbtest Program crashed
Hi,
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.
(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
Regards, Subhash
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be
copied, disclosed to, retained or used by, any other party. If you are
not an intended recipient then please promptly delete this e-mail and
any attachment and all copies and inform the sender. Thank you.
list Henrik Størner
▸
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
list Subhash Gada
Hi bbtest is working good when I test it with few hosts i.e. 1 or 2. when I put on my complete load i.e. 700 hosts then it is getting crashed. The system configuration is p4 with 512 RAM. Hobbit is built on Debian 3.1 Got the following out put from gdb. But Ldap libraries are installed in the system and it is built with ldap support. 2006-01-13 19:35:09 ldap test requested, but bbgen was built with no ldap support 2006-01-13 19:35:09 ldap test requested, but bbgen was built with no ldap support 2006-01-13 19:35:09 ldap test requested, but bbgen was built with no ldap support 2006-01-13 19:35:09 ldap test requested, but bbgen was built with no ldap support 2006-01-13 19:35:09 ldap test requested, but bbgen was built with no ldap support 2006-01-13 19:35:09 ldap test requested, but bbgen was built with no ldap support 2006-01-13 19:35:09 ldap test requested, but bbgen was built with no ldap support Program received signal SIGINT, Interrupt. 0xffffe410 in __kernel_vsyscall () Regards, Subhash gada
▸
-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Friday, January 13, 2006 7:26 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Bbtest Program crashed
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 This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.