From owner-freebsd-questions@FreeBSD.ORG Wed Apr 28 17:44:45 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 51DF7106564A; Wed, 28 Apr 2010 17:44:45 +0000 (UTC) (envelope-from douglas.j.schmidt@gmail.com) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.211.193]) by mx1.freebsd.org (Postfix) with ESMTP id D29B08FC19; Wed, 28 Apr 2010 17:44:44 +0000 (UTC) Received: by ywh31 with SMTP id 31so7011442ywh.3 for ; Wed, 28 Apr 2010 10:44:37 -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=ruykgw1ks9oueYl/TRBW0zTFc+z2PRLleFHMvXwy6zA=; b=f1Y3ZN3CtoRUneXwIYWni8Z2rzWThpYifHVR1avR63Y9ZdMTCTU0fT++V1regFoY4g Jn9Ktjt9XuPwsL/3DAVgGMnSSxYwSU0c2PowVb3Oo07tTgPLJN9t3VixFCVfYXcd/j8O s4g4fZUhHL5YSvt6RZKZDM2aDfhb7c1krcFz0= 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=fd3C2u2MSvucIy5gfwxduEJFnZiwR1TLEPxrlfqcWzvSAN9hGC5WFJIH9QawZkaywx 1pkkWOy0v8ph0gFF0PJl8DTfaiEMfMO3U/DgYMVwPIdpVBTfdbanqppVCh1kuJEzdzhh 4WD9GU6QolCOTWDoct8vUJlKpRIuj392NFhP8= MIME-Version: 1.0 Received: by 10.150.62.5 with SMTP id k5mr89015yba.18.1272476676575; Wed, 28 Apr 2010 10:44:36 -0700 (PDT) Received: by 10.150.57.11 with HTTP; Wed, 28 Apr 2010 10:44:36 -0700 (PDT) In-Reply-To: References: <4BD844F8.7030900@FreeBSD.org> Date: Wed, 28 Apr 2010 13:44:36 -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 17:44:45 -0000 On Wed, Apr 28, 2010 at 11:28 AM, doug schmidt wrote: > 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 > > 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. > I've tried using the script, then moving the session.so extension one after the other. Restarting apache each time and the same bus error. any other ideas? thanks. doug