DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8161>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8161 child pid * exit signal Segmentation fault Summary: child pid * exit signal Segmentation fault Product: Apache httpd-2.0 Version: 2.0.35 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: perchild AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] $> cd httpd-2.0.35 $> make clean $> ./configure --enable-so --with-mpm=perchild --enable-info --disable-cgid --enable-cgi $> make && make install $> /usr/local/apache2/bin/apachectl start server works, all content one delivers after the deliver... $> cat /usr/local/apache2/logs/error_log [...] [Tue Apr 16 14:21:23 2002] [notice] child pid 7072 exit signal Segmentation fault (11) [Tue Apr 16 14:21:23 2002] [notice] child pid 7067 exit signal Segmentation fault (11) [Tue Apr 16 14:21:23 2002] [notice] child pid 7066 exit signal Segmentation fault (11) [Tue Apr 16 14:21:23 2002] [notice] child pid 7065 exit signal Segmentation fault (11) [...] any ideas ... ???
