Topic: exit signal Segmentation fault in Apache after php update

I updated to the latest php 5.3.3 and after that my website returned blank pages.

There are no logged errors in php, only the following in apache error log:

[Thu Nov 04 03:59:49 2010] [notice] child pid 20902 exit signal Segmentation fault (11)

After some researching i pinpointed the problem to the memcache extension. If i disable this, seems to work, however my application needs it to function.

I tried to reinstall the latest php-pecl-memcache, and tried compiling it from source too. It produced the same error again.

I managed to resolve this by downgrading to php 5.3.2 from your repository, however it would be nice to be able to use the latest version.

Maybe anyone has a solution ?

Re: exit signal Segmentation fault in Apache after php update

Which OS ?
Which version ?

cat /etc/redhat-release

Which arch ?

uname -a

Which php-pecl-memcache version ?

rpm -qa php\* | sort

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: exit signal Segmentation fault in Apache after php update

CentOS release 5.5 (Final)

2.6.18-194.17.4.el5 #1 SMP Mon Oct 25 15:50:53 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

I used all the latest rpms via yum update from your repository. I also tried to install it manually via pecl, that did not work either

php-5.3.3-1.el5.remi
php-cli-5.3.3-1.el5.remi
php-common-5.3.3-1.el5.remi
php-devel-5.3.3-1.el5.remi
php-gd-5.3.3-1.el5.remi
php-mbstring-5.3.3-1.el5.remi
php-mcrypt-5.3.3-1.el5.remi
php-mysql-5.3.3-1.el5.remi
php-pdo-5.3.3-1.el5.remi
php-pear-1.9.1-5.el5.remi
php-pecl-memcache-3.0.5-1.el5.remi
php-pecl-solr-0.9.11-1.el5.remi
php-soap-5.3.3-1.el5.remi
php-xml-5.3.3-1.el5.remi
php-xmlrpc-5.3.3-1.el5.remi

Re: exit signal Segmentation fault in Apache after php update

I will try to reproduce.
Seems to be an upstream bug.

Can you try with php 5.3.4-dev  (in remi-test) to see if this issue is fixed there ?

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: exit signal Segmentation fault in Apache after php update

Can you please also explain how memcache is use in your app ?

Is-it a public app or a private one ?
Can you give a reproduce script ?

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi