Xymon Mailing List Archive search

Bbtest Program crashed

4 messages in this thread

list Subhash Gada · Fri, 13 Jan 2006 00:01:03 +0530 ·
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 · Fri, 13 Jan 2006 19:14:24 +0530 ·
Hi all,
  Can any one please help me on this problem.
 bbtest is crashed.  
Regards, Subhash gada 
quoted from 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 · Fri, 13 Jan 2006 14:55:55 +0100 ·
quoted from Subhash Gada
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
quoted from Subhash Gada
(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 · Fri, 13 Jan 2006 19:44:17 +0530 ·
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
quoted from Henrik Størner


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