ID: 46525 Updated by: [EMAIL PROTECTED] Reported By: mail at nerdbase dot de -Status: Feedback +Status: Closed Bug Type: Reproducible crash Operating System: Debian (sid), 2.6.26 kernel PHP Version: 5.2.7RC3 New Comment:
Fixed in CVS Previous Comments: ------------------------------------------------------------------------ [2008-11-08 21:13:08] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2008-11-08 21:10:48] mail at nerdbase dot de Description: ------------ Compiling all php versions with the same options and disabling all extensions results in only 5.2.7rc1 running mediawiki stable (for a few weeks now, basically as from time it was released) via fastcgi/php-cgi. With 5.2.7rc2 and rc3 the php-cgi childs start to hang with 100% cpu-load on nearly all requests, some work tho until all proc are at 100%. Reverting to rc1 everything works like a charm. Logs show nothing except timeout after xxx seconds. Reproduce code: --------------- my compile-options: './configure' '--with-mysql=/usr/local/mysql' '--with-openssl' '--with-gd' '--enable-ftp' '--with-bz2' '--enable-sysvsem' '--enable-sysvshm' '--enable-sockets' '--with-gettext' '--with-jpeg-dir=/usr/lib' '--enable-exif' '--with-png-dir=/usr/lib' '--enable-zend-multibyte' '--with-zlib-dir=/usr/include' '--enable-fastcgi' '--disable-cli' '--enable-discard-path' '--enable-mbstring' '--without-sqlite' '--enable-inline-optimization' '--disable-debug' '--enable-bcmath' '--with-mcrypt' Expected result: ---------------- work :-) Actual result: -------------- doesn´t work :-) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46525&edit=1