From owner-freebsd-questions@FreeBSD.ORG Tue Sep 25 23:19:08 2007 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 5184816A46C for ; Tue, 25 Sep 2007 23:19:08 +0000 (UTC) (envelope-from eric@mikestammer.com) Received: from smtp107.sbc.mail.mud.yahoo.com (smtp107.sbc.mail.mud.yahoo.com [68.142.198.206]) by mx1.freebsd.org (Postfix) with SMTP id EEB0113C468 for ; Tue, 25 Sep 2007 23:19:07 +0000 (UTC) (envelope-from eric@mikestammer.com) Received: (qmail 69040 invoked from network); 25 Sep 2007 23:19:07 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@71.147.41.29 with login) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 25 Sep 2007 23:19:07 -0000 X-YMail-OSG: ZvTVTOYVM1mK6vEw7uWt94diW2wksKAOqZg3TjqUwFtGGv6PwhouY8anSmzfAhhHYCibOtllqmD8Fk60finxRMF0N6Q1TaP16Umm1_WoTfun75uVrIc- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id F0E4BB869; Tue, 25 Sep 2007 18:19:05 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iZqSjTjuyi2R; Tue, 25 Sep 2007 18:18:42 -0500 (CDT) Received: from [192.168.0.201] (unknown [192.168.0.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTPSA id 8B428B868; Tue, 25 Sep 2007 18:18:40 -0500 (CDT) Message-ID: <46F998BC.2080804@mikestammer.com> Date: Tue, 25 Sep 2007 18:24:44 -0500 From: Eric User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Derrick References: <20070925064350.B67085@mail.vfs.com> <26ddd1750709250808t47899807kdcadd4ef04e8086@mail.gmail.com> <20070925155824.E67085@mail.vfs.com> In-Reply-To: <20070925155824.E67085@mail.vfs.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Maxim Khitrov , freebsd-questions@freebsd.org Subject: Re: Problem with PHP cli core dumping 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: Tue, 25 Sep 2007 23:19:08 -0000 Derrick wrote: > On Tue, 25 Sep 2007, Maxim Khitrov wrote: > >> On 9/25/07, Derrick wrote: >>> 6.2 release (waiting till I can reboot the machine and will update to >>> RELENG - nobody in the office yet) >>> >>> all ports are updated to current. >>> >>> php -v >>> PHP 5.2.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 24 2007 18:31:21) >>> Copyright (c) 1997-2007 The PHP Group >>> Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies >>> Segmentation fault (core dumped) >>> >>> I get that core dump everytime; I'm not sure where to go with this. >> >> Do you have APC installed? That might do this. Are you running PHP in >> a jail? I suggest you comment out all installed extensions from >> extensions.ini, then enable them one by one. > > APC = pear-APC ? > > No, no jail. > > It's sessions.so, and I've rebuilt all of php and extenstions from > scratch, still the same problem. Try moving sessions.so to the beginning of the file. You can also comment everything out and uncomment things one at a time to find the extension that, along with sessions.so, is causing your crash. It's a pain in the butt but that should let you narrow things down.