> I am experiencing a lot of Signal 11's when I compile PHP 4.1.1 into my > Apache server on my FreeBSD 4.5-RC machine. If I compile the -exact- same > Apache configuration with PHP 4.0.6, it works fine. As soon as I switch to > 4.1.1, it causes Signal 11's (and sometimes 10's) when I load certain pages. > It seems that it crashes when the pages have mySQL database access on them > and are fairly complex (I was thinking perhaps a memory problem?)
You somtimes get 10's? That's a SIGUSR1 and not something that will take down your server. It would actually cause a graceful restart of Apache, but I don't see how anything we do in PHP could cause spurious sig10's. Get a backtrace of one of the sig11's. Without that there isn't much hope of us tracking this down. -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]