From owner-freebsd-questions@FreeBSD.ORG Tue Sep 25 15:08:52 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 AECCD16A417 for ; Tue, 25 Sep 2007 15:08:52 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 54EC013C46A for ; Tue, 25 Sep 2007 15:08:52 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so465165anc for ; Tue, 25 Sep 2007 08:08:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=jmN9iKtu/fLe1aZ2/a/56Lgez5xaEVVqCGlZRabP9go=; b=sZKCPM8EII9ZaxsFQOFoIpKiPilgdH+miDLWy609SSEuf0u2AQyP1ztsDNeU4W+0wTMvkOMqzfmta/Ht7N7ihAiQQ7Jwps/pvuepH5CCZ26mNm04vaJCBP2kc3u/KX3WbkoWw9Fw/v4IFKqFiBaCkGjd+2IjdTF01eGaineuEhU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WB/BGnl1UHY4Hmt+3ChCTDX2PduE8m3JdYXRIrESVhAILOeQBxMYKVOUtLTzF87Cf6kYwBEoJe+GeMmcsIwTIYKmNty3Nd7nmjs7EA5V9zPpJeZGBjIV6ilw2rGCePEWCiFkP6CDtUFcSb4A7qcwBO2r6+74SatIPch6lXqMfk4= Received: by 10.142.83.4 with SMTP id g4mr2065356wfb.1190732930627; Tue, 25 Sep 2007 08:08:50 -0700 (PDT) Received: by 10.142.211.11 with HTTP; Tue, 25 Sep 2007 08:08:50 -0700 (PDT) Message-ID: <26ddd1750709250808t47899807kdcadd4ef04e8086@mail.gmail.com> Date: Tue, 25 Sep 2007 11:08:50 -0400 From: "Maxim Khitrov" To: Derrick In-Reply-To: <20070925064350.B67085@mail.vfs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070925064350.B67085@mail.vfs.com> Cc: 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 15:08:52 -0000 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. - Max