Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61261 invoked by uid 1010); 25 Feb 2004 08:20:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61237 invoked from network); 25 Feb 2004 08:20:13 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 25 Feb 2004 08:20:13 -0000 Received: from [192.168.1.105] (p508EBE6F.dip.t-dialin.net [80.142.190.111]) by shiva.mind.de (Postfix) with ESMTP id 51F8597B59; Wed, 25 Feb 2004 09:20:07 +0100 (CET) Date: Wed, 25 Feb 2004 09:18:49 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <71240822781.20040225091849@marcus-boerger.de> To: Ard Biesheuvel Cc: Marcus Boerger , internals@lists.php.net In-Reply-To: <403BF1FE.5010307@php.net> References: <403B5475.1030205@php.net> <403B564D.9070105@php.net> <1631209955109.20040225004539@marcus-boerger.de> <403BF1FE.5010307@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: crash in sqlite_oo/spl From: helly@php.net (Marcus Boerger) Hello Ard, Wednesday, February 25, 2004, 1:53:18 AM, you wrote: > Marcus Boerger wrote: >> Hello Ard, >> >> on the first sight it looks pretty much as if you havn't updated your build >> tree completley. Please check that ext/spl, ext/sqlite and Zend are up to >> date. Because for me it works pretty well. However i think this may not be >> your problem since looking at the backtrace shows that an uninitialized >> sqlite object gets gestroyed (#1: ht=0x5a5a5a5a). > I've narrowed it down to : > php -r '$o->foo = new sqlite_db("/tmp/sqlite_db");' Thanks, this why i had a SEGV too. And i found a problem in the way the engine destructs and frees objects during shutdown. Please try again it should be fixed right now. Best regards, Marcus mailto:helly@php.net