From owner-freebsd-questions@FreeBSD.ORG Fri Apr 29 18:57:19 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805DE16A4CF for ; Fri, 29 Apr 2005 18:57:19 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1072443D2F for ; Fri, 29 Apr 2005 18:57:19 +0000 (GMT) (envelope-from moliveri@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so591274rnf for ; Fri, 29 Apr 2005 11:57:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cyXSp25BZKGFtyjx5rZ5zCWSPmpowFOidBUQTv9kIK438PHwIyu4gzEX1miUt9PJl2j66xHafc8dZJkYtMszcml8XIlr34knxsTZWeJf/28YQd26Sdlfd+jDzGnCsPPm0cRYorJONPOsZJKgMyH/7viU5D2TP1ivxTcy4XmwliU= Received: by 10.38.92.79 with SMTP id p79mr3801602rnb; Fri, 29 Apr 2005 11:57:18 -0700 (PDT) Received: by 10.38.75.15 with HTTP; Fri, 29 Apr 2005 11:57:18 -0700 (PDT) Message-ID: <1e58dbf60504291157584df41d@mail.gmail.com> Date: Fri, 29 Apr 2005 13:57:18 -0500 From: Mike Oliveri To: freebsd-questions@freebsd.org In-Reply-To: <1e58dbf605042910446019d258@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1e58dbf605042910446019d258@mail.gmail.com> Subject: UPDATE -- Re: PHP 4.3.11 core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mike Oliveri List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 18:57:19 -0000 > I recently upgraded to PHP 4.3.11 from Ports on my 4.9-RELEASE system, > and I'm suddenly having troubles running PHP. Whether we're talking a > web app or running from a command line, I get core dump errors. > Specifically: >=20 > su-2.05b# php -i > Bus error (core dumped) >=20 > And in /var/log/messages when accessing a PHP page, even one with just > phpinfo() in it: > Apr 29 12:41:31 jules /kernel: pid 28369 (httpd), uid 80: exited on signa= l 10 >=20 > I've seen the bus error/core dumps there too. Any ideas what could be > causing this? Any help would be greatly appreciated! I downgraded to version 4.3.10 with a downloaded tgz package, and that got me back up and running. I noticed an error talking about rc_subr and expat not being current enough, so I upgraded both of those and recompiled/reinstalled php4-4.3.11, but still no joy. Went back to 4.3.10 again and everything is working normally. Is it possible there's a conflict in the kernel if I'm getting core dumps?= =20 Take care, Mike