ID: 35137
User updated by: david dot micheneau at in-fusio dot com
Reported By: david dot micheneau at in-fusio dot com
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: solaris 9
PHP Version: 4.4.1
New Comment:
I use MPM worker.
for information see my compilation conf :
"./configure" \
"--prefix=/opt/local/http-2.0.55" \
"--with-mpm=worker" \
"--disable-ssl" \
"--disable-auth-dbm" \
"--with-perl" \
"--disable-cgid" \
"--enable-cgi" \
"--disable-suexec" \
"--enable-vhost-alias" \
"--disable-ssl" \
"--enable-alias" \
"--enable-proxy" \
"--enable-headers" \
"--enable-sigchild" \
"--enable-rewrite" \
"--enable-so" \
Previous Comments:
------------------------------------------------------------------------
[2005-11-08 10:56:51] [EMAIL PROTECTED]
What MPM are you using with Apache2?
------------------------------------------------------------------------
[2005-11-08 10:46:02] david dot micheneau at in-fusio dot com
(gdb) bt
#0 0xf96eeddc in php_apache_sapi_header_handler
(sapi_header=0xffbfec08, sapi_headers=0x1870a8, tsrm_ls=0x24e84e)
at /home/hot/php-4.4.1/sapi/apache2handler/sapi_apache2.c:104
#1 0xf96a29b8 in sapi_header_op (op=SAPI_HEADER_ADD, arg=0x0,
tsrm_ls=0x18a1d8) at /home/hot/php-4.4.1/main/SAPI.c:679
#2 0xf96a2608 in sapi_add_header_ex (header_line=0x0,
header_line_len=0, duplicate=216 'Ø', replace=0 '\0',
tsrm_ls=0x18a1d8)
at /home/hot/php-4.4.1/main/SAPI.c:487
------------------------------------------------------------------------
[2005-11-07 15:28:42] [EMAIL PROTECTED]
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php
Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.
------------------------------------------------------------------------
[2005-11-07 12:24:23] david dot micheneau at in-fusio dot com
Description:
------------
Hi,
Every night I do a log rotation and I use the command ./bin/apachectl
graceful
Apache was down and I see the same error in logs :
It seems that the problem comes from PHP version
(http://bugs.php.net/bug.php?id=27735).
However on this server I use the oracle instant client oci8, Solaris
9,
Apache 2.0.52, PHP 4.4.1
I've test compilation on PHP-4.4.1 --without-pcre options and i've same
problem.
I've downgrade PHP version to 4.3.4 : same results.
I've downgrade Apache to 2.0.48 : and no is it ok.
I've also post a mail to users mailing list Apache.
Do you have a patch for my PHP-4.4.1 ?
Actual result:
--------------
[Thu Nov 03 03:10:01 2005] [notice] SIGUSR1 received. Doing graceful
restart
[Thu Nov 03 03:10:02 2005] [notice] seg fault or similar nasty error
detected in the parent process
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35137&edit=1