From owner-freebsd-questions@FreeBSD.ORG Wed Apr 28 15:28:37 2010 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 938901065670; Wed, 28 Apr 2010 15:28:37 +0000 (UTC) (envelope-from douglas.j.schmidt@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4F71E8FC17; Wed, 28 Apr 2010 15:28:37 +0000 (UTC) Received: by pvg6 with SMTP id 6so51063pvg.13 for ; Wed, 28 Apr 2010 08:28:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Vi93aRs+tIN2j6AeykEqGUrGZ5jq9tavO2rnL6GNCmE=; b=MunqM5xGywSlilnOeTIBa5l2RrGCpcyLkZFVEwUK4uMY7+hoV7VZ8R54eTcWTHLms2 TvTqJZcLlNt/X4wkZ5Jjrvhrg+5ffQOGdstxfNvUqZtFKrKhELw4Ti0J+6zaPdZe0o1O arC2vzva7uuDT83cPoM4Kw4b0/jMC/BIv4pR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ApcxoVGQw2yVgOeVR8TGa26wJEUpPBiCBwpk15Z+RF2cyoakMykaGFBecBc1mdLBY7 CzZyKNziHIJm8eyn9ZUZLgOBTU/ABzKee2TGCwORbwD0huGE2Hew0rDLgS2H9j5OUiy0 HBuB7T9Y27ahtKUFRVP7IUB4cG9kjyXJPF1T8= MIME-Version: 1.0 Received: by 10.140.82.42 with SMTP id f42mr156435rvb.146.1272468506917; Wed, 28 Apr 2010 08:28:26 -0700 (PDT) Received: by 10.150.57.11 with HTTP; Wed, 28 Apr 2010 08:28:26 -0700 (PDT) In-Reply-To: <4BD844F8.7030900@FreeBSD.org> References: <4BD844F8.7030900@FreeBSD.org> Date: Wed, 28 Apr 2010 11:28:26 -0400 Message-ID: From: doug schmidt To: glarkin@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: apache signal bus error (10) 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: Wed, 28 Apr 2010 15:28:37 -0000 On Wed, Apr 28, 2010 at 10:23 AM, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > doug schmidt wrote: >> On a 7.3-release box, I upgraded to php 5.3.2 + extensions. All seems >> [Tue Apr 27 16:08:37 2010] [notice] child pid 37609 exit signal Bus error (10) >> > Check out this page: > http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround Greg, I've seen this before when I was dealing with php cli dumping core. I did not think about this since I was not getting any core dumps. I'll give the script a try and see. If not, at least I know the specific extension and can test moving the order it is in. thanks. doug