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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mail at nerdbase dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

History

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