You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 1998/05/02 18:08:34 UTC

Fatal child errors

Looking over the code, it appears that most of the mutex errors
that the cild processes worry about should be fatal. In fact, most
places where clean_child_exit(1) is called, it should be a totally
fatal error... Comments?
-- 
===========================================================================
   Jim Jagielski   |||   jim@jaguNET.com   |||   http://www.jaguNET.com/
            "That's no ordinary rabbit... that's the most foul,
            cruel and bad-tempered rodent you ever laid eyes on"

Re: Fatal child errors

Posted by Dean Gaudet <dg...@arctic.org>.
Sounds right... but it's still a good idea to use a constant that's not 0,
1, or -1... in case folks slip those into the code without us being awake.
42 is a nice number ;)

It looks like set_group_privs should be using clean_child_exit rather than
exit.

Dean

On Sat, 2 May 1998, Jim Jagielski wrote:

> Looking over the code, it appears that most of the mutex errors
> that the cild processes worry about should be fatal. In fact, most
> places where clean_child_exit(1) is called, it should be a totally
> fatal error... Comments?
> -- 
> ===========================================================================
>    Jim Jagielski   |||   jim@jaguNET.com   |||   http://www.jaguNET.com/
>             "That's no ordinary rabbit... that's the most foul,
>             cruel and bad-tempered rodent you ever laid eyes on"
>