]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix a problem where a crash of a non-MPM child process could
authorJeff Trawick <trawick@apache.org>
Thu, 11 Dec 2003 19:05:30 +0000 (19:05 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 11 Dec 2003 19:05:30 +0000 (19:05 +0000)
commita6bc964f2481ea9b21455ed5193a1b0e94c6e660
tree27304d1876ffaea62bafbc7fa903bc966d95cc17
parent6a97ebf468fd82dce4f6896d796375f21ce2c713
fix a problem where a crash of a non-MPM child process could
result in an error log message stating that the parent had
crashed

the problem, which affected all *X platforms, was due to an
attempt to support the general problem with linuxthreads;
this change leaves us with a relatively obscure hole when
running on linuxthreads (see comments)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102033 13f79535-47bb-0310-9956-ffa450edef68
server/mpm_common.c