From owner-freebsd-database@FreeBSD.ORG Thu Sep 13 17:35:00 2007 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59D5416A417 for ; Thu, 13 Sep 2007 17:35:00 +0000 (UTC) (envelope-from tsr2600@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 0494A13C461 for ; Thu, 13 Sep 2007 17:34:54 +0000 (UTC) (envelope-from tsr2600@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so113335anc for ; Thu, 13 Sep 2007 10:34:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=3W7+vWyY/+X/yaUxe7FiW4G+NuhWkkfyToTDn/2xKCU=; b=M/Njb28lE04bdV4NvhL/n2G2BRbvXSNA7t0DpNGkVvVtpBVz/8iMoip/wNzuNWEaH9MMMNG9LSeZX8TtopGCvybKqwo/Do6SxqU2AI5ZDny56UGOKVFi0Esb5Bhi1RoUZ4A6XNh9PDJC3VPxQhjfXXFT23o/1cXGs5oMfsFtgvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fxTLgLAcBydJNxCyCJexmV1D5nsI60MzZG65R2RX68KRM5UORsaVBQWOmQIRMxL8PJSUreJdRVaCpSNjkftwjIciu90aieaDhw0G3sUIytPhWEKu0xbBmuBWLFtSObnHvZhbhq+MSFlFow/91ScT6lit93wK7/dSqAu3YhaHghM= Received: by 10.100.106.5 with SMTP id e5mr1227305anc.1189704894411; Thu, 13 Sep 2007 10:34:54 -0700 (PDT) Received: by 10.35.29.10 with HTTP; Thu, 13 Sep 2007 10:34:54 -0700 (PDT) Message-ID: <679088c80709131034s969e8c8m2589e15f653c482c@mail.gmail.com> Date: Thu, 13 Sep 2007 10:34:54 -0700 From: "Gordon Stratton" To: numisemis@yahoo.com In-Reply-To: <679088c80709131028h53a8adbfx39199383516d2f02@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <679088c80709130239k3959f5bbmcd0a595ca2f7b625@mail.gmail.com> <923227.25327.qm@web36606.mail.mud.yahoo.com> <679088c80709131028h53a8adbfx39199383516d2f02@mail.gmail.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 X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 17:35:00 -0000 > 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