Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27466 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8752 invoked by uid 1010); 15 Jan 2007 21:15:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8737 invoked from network); 15 Jan 2007 21:15:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2007 21:15:25 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; 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:43797] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/2F-33655-BEEEBA54 for ; Mon, 15 Jan 2007 16:15:24 -0500 Received: (qmail 3012 invoked from network); 15 Jan 2007 21:13:34 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 15 Jan 2007 21:13:34 -0000 Message-ID: <45ABEEDD.6070702@zend.com> Date: Tue, 16 Jan 2007 00:15:09 +0300 User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: Arnold Daniels CC: internals@lists.php.net References: <45ABE8FF.4060400@adaniels.nl> <45ABEAD2.6090804@zend.com> <45ABEE28.60005@adaniels.nl> In-Reply-To: <45ABEE28.60005@adaniels.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Newbie help: Segmentation fault From: antony@zend.com (Antony Dovgal) On 01/16/2007 12:12 AM, Arnold Daniels wrote: > Hi again, > > First of all thanks for your reply. It sound logical, but doesn't work > unfortunately. I now get: > > seabert:/var/pear# phpunit Test_Standard_qconf > PHPUnit 3.0.0alpha11 by Sebastian Bergmann. > > FFFFSegmentation fault > > I've got no idea where the the FFFF stands for. Then your problem is elsewhere. GDB or an other debugger will help you to locate it. -- Wbr, Antony Dovgal