|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-11-07 12:24 UTC] 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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 20:00:02 2025 UTC |
(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:487Yes same problem with prefork MPM. See the back trace: (gdb) bt #0 0xf96eeddc in php_apache_sapi_header_handler (sapi_header=0xffbfebd8, sapi_headers=0x185248, tsrm_ls=0x24c9ee) 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=0x188378) 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=120 'x', replace=0 '\0', tsrm_ls=0x188378) at /home/hot/php-4.4.1/main/SAPI.c:487 (gdb)