problem with xymond_client test
Since upgrading to 4.3.0-RC1 and following with 4.3.0, there is a xymond_client test that is always showing red:
"- Program Crashed
Fatal signal caught!"
I'm not seeing anything helpful in the xymond-client logs or the xymond-server logs, any pointers on where I should look, or what the problem might be?
Thanks
Glenn Attwood Senior Network Administrator, IITS University of Toronto Scarborough 416-287-7364
Den 14-03-2011 23:44, Glenn Attwood skrev:
Since upgrading to 4.3.0-RC1 and following with 4.3.0, there is a xymond_client test that is always showing red:
"- Program Crashed
Fatal signal caught!"
If it remains red, then it is continuosly crashing. You should see some entries in xymonlaunch.log about that task terminating with a signal, and then being restarted.
There should also be a core-file in $XYMONHOME/tmp
If possible I would very much like you to do as described in http://www.xymon.com/xymon/help/known-issues.html#bugreport : Use the 'gdb' tool to give me a traceback of what xymond_client was doing when it crashed. Quoting this page:
If one of the Xymon tools crashes and leaves a core-file (usually in the ~xymon/server/tmp/ directory), please use the gdb tool to pinpoint where the crash occurred:
* Login as the Xymon user
* $ cd ~/server
$ gdb bin/PROGRAMFILE tmp/COREFILE
then at the gdb> prompt, execute the command
gdb> bt
Thanks, Henrik
Sorry, forgot to send this to the list the first time -G-
On 03/15/2011 02:42 AM, Henrik Størner wrote:
If it remains red, then it is continuosly crashing. You should see some entries in xymonlaunch.log about that task terminating with a signal, and then being restarted.
There is nothing in xymonlaunch.log other than the standard stuff when xymon launches.
There should also be a core-file in $XYMONHOME/tmp
(gdb) bt #0 0x004c3422 in __kernel_vsyscall () #1 0x00a7a651 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x00a7da82 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0x08072023 in ?? () #4 <signal handler called> #5 0x0806f888 in ?? () #6 0x0805d82c in ?? () #7 0x00a66bd6 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #8 0x08049d71 in ?? () (gdb)
Thanks,
Glenn Attwood Senior Network Administrator, IITS University of Toronto Scarborough 416-287-7364
participants (2)
-
attwood@utsc.utoronto.ca
-
henrik@hswn.dk