php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46525 Mediawiki hangs since 5.2.7rc2 and later
Submitted: 2008-11-08 21:10 UTC Modified: 2008-11-08 22:57 UTC
From: mail at nerdbase dot de Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 5.2.7RC3 OS: Debian (sid), 2.6.26 kernel
Private report: No CVE-ID: None
 [2008-11-08 21:10 UTC] 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 :-)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-08 22:57 UTC] rasmus@php.net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 03:01:29 2024 UTC