From owner-freebsd-questions@FreeBSD.ORG Sat May 24 19:30:12 2008 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 3CDF0106566C for ; Sat, 24 May 2008 19:30:12 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (unknown [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 0C5258FC14 for ; Sat, 24 May 2008 19:30:11 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-24-161-6-139.hvc.res.rr.com [24.161.6.139]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.14.2/8.14.2) with ESMTP id m4OJU1Me083668 for ; Sat, 24 May 2008 15:30:11 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id m4OJTtd4091806 for ; Sat, 24 May 2008 15:29:55 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id m4OJTtlY091805 for freebsd-questions@freebsd.org; Sat, 24 May 2008 15:29:55 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200805241929.m4OJTtlY091805@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Sat, 24 May 2008 15:29:55 -0400 (EDT) In-Reply-To: <20080524151142.4db378e4@scorpio> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [freebsd-questions] PHP crashing on FBSD-6.3 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: Sat, 24 May 2008 19:30:12 -0000 > I am continuing to have a problem with PHP crashing. It will not even > print out its version number without a dump. This is an example of the > crash: > > ~ $ php -v > PHP 5.2.6 with Suhosin-Patch 0.9.6.2 (cli) (built: May 24 2008 13:55:49) > Copyright (c) 1997-2008 The PHP Group > Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies > Segmentation fault: 11 (core dumped) > > Try to rebuild with debug and then run under gdb maybe? Tuc