Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7177 invoked by uid 1010); 24 Apr 2007 15:43:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7161 invoked from network); 24 Apr 2007 15:43:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2007 15:43:38 -0000 X-Host-Fingerprint: 90.240.39.28 user-5af0271c.wfd97.dsl.pol.co.uk Received: from [90.240.39.28] ([90.240.39.28:14058] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/EF-60955-8A52E264 for ; Tue, 24 Apr 2007 11:43:37 -0400 Message-ID: <56.EF.60955.8A52E264@pb1.pair.com> To: internals@lists.php.net Date: Tue, 24 Apr 2007 16:43:38 +0100 User-Agent: Thunderbird 1.5.0.10 (X11/20070403) MIME-Version: 1.0 References: <35.58.21560.7D6AD264@pb1.pair.com> <462DB34D.4080506@zend.com> In-Reply-To: <462DB34D.4080506@zend.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Posted-By: 90.240.39.28 Subject: Re: [PHP-DEV] Segfault in PHP 5.2.1 From: chrism@cjsoftuk.dyndns.org (Chris Malton) Antony Dovgal wrote: > On 04/24/2007 10:41 AM, Chris Malton wrote: >> Here's what I get with PHP 5.2.1 archives from your website, after it >> builds OK, it segfaults while running. Can anyone explain this? > >> chrism@SERVER:/srv/www/org/dyndns/cjsoftuk/domain_public$ php >> modx/index.php >> Segmentation fault > > What's in modx/index.php ? > Looking at the backtrace, I'd say there is an infinite loop. > Answer: It's just the default modx index file. Here's the odd bit: I corrected a broken password in MySQL, and it fixed this issue. Does that help? I still think that there IS a bug. Chris