Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14614 invoked by uid 1010); 24 Apr 2007 07:35:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14599 invoked from network); 24 Apr 2007 07:35:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2007 07:35:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:31679] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/79-21560-F43BD264 for ; Tue, 24 Apr 2007 03:35:45 -0400 Received: (qmail 7914 invoked from network); 24 Apr 2007 07:35:40 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 24 Apr 2007 07:35:40 -0000 Message-ID: <462DB34D.4080506@zend.com> Date: Tue, 24 Apr 2007 11:35:41 +0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Chris Malton CC: internals@lists.php.net References: <35.58.21560.7D6AD264@pb1.pair.com> In-Reply-To: <35.58.21560.7D6AD264@pb1.pair.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Segfault in PHP 5.2.1 From: antony@zend.com (Antony Dovgal) 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. -- Wbr, Antony Dovgal