In <user-1bb18844e831@xymon.invalid> Brian Daly <user-afc856918890@xymon.invalid> writes:
here is the results of gdb agains bbtest-net
gdb bin/bbtest-net core.9941
Program terminated with signal 6, Aborted.
#0 0x00ea0402 in __kernel_vsyscall ()
(gdb) bt
#0 0x00ea0402 in __kernel_vsyscall ()
#1 0x005f2040 in raise () from /lib/i686/nosegneg/libc.so.6
#2 0x005f3a21 in abort () from /lib/i686/nosegneg/libc.so.6
#3 0x0805d70c in xstrdup (s=0x0) at memory.c:169
#4 0x08051da0 in setup_ssl (item=0x918d8b8) at contest.c:626
#5 0x080531e9 in do_tcp_tests (timeout=10, concurrency=246) at contest.c:998
#6 0x080502b7 in main (argc=5, argv=0xbf980a84) at bbtest-net.c:2284
[root at monitor bin]# ./bbcmd bbtest-net --version
bbtest-net version 4.2.0
SSL library : OpenSSL 0.9.8b 04 May 2006
LDAP library: OpenLDAP 20327
4.2.0 is a pretty old version.
Based on the traceback, I would think this is the
"bbtest-net segfaults on SSL cert expire 2054" bug
reported by the Debian folks in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503111
This bugreport also includes a patch that you can use if you must
remain at version 4.2.0. But I would really recommend that you
update to at least 4.2.3, which is the last 4.2.x release.
Regards,
Henrik