From owner-freebsd-questions@FreeBSD.ORG Tue May 3 06:48:44 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 D164116A4CE for ; Tue, 3 May 2005 06:48:44 +0000 (GMT) Received: from mail.arax.md (mail.arax.md [217.26.160.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F2F243D7E for ; Tue, 3 May 2005 06:48:44 +0000 (GMT) (envelope-from cezar@arax.md) Received: from qvirtual (helo=mail.arax.md) by mail.arax.md with local-smtp (Exim 4.43 (FreeBSD)) id 1DSrD9-000NYE-QI for freebsd-questions@freebsd.org; Tue, 03 May 2005 09:48:51 +0300 Received: from cezar.arax.md ([217.26.161.51]) by mail.arax.md with esmtp (Exim 4.43 (FreeBSD)) id 1DSrD9-000NY9-Ld for freebsd-questions@freebsd.org; Tue, 03 May 2005 09:48:51 +0300 Date: Tue, 3 May 2005 09:54:33 +0300 From: Cezar Fistik X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <85311408.20050503095433@arax.md> To: freebsd-questions@freebsd.org In-Reply-To: <1e58dbf60504291157584df41d@mail.gmail.com> References: <1e58dbf605042910446019d258@mail.gmail.com> <1e58dbf60504291157584df41d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: UPDATE -- Re: PHP 4.3.11 core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: arax List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 06:48:44 -0000 Hello, Mike. You wrote 29 =E0=EF=F0=E5=EB=FF 2005 =E3., 21:57:18: >> 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 sign= al 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. I had apache core dumps after upgrading to php 4.3.11 too. What I did is uninstalling/deleting everything related to php, I mean all extentions, zend optimizer, some libraries... After that I reinstalled apache (probably not needed) and then php. After that everything is working. --=20 Regards, Cezar mailto:cezar@arax.md