Forums / General / Debian stable + eZ publish 3 = random seg.faults!

Debian stable + eZ publish 3 = random seg.faults!

Author Message

Jonny Bergkvist

Tuesday 17 June 2003 2:49:07 am

I run eZ publish 3 on Debian linux stable and are experiencing problems with apache that I think is a php-bug. Debian stable uses php v4.1.2.

Sometimes when I enter the eZ-publish-url in the browser I get page not found. I have to refresh the page 3-10 times, and and after that everything works fine. If I restart the browser I may get the same problem again.

Actually the apache-child process get seg.faults and the question is why! I have read about an php-bug that gives this error, and that bug is fixed in php 4.2.0.

/var/log/apache/error.log:
[Tue Jun 17 11:11:30 2003] [notice] child pid 3285 exit signal Segmentation fault (11)
[Tue Jun 17 11:11:32 2003] [notice] child pid 3290 exit signal Segmentation fault (11)
[Tue Jun 17 11:11:33 2003] [notice] child pid 3287 exit signal Segmentation fault (11)

Any1 else that have experienced this bug on Debian or another distro?

Jonny

Brendan Pike

Tuesday 17 June 2003 5:46:54 am

Hi Jonny

I'm running eZ publish on Debian 2.4.20-1-686 running from unstable distro php 4.2.3 without any trouble. You may need to update your php.

Cheers
Brendan

www.dbinformatics.com.au

We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.

Jeroen van Gorkum

Tuesday 17 June 2003 6:49:05 am

> Any1 else that have experienced this
> bug on Debian or another distro?

yes, same here (debian 3/linux/stable). see also:

* http://ez.no/developer/ez_publish_3/forum/install_configuration/php_41_or_php_423_required_conflicting_documentation_help
* http://ez.no/developer/ez_publish_3/forum/install_configuration/log_in_problem_php_related

jeroen.

Ace Suares

Wednesday 09 July 2003 9:13:47 pm

The solution to the segmetation fault in 3.0.2, might be upgrading to php 4.2.3

If you run woody stable, check http://www.apt-get.org
It will lead you to debian packages for php 4.2.3 for debian woody (unoffical packages, but it worked for me).

_Ace