[notice] child1 pid 4844 exit signal Segmentation fault (11)

[notice] child1 pid 4844 exit signal Segmentation fault (11)

root@localhost www]# cat /usr/local/httpd/logs/error_log |grep "\ [not"
[Wed Jan 24 13:04:13 2007]  [notice] child pid 27696 exit signal Segmentation fault (11)
[Wed Jan 24 13:11:00 2007]  [notice] child pid 27523 exit signal Segmentation fault (11)
[Wed Jan 24 13:38:55 2007]  [notice] child pid 28309 exit signal Segmentation fault (11)
[Wed Jan 24 13:55:19 2007]  [notice] child pid 26744 exit signal Segmentation fault (11)
[Mon Jan 29 00:21:44 2007]  [notice] child pid 7751 exit signal Segmentation fault (11)
[Mon Jan 29 13:53:19 2007]  [notice] child pid 23613 exit signal Segmentation fault (11)
[Mon Jan 29 14:07:19 2007]  [notice] child pid 28366 exit signal Segmentation fault (11)
[Mon Jan 29 15:55:15 2007]  [notice] child pid 29904 exit signal Segmentation fault (11)
[Mon Jan 29 16:57:39 2007]  [notice] child pid 4289 exit signal Segmentation fault (11)
[Mon Jan 29 17:21:35 2007]  [notice] child pid 5576 exit signal Segmentation fault (11)
[Mon Jan 29 17:24:59 2007]  [notice] child pid 4550 exit signal Segmentation fault (11)

[root@localhost www]#



服务器经常出现child pid 4550 exit signal Segmentation fault (11)错误

主要是服务器内存慢慢的增长  等占用到1G的时候就开始慢  但是还是没统计到那个程序占用了

等了一段时间之后 其中有一个子进程占用80%左右的内存 然后过一段时间主HTTP自动杀掉这个进程

我怀疑是不是页面里有问题 如果把网线拔了 内存也不会上涨了 不过二级域名太多了 这样评比测试太麻烦了


0点~早上的时候基本都没事
现在怀疑有些PHP页面有问题产生了错误   PHP是5.16 APACHE 用2.1 2.2 2.3 2.4都试过了
./configure  \
--prefix=/usr/local/php \
--with-apxs2=/usr/local/httpd/bin/apxs \
--with-curl \
--with-mysql=/usr/local/mysql \
--enable-ftp \
--enable-zip \
--enable-mbstring=cn \
--enable-mbregex \
--enable-calendar \
--disable-debug \
--with-jpeg \
--with-png \
--enable-ctype \
--enable-thread-safety \
--with-bz \
--with-zlib \
--with-gd=/usr/local/gd \
--with-gettext \


--with-mcrypt
       

HTTPD_ROOT="/apache2"

./configure --prefix=/usr/local/httpd \
--with-mpm=worker \
--enable-so \
--enable-rewrite \
--enable-dav \
--enable-mime-magic \
--enable-access \
--enable-forward \
--disable-autoindex \
--disable-cgi \
--disable-info \
--disable-cgid \
--disable-asis \
--disable-filter \
--disable-status \
--disable-authz-host_module \
--disable-authz-groupfile \
--disable-authz-default \
--disable-setenvif \