Segmentation fault and .php-fcgi-starter errors

Discussion in 'Installation/Configuration' started by JPascalTaipei, Apr 2, 2015.

  1. JPascalTaipei

    JPascalTaipei New Member

    Hello,

    I've installed ISPConfig 3.0.5.4p5 on an Ubuntu 14.04 virtual machine following the Perfect Server tutorial found at http://www.howtoforge.com/perfect-s...2-php-mysql-pureftpd-bind-dovecot-ispconfig-3

    I am trying to migrate a few web sites (about 10) that I have running on an aging Ubuntu 10.04 server.

    I am getting some .php-fcgi-starter errors with at least 2 of the web sites (SPIP and Wordpress based) when they are configured to run in fastCGI mode. Error messages as follow:

    Code:
    [Thu Apr 02 10:54:53.118352 2015] [fcgid:error] [pid 9013] mod_fcgid: process /var/www/php-fcgi-scripts/web9/.php-fcgi-starter(11301) exit(communication error), get signal 11, possible coredump generated
    [Thu Apr 02 10:54:53.118780 2015] [fcgid:error] [pid 9013] mod_fcgid: process /var/www/php-fcgi-scripts/web9/.php-fcgi-starter(11298) exit(communication error), get signal 11, possible coredump generated
    [Thu Apr 02 10:54:53.118899 2015] [fcgid:error] [pid 9013] mod_fcgid: process /var/www/php-fcgi-scripts/web9/.php-fcgi-starter(11295) exit(communication error), get signal 11, possible coredump generated
    When I switch these web sites to run in PHP-mod, I get some segmentation fault errors:

    Code:
    [Thu Apr 02 11:00:19.321533 2015] [core:notice] [pid 5305] AH00051: child pid 7708 exit signal Segmentation fault (11), possible coredump in /etc/apache2
    [Thu Apr 02 11:00:25.415080 2015] [core:notice] [pid 5305] AH00051: child pid 6119 exit signal Segmentation fault (11), possible coredump in /etc/apache2
    [Thu Apr 02 11:00:25.415300 2015] [core:notice] [pid 5305] AH00051: child pid 7541 exit signal Segmentation fault (11), possible coredump in /etc/apache2
    [Thu Apr 02 11:00:26.416340 2015] [core:notice] [pid 5305] AH00051: child pid 7717 exit signal Segmentation fault (11), possible coredump in /etc/apache2
    [Thu Apr 02 11:00:27.417664 2015] [core:notice] [pid 5305] AH00051: child pid 7718 exit signal Segmentation fault (11), possible coredump in /etc/apache2
    All these error messages are found in /var/log/apache2/error.log

    These web sites do not render, I get a white page. Do you have an idea about what's going wrong? Any help would be highly appreciated.

    Cheers,

    JPascal.
     
  2. JPascalTaipei

    JPascalTaipei New Member

    The SPIP web site looks like it runs OK with an older PHP version.

    The WordPress web site runs fine if I disable all plugins.

    Cheers!
     

Share This Page