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=20421>.
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=20421

child pid $PID exit signal Segmentation fault (11)





------- Additional Comments From [EMAIL PROTECTED]  2003-06-03 22:02 -------
steps i've taken to eliminate hardware failures and other factors:

1. build a new kernel on that machine, previous kernel had a memory mngt. patch:
segmentation faults kept coming.

2. build httpd with an other gcc compiler (2.95 instead of 3.3): segmentation
faults didn't disappear

3. Compiled it on a whole different machine (AMD Atlhon instead of Intel P4)
with the same PHP scripts: It's raining segmentation faults

I use debian and on both machines runs Linux 2.4.20 without any patches. My PHP
version is 4.3.2 and is build with apxs2. The MPM on apache is worker.

It has also come to my attention that if I use the following MPM settings
(ServerLimit 20, TreadsPerChild 35, MaxClients 700) the webserver has a maximum
output of 4 mbit/s while with apache 1.3.27 9 mbit/s could been reached. And
with the settings (ServerLimit 50, TreadsPerChild 15, MaxClients 750) my
webserver died within a few minutes by a segmentation fault on the parent 
proccess:

[Mon Jun 02 15:59:31 2003] [notice] child pid 11105 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:32 2003] [notice] child pid 11122 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:32 2003] [notice] child pid 11121 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:32 2003] [notice] child pid 11120 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:32 2003] [notice] child pid 11119 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:32 2003] [notice] child pid 11118 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:32 2003] [notice] child pid 11117 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:32 2003] [notice] child pid 11116 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:32 2003] [notice] child pid 11115 exit signal Segmentation
fault (11)
[Mon Jun 02 15:59:33 2003] [notice] seg fault or similar nasty error detected in
the parent process

And i've never saw a coredump in my /tmp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to