php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61818 Apache 2.4.1 child segfaults on all PHP requests
Submitted: 2012-04-22 18:24 UTC Modified: 2013-02-18 00:35 UTC
From: john dot iliffe at iliffe dot ca Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.4.0 OS: Red Hat RHEL 5
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2012-04-22 18:24 UTC] john dot iliffe at iliffe dot ca
Description:
------------
Apache-2.4.1 and PHP-5.4.0; whenever a PHP script is invoked the Apache child process segfaults and the PHP script is served as source to the client.  (html pages serve properly).  Configure line is:

--prefix=/usr/php-5.4.0
--with-apxs2=/usr/apache-2.4.1/bin/apxs
--with-openssl=/usr/openssl-1.0.1
--with-pcre-regex=/usr/pcre-8.3.0
--with-zlib
--with-ldap
--with-mysql
--with-pgsql=/usr/postgres-8.4.2
--with-bz2
--enable-sockets
--enable-zip
--with-pear
--enable-ftp
--with-config-file-path=/usr/php-5.4.0/lib


Test script:
---------------
All PHP scripts -> apachectl -M reports "php5_module (shared)"

I'm very not familiar with bug reporting but the info can be found at this URL on the Apache support forum.

http://httpd.markmail.org/search/?q=#query:+page:1+mid:w7aduwbu4az3hdqh+state:results




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-23 00:42 UTC] aharvey@php.net
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 for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

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.


 [2012-04-23 00:42 UTC] aharvey@php.net
-Status: Open +Status: Feedback -Package: Apache2 related +Package: Reproducible crash
 [2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC