[PHP] php5-fpm segfault

2011-09-28 Thread Александр Гончаров
Hello. I'm getting problem. OS: Ububtu Server 2.6.38-8-server PHP: PHP 5.3.5-1ubuntu7.2 with Suhosin-Patch Work over fastcgi (fpm) with cherokee web server. PHP fall often with such messages in syslog: Sep 28 11:01:25 userver kernel: [278665.292418] php5-fpm[31892]: segfault at 80001000321 ip

Re: [PHP] php5-fpm segfault

2011-09-30 Thread Александр Гончаров
You think this is PHP's bug? I'm not sure. Because PHP installed not latest version and yesterday i tune memory_limit setting to 256M (was -1) and no segfaults registered since that moment. I think, bad designed script allocate too much memory and php-fpm worker become mad and kill himself. But