On Sun, Sep 11, 2005 at 07:45:10PM -0500, Craig Cook wrote:
Did some more reading... hope this helps:
#3 0x0805dc16 in sigsegv_handler (signum=11) at sig.c:57 #4 0x0077a8c8 in killpg () from /lib/tls/libc.so.6 #5 0x08060677 in next_server (channel=0x884c318, query=0x100e00, now=1126485130) at ares_process.c:404 #6 0x08060d5a in ares_process (channel=0x884c318, read_fds=0xbff38850, write_fds=0xbff387d0) at ares_process.c:288 #7 0x08055b36 in dns_queue_run (channel=0x884c318) at dns.c:202 #8 0x08055de6 in flush_dnsqueue () at dns.c:231 #9 0x0804f898 in main (argc=4, argv=0xbff39c94) at bbtest-net.c:2194
Looks like a problem with the C-ARES library that Hobbit uses for DNS lookups - the trace is identical to one I've seen before.
If you run bbtest-net with the "--no-ares" option, I'll bet that it works OK.
This is hopefully fixed in the next C-ARES version. If you want to try that, you can pick up the latest Hobbit snapshot - build it and you can just copy the bbnet/bbtest-net binary on top of your current installation.
Henrik