From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 21:24:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9131616A47E for ; Thu, 7 Dec 2006 21:24:06 +0000 (UTC) (envelope-from fbsd-questions@mawer.org) Received: from customer-domains.icp-qv1-irony12.iinet.net.au (customer-domains.icp-qv1-irony12.iinet.net.au [203.59.1.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C1243CFC for ; Thu, 7 Dec 2006 21:21:25 +0000 (GMT) (envelope-from fbsd-questions@mawer.org) Received: from 203-206-173-235.perm.iinet.net.au (HELO [10.24.1.1]) ([203.206.173.235]) by customer-domains.icp-qv1-irony12.iinet.net.au with ESMTP; 08 Dec 2006 05:21:13 +0800 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAMYUeEXLzq3r/2dsb2JhbAAN X-IronPort-AV: i="4.09,510,1157299200"; d="scan'208"; a="73528796:sNHT28068606" Message-ID: <45788563.6060800@mawer.org> Date: Fri, 08 Dec 2006 08:19:31 +1100 From: Antony Mawer User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: spil.oss@gmail.com References: <200611072108.40934.freebsd@dfwlp.com> <5fbf03c20612070351s6ff64b66vf61065cd8bcb839b@mail.gmail.com> In-Reply-To: <5fbf03c20612070351s6ff64b66vf61065cd8bcb839b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathan Horne , freebsd-questions@freebsd.org Subject: Re: php 5.2.0... go boom! 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: Thu, 07 Dec 2006 21:24:06 -0000 On 7/12/2006 10:51 PM, Spil Oss wrote: > Hi Jonathan, > > Have you found a solution yet to your segfaulting php 5.2.0? > There are reports that it has to do with the order of loading the > extensions (notably, session seems to have to be one of the last, and > mysql last) > > Please let me know if it helps (and even if it doesn't) or any other > solutions. My php 5.2.0 still won't fly (although the debug-version > does!). Have you tried compiling without the SUHOSIN protection patch? This was turned on by default in version 5.1.6_1 of the php5 port, and is on by default in 5.2.0 as well. This patch provides a number of additional security enhancements to PHP, and (I believe) some of these include attempting prevent buffer overflows in PHP itself being affected. Perhaps one of the modules is triggering this and the patch causes the current process to terminate as a safety measure. --Antony