Discussion:
child pid 6316 exit signal Segmentation fault (11)
(too old to reply)
R.Smits
2005-05-04 22:23:30 UTC
Permalink
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
***@io.tudelft.nl
Davide Bianchi
2005-05-05 04:31:35 UTC
Permalink
Post by R.Smits
When I call the php function session_start() i get an error.
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
--
MS-DOS didn't get as bad as it is overnight -- it took over ten years
of careful development
R.Smits
2005-05-07 22:30:15 UTC
Permalink
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
Post by Davide Bianchi
Post by R.Smits
When I call the php function session_start() i get an error.
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
Loading...