rantoniuk / php52-backports

Automatically exported from code.google.com/p/php52-backports
Other
1 stars 1 forks source link

apache 2.2 [error] child died with signal 11 (patch 20120826) #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.install php 5.2.17 with php52-backports-20120826.patch (apache2 dso) debian 
6.0 32 or 64bit and apache 2.2.22

After upgrade php from version with patch php52-backports-20120203 I'm 
observing a lot of apache errors child died with signal 11 (segmentation fault)
I'm trying to figure out where is the problem, but maybe someone else know the 
reason or give a hist where to look.

I've tested on two servers, 32 and 64 bit debian 6.0 with the same results.
Both are webhosting servers and I'm unable to find why and when apache threads 
dies with sigsegv.

Regards,
Adam

Original issue reported on code.google.com by lolicj...@gmail.com on 11 Sep 2012 at 9:13

GoogleCodeExporter commented 8 years ago
What you see in
php -m
command output?

Original comment by svyatosl...@gmail.com on 12 Sep 2012 at 6:32

GoogleCodeExporter commented 8 years ago
Hello,

I've rebuilt php with php52-backports-security-20120911.patch (not a full 
patch) and it's ok.

Exact the same php build from yesterday with php52-backports-20120203.patch was 
OK, while with php52-backports-20120826.patch many apache sigsegv occurs.

Maybe someone else will have same issues and then we will try to find where is 
the problem. If not, security patch is a good solution.

PS: with security patch I have no problem with '>' in phpinfo (issue #1)

Original comment by lolicj...@gmail.com on 12 Sep 2012 at 8:43

GoogleCodeExporter commented 8 years ago
Fixed, I knew this problem
r78 Revert changes for patch bug-61165 (PHP sefault problem fix)
r77 Revert changes for patch bug-60801 (PHP sefault problem fix)

http://php52-backports.googlecode.com/files/php52-backports-20120911-1.patch

Original comment by svyatosl...@gmail.com on 12 Sep 2012 at 5:33