Bbtest-net crashing
Using Hobbit Monitor 4.1.2p1
Clean install replacing a bb/bbgen install
I get a bunch of these in my log...
"Task bbnet terminated by signal 6"
Gdb dumps of the core files vary.
I was getting... #0 0x0043ecef in raise () from /lib/tls/libc.so.6 #1 0x004404f5 in abort () from /lib/tls/libc.so.6 #2 0x0805dab6 in sigsegv_handler (signum=11) at sig.c:57 #3 <signal handler called> #4 0x08060483 in read_tcp_data (channel=0x85ecd48, read_fds=0xbfff9f20, now=1133457363) at ares_process.c:192 #5 0x08060287 in ares_process (channel=0x85ecd48, read_fds=0xbfff9f20, write_fds=0xbfff9ea0) at ares_process.c:77 #6 0x08055b2e in dns_queue_run (channel=0x85ecd48) at dns.c:202 #7 0x08055bf2 in flush_dnsqueue () at dns.c:231 #8 0x0804f4c3 in main (argc=2, argv=0xbfffb364) at bbtest-net.c:2200
Changed to CMD bbtest-net --report --ping --checkresponse --dns-timeout=15 --dns=ip And now I get...
#0 0x0016ccef in raise () from /lib/tls/libc.so.6 #1 0x0016e4f5 in abort () from /lib/tls/libc.so.6 #2 0x0805dab6 in sigsegv_handler (signum=11) at sig.c:57 #3 <signal handler called> #4 0x0804d18e in start_fping_service (service=0x400100e) at bbtest-net.c:1140 #5 0x0804fcc2 in main (argc=6, argv=0xbfffd994) at bbtest-net.c:2220
-- Stewart Larsen
On Thu, Dec 01, 2005 at 12:36:07PM -0500, Stewart_Larsen at doh.state.fl.us wrote:
Using Hobbit Monitor 4.1.2p1
Clean install replacing a bb/bbgen install
I get a bunch of these in my log...
"Task bbnet terminated by signal 6" #3 <signal handler called> #4 0x08060483 in read_tcp_data (channel=0x85ecd48, read_fds=0xbfff9f20, now=1133457363) at ares_process.c:192 #5 0x08060287 in ares_process (channel=0x85ecd48, read_fds=0xbfff9f20, write_fds=0xbfff9ea0) at ares_process.c:77 #6 0x08055b2e in dns_queue_run (channel=0x85ecd48) at dns.c:202
There's a known bug in the c-ares library used for DNS lookups. Could you try running with the --no-ares option ?
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
Stewart_Larsen@doh.state.fl.us