From owner-freebsd-questions@FreeBSD.ORG Sun May 4 22:13:22 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 146221065674 for ; Sun, 4 May 2008 22:13:22 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi087.prodigy.net (nlpi087.prodigy.net [207.115.36.103]) by mx1.freebsd.org (Postfix) with ESMTP id B36118FC19 for ; Sun, 4 May 2008 22:13:21 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.150] Received: from Leticia-B-Desrochers-Computer.local (adsl-76-238-148-150.dsl.irvnca.sbcglobal.net [76.238.148.150]) by nlpi087.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m44M1JG5022175; Sun, 4 May 2008 17:01:22 -0500 Message-ID: <481E322E.8010702@chrismaness.com> Date: Sun, 04 May 2008 15:01:18 -0700 From: Chris Maness User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Toomas Aas 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> <20080504233821.ijw687a68w88088o@webmail.raad.tartu.ee> In-Reply-To: <20080504233821.ijw687a68w88088o@webmail.raad.tartu.ee> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 22:13:22 -0000 Toomas Aas wrote: > 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 :) > I tried that one too a while back. I rotated all of them from the bottom to the top, and it did not cure the problem. Tanks, Chris Maness