You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@hyperreal.org on 1997/09/13 08:24:21 UTC

Re: general/1073: http core dumps with SIGSEGV

Synopsis: http core dumps with SIGSEGV

State-Changed-From-To: open-analyzed
State-Changed-By: dgaudet
State-Changed-When: Fri Sep 12 23:24:19 PDT 1997
State-Changed-Why:
This is really odd ... if you look at timeout() a little further
down you'll see that it tests current_conn != NULL and if it's
NULL then it siglongjmps (hidden in the ap_longjmp macro) back to
the main loop where it starts cleanup.  It shouldn't get to
the get_remote_host() call in that case.

Does this occur frequently for you?

Dean