From owner-freebsd-questions@FreeBSD.ORG Sat May 24 19:35:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 490041065675 for ; Sat, 24 May 2008 19:35:08 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id 1A1B58FC18 for ; Sat, 24 May 2008 19:35:08 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from localhost (unknown [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id C4D651CC8F for ; Sat, 24 May 2008 22:34:15 +0300 (EEST) Received: from www.liukuma.net ([127.0.0.1]) by localhost (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Si52pMxUg7Aq for ; Sat, 24 May 2008 22:34:14 +0300 (EEST) Received: from rivendell (c-ab0471d5.019-61-68617010.cust.bredbandsbolaget.se [213.113.4.171]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTP id E848E1CC39 for ; Sat, 24 May 2008 22:34:06 +0300 (EEST) Message-ID: <5BF33E1C3F3445FCA57EA0653CF69C95@rivendell> From: "Reko Turja" To: References: <20080524151142.4db378e4@scorpio> Date: Sat, 24 May 2008 22:35:00 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 12.0.1606 X-MimeOLE: Produced By Microsoft MimeOLE V12.0.1606 Subject: Re: PHP crashing on FBSD-6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 19:35:08 -0000 I am continuing to have a problem with PHP crashing. It will not even print out its version number without a dump. This is an example of the crash: ~ $ php -v PHP 5.2.6 with Suhosin-Patch 0.9.6.2 (cli) (built: May 24 2008 13:55:49) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies Segmentation fault: 11 (core dumped) Disable all the extensions from /usr/local/etc/php/extensions.ini (although the probable culprit is recode)... It might or not be cured by reordering the loading order after the extension causing the fail is found. -Reko