On 5/11/06, Frank de Bot <php@xxxxxxxxxx> wrote:
Hi, I have made a apache setup with PHP running as FastCGI (apache 2.0.58, mod_fastcgi 2.4.2, php 5.1.4) PHP is called directly as FastCGI without a wrapper script. On a given moment the PHP FastCGI application reaches dynamicMaxClassProcs. After that happens the PHP FastCGI application totally crashes and can only be recovered by restarting apache. PHP Crashes with: "terminated due to uncaught signal '10' ((null)), a core file may have been generated. "
Are you able to get a core dump and what does it show? Here's some doco on how to get a backtrace: http://bugs.php.net/bugs-generating-backtrace.php That will give us some clues on whether it's php or fastcgi.. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php