This is a discussion on child pid 6316 exit signal Segmentation fault (11) within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello, I have a strange problem. When I call the php function session_start() i get an error. This is in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I have a strange problem. When I call the php function session_start() i get an error. This is in the apache error log file : child pid 6316 exit signal Segmentation fault (11) This is the configuration. Suse 9.2 Kernel : 2.6.8-24.14-smp Apache 2.0.50 PHP 4.3.8 Does anyone know what the problem could be. I use the httpd2-prefork, not the worker. I also use the folowing apache modules : ldap auth_ldap mod_rewrite Greetings... R.Smits R.Smits@io.tudelft.nl |
|
|||
|
This problem is now solved.
The lastest security patch for php created this problem. I did a rollback, and it was solved. Weird.... But..o.k. Richard Davide Bianchi wrote: > On 2005-05-04, R.Smits <R.Smits@io.tudelft.nl> wrote: > >>When I call the php function session_start() i get an error. >>This is in the apache error log file : >>child pid 6316 exit signal Segmentation fault (11) > > > This is usually due to a conflict between different modules loaded in > Apache, I had the same problems with mod_ssl and mod_jserv. In the > end the only solution was to get rid of one of the two. Since you use > quite a few extra modules, you'll have to experiment which is giving > you trouble by not loading one modules at a time. It could be quite > tricky. > > Davide > |