Monday, March 22, 2010

Err: [notice] child pid 7587 exit signal Segmentation fault (11)...

Apache will throws error like "child pid ... exit signal Segmentation fault" in such scenarios like PHP-APC package conflicts with some other package(s).

The conflict packages may varied to each with respect to the installed packages. Here are some suggestions to get rid of it:
  • Remove php-xdebug package
  • Remove php-apc
  • For temporary purpose restart Apache sever once to get the rid of it for a while to run other pages which is not throwing the error while executing.

Note: This is tested under Ubuntu 10.10.

No comments:

Post a Comment