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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Wed May 08 14:01:34 2024 UTC