From owner-freebsd-questions@FreeBSD.ORG Thu Jul 16 18:25:37 2009 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 D8C6A106564A for ; Thu, 16 Jul 2009 18:25:37 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A9B768FC14 for ; Thu, 16 Jul 2009 18:25:36 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 48F007E818; Thu, 16 Jul 2009 10:25:36 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Thu, 16 Jul 2009 10:25:35 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA1; KDE/4.2.4; i386; ; ) References: <36163770-CEC9-402E-935F-1FACFB5180EC@cooperationireland.org> In-Reply-To: <36163770-CEC9-402E-935F-1FACFB5180EC@cooperationireland.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907161025.35398.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Michael Doyle Subject: Re: Problems following PHP upgrade 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: Thu, 16 Jul 2009 18:25:38 -0000 On Thursday 16 July 2009 08:06:19 Michael Doyle wrote: > /usr/local/www/apache22/logs/httpd-error.log contains multiple lines > of the form: > [Thu Jul 16 16:13:33 2009] [notice] child pid xxx exit signal Illegal > instruction (4) This would suggest that you compiled for the wrong processor. If that's not the case, are you using the sqlite extension (inlined assembly)? One other candidate is zend_alloc.c, but the diff with 5.2.9 doesn't show me anything changed in that area. -- Mel