Date: Tue, 25 Sep 2007 18:24:44 -0500 From: Eric <eric@mikestammer.com> To: Derrick <dmacpher@vfs.com> Cc: Maxim Khitrov <mkhitrov@gmail.com>, freebsd-questions@freebsd.org Subject: Re: Problem with PHP cli core dumping Message-ID: <46F998BC.2080804@mikestammer.com> In-Reply-To: <20070925155824.E67085@mail.vfs.com> References: <20070925064350.B67085@mail.vfs.com> <26ddd1750709250808t47899807kdcadd4ef04e8086@mail.gmail.com> <20070925155824.E67085@mail.vfs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Derrick wrote: > On Tue, 25 Sep 2007, Maxim Khitrov wrote: > >> On 9/25/07, Derrick <dmacpher@vfs.com> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46F998BC.2080804>