From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 13 18:10:07 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A62416A419 for ; Thu, 13 Sep 2007 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 26A1B13C4B5 for ; Thu, 13 Sep 2007 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8DIA60p011209 for ; Thu, 13 Sep 2007 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8DIA67P011208; Thu, 13 Sep 2007 18:10:06 GMT (envelope-from gnats) Date: Thu, 13 Sep 2007 18:10:06 GMT Message-Id: <200709131810.l8DIA67P011208@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Gordon Stratton" Cc: Subject: Re: bin/115631: Re: PHP5 + oci8 consistently segfaults on script exit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gordon Stratton List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 18:10:07 -0000 The following reply was made to PR bin/115631; it has been noted by GNATS. From: "Gordon Stratton" To: numisemis@yahoo.com Cc: freebsd-database@freebsd.org, mi@aldan.algebra.com, bug-followup@freebsd.org Subject: Re: bin/115631: Re: PHP5 + oci8 consistently segfaults on script exit Date: Thu, 13 Sep 2007 10:34:54 -0700 > On 9/13/07, Simun Mikecin wrote: > Have those two cases (doesntexist and pdo_dblib) segfaulted without this patch? (CC'ing lists this time, my apologies) doesntexist segfaults without the patch for sure, I can't say for sure about pdo_dblib.. I never _saw_ it but it's possible that other modules were segfaulting first so it never got a chance to segfault. There is at least one case now where PHP does not segfault with the patch where it did before. Gordon