From owner-freebsd-questions@FreeBSD.ORG Sun May 4 20:57:14 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3082D106564A for ; Sun, 4 May 2008 20:57:12 +0000 (UTC) (envelope-from toomas.aas@raad.tartu.ee) Received: from kuller.raad.tartu.ee (kuller.raad.tartu.ee [194.126.106.100]) by mx1.freebsd.org (Postfix) with ESMTP id D9F3B8FC0A for ; Sun, 4 May 2008 20:57:11 +0000 (UTC) (envelope-from toomas.aas@raad.tartu.ee) Received: from localhost (localhost [127.0.0.1]) by kuller.raad.tartu.ee (Postfix) with ESMTP id 8967339821; Sun, 4 May 2008 23:38:22 +0300 (EEST) X-Virus-Scanned: amavisd-new at post.raad.tartu.ee Received: from kuller.raad.tartu.ee ([127.0.0.1]) by localhost (kuller.raad.tartu.ee [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9abUMh2b6exm; Sun, 4 May 2008 23:38:21 +0300 (EEST) Received: by kuller.raad.tartu.ee (Postfix, from userid 80) id D42C739822; Sun, 4 May 2008 23:38:21 +0300 (EEST) Received: from 88-196-98-112-dsl.trt.estpak.ee (88-196-98-112-dsl.trt.estpak.ee [88.196.98.112]) by webmail.raad.tartu.ee (Horde MIME library) with HTTP; Sun, 04 May 2008 23:38:21 +0300 Message-ID: <20080504233821.ijw687a68w88088o@webmail.raad.tartu.ee> Date: Sun, 04 May 2008 23:38:21 +0300 From: Toomas Aas To: Chris Maness References: <20080502105853.36874cdf.wmoran@potentialtech.com> <20080502130017.ac721261.wmoran@potentialtech.com> <481B9B90.6050906@chrismaness.com> <481BA6EC.2020209@chrismaness.com> <481BA996.50005@chrismaness.com> <481BBAF6.8000400@chrismaness.com> In-Reply-To: <481BBAF6.8000400@chrismaness.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5-cvs) X-Originating-IP: 88.196.98.112 Cc: questions@freebsd.org Subject: Re: Compiling in Debugging Flags 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: Sun, 04 May 2008 20:57:14 -0000 L, 03 mai 2008 kirjutas Chris Maness : > Sorry about all of the e-mails. I remembered that I was having issues > with apache and the php5 module. I have deinstalled php5 and apache > runs fine. However, even with the latest ports tree with apache13 and > php5 module rebuilt, apache crashes. This might not be caused by mod_php5 as such, but by some PHP extension(s). I have seen cases where even the order in which extensions are loaded in /usr/local/etc/php/extensions.ini is significant. Have them in one order and you get coredumps. Move one extension from top to bottom - no more coredumps. This is one of the great mysteries of the nature. Happy experimenting :) -- Toomas Aas