<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Hi all,<BR>
I'm facing a strange crash in xymonnet. I alrady have some https tests configured in hosts.cfg, but when I add the test for a Red Hat Enterprise Virtualization manager web server xymonnet crashes.<BR>
Here's the affected line:<BR>
<BR>
~/server/etc$ diff hosts.cfg /home/xymon/server/bck/hosts.cfg.OK<BR>
70c70<BR>
< 10.224.4.120 rhev-mgmt.ceda.unina2.it #ssh <A HREF="https://rhev-mgmt.ceda.unina2.it">https://rhev-mgmt.ceda.unina2.it</A><BR>
---<BR>
> 10.224.4.120 rhev-mgmt.ceda.unina2.it #ssh<BR>
<BR>
If I just remove the 's' to disable ssl testing and leaving http-only the test works:<BR>
<BR>
10.224.4.120 rhev-mgmt.ceda.unina2.it #ssh <A HREF="http://rhev-mgmt.ceda.unina2.it">http://rhev-mgmt.ceda.unina2.it</A><BR>
<BR>
<BR>
Backtrace follows. Can I further throubleshoot this issue?<BR>
<BR>
~/server$ gdb bin/xymonnet tmp/core <BR>
GNU gdb (GDB) 7.6.1<BR>
Copyright (C) 2013 Free Software Foundation, Inc.<BR>
License GPLv3+: GNU GPL version 3 or later <<A HREF="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</A>><BR>
This is free software: you are free to change and redistribute it.<BR>
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"<BR>
and "show warranty" for details.<BR>
This GDB was configured as "x86_64-slackware-linux".<BR>
For bug reporting instructions, please see:<BR>
<<A HREF="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</A>>...<BR>
Reading symbols from /home/xymon/server/bin/xymonnet...done.<BR>
[New LWP 18925]<BR>
<BR>
warning: Could not load shared library symbols for linux-vdso.so.1.<BR>
Do you need "set solib-search-path" or "set sysroot"?<BR>
Core was generated by `xymonnet --report --ping --checkresponse --timeout=15'.<BR>
Program terminated with signal 6, Aborted.<BR>
#0  0x00007fec5a503dd9 in raise () from /lib64/libc.so.6<BR>
(gdb) bt<BR>
#0  0x00007fec5a503dd9 in raise () from /lib64/libc.so.6<BR>
#1  0x00007fec5a5054e8 in abort () from /lib64/libc.so.6<BR>
#2  0x0000000000425693 in sigsegv_handler (signum=<optimized out>) at sig.c:57<BR>
#3  <signal handler called><BR>
#4  0x00007fec5a556341 in __strlen_sse2 () from /lib64/libc.so.6<BR>
#5  0x00007fec5a55604e in strdup () from /lib64/libc.so.6<BR>
#6  0x000000000040bd49 in setup_ssl (item=item@entry=0x8074b0) at contest.c:653<BR>
#7  0x000000000040d957 in do_tcp_tests (timeout=15, concurrency=256, concurrency@entry=0) at contest.c:1150<BR>
#8  0x000000000040532d in main (argc=5, argv=0x7ffffdfd0748) at xymonnet.c:2340<BR>
<BR>
<BR>
</BODY>
</HTML>