Justin Erenkrantz <[EMAIL PROTECTED]> writes:

> This is an odd one.  Has anyone seen this?  It's just hanging looking
> up the 0.0.0.0 address when it tries to process the config file.
> For me, this looks like a showstopper.  But, I can't spend much
> time on this for a few days, so I'm not a lot of help.  -- justin

I don't get the hang.  I'm surprised that the family passed to
apr_sockaddr_info_get() is AF_UNSPEC instead of AF_INET.
APR_HAVE_IPV6 is 0 for me on 10.1.4, which IIRC results in
family=AF_INET being passed to apr_sockaddr_info_get().  Can you check
the setting of APR_HAVE_IPV6?  Is a NDA involved?

> #0  0x70000978 in mach_msg_overwrite_trap ()
> #1  0x70005b34 in mach_msg_overwrite ()
> #2  0x70033644 in _lookup_all ()
> #3  0x700388cc in gai_lookupd ()
> #4  0x700817f4 in gai_node_lookupd ()
> #5  0x700814c8 in gai_node ()
> #6  0x70037f6c in getaddrinfo ()
> #7  0x00640084 in apr_sockaddr_info_get (sa=0x246610, hostname=0x79f28 "0.0.0.0", 
>family=0, port=8080, flags=0, p=0x2463b0) at 
>/Users/jerenk/cvs-apache/httpd-2.0/srclib/apr/network_io/unix/../unix/sa_common.c:366

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to