Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8108 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97980 invoked by uid 1010); 24 Feb 2004 23:45:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97956 invoked from network); 24 Feb 2004 23:45:44 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 24 Feb 2004 23:45:44 -0000 Received: from [192.168.1.105] (p508EBFF3.dip.t-dialin.net [80.142.191.243]) by shiva.mind.de (Postfix) with ESMTP id 6EF8A97B59; Wed, 25 Feb 2004 00:45:40 +0100 (CET) Date: Wed, 25 Feb 2004 00:45:39 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1631209955109.20040225004539@marcus-boerger.de> To: Ard Biesheuvel Cc: internals@lists.php.net, helly@php.net In-Reply-To: <403B564D.9070105@php.net> References: <403B5475.1030205@php.net> <403B564D.9070105@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, 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). Tuesday, February 24, 2004, 2:49:01 PM, you wrote: > #0 0x081b81ed in _zend_is_inconsistent (ht=0x5a5a5a5a, file=0x821d580 > "/home/abies/build/php5-cvs/Zend/zend_hash.c", line=504) > at /home/abies/build/php5-cvs/Zend/zend_hash.c:53 > #1 0x081b99b2 in zend_hash_destroy (ht=0x5a5a5a5a) at > /home/abies/build/php5-cvs/Zend/zend_hash.c:504 > #2 0x08090c25 in sqlite_object_free_storage (object=0x402839d4) at > /home/abies/build/php5-cvs/ext/sqlite/sqlite.c:764 > #3 0x081c8b75 in zend_objects_store_del_ref (zobject=0x4028b50c) at > /home/abies/build/php5-cvs/Zend/zend_objects_API.c:140 > #4 0x081b0142 in _zval_dtor (zvalue=0x4028b50c, > __zend_filename=0x821b7e0 > "/home/abies/build/php5-cvs/Zend/zend_execute_API.c", > __zend_lineno=359) at > /home/abies/build/php5-cvs/Zend/zend_variables.c:61 > #5 0x081a5f9b in _zval_ptr_dtor (zval_ptr=0x4028d348, > __zend_filename=0x821c540 > "/home/abies/build/php5-cvs/Zend/zend_variables.c", __zend_lineno=196) > at /home/abies/build/php5-cvs/Zend/zend_execute_API.c:359 > #6 0x081b0470 in _zval_ptr_dtor_wrapper (zval_ptr=0x4028d348) at > /home/abies/build/php5-cvs/Zend/zend_variables.c:196 > #7 0x081b99f9 in zend_hash_destroy (ht=0x4028cf9c) at > /home/abies/build/php5-cvs/Zend/zend_hash.c:513 > #8 0x081c6305 in zend_objects_free_object_storage (object=0x40287774) > at /home/abies/build/php5-cvs/Zend/zend_objects.c:77 > #9 0x081c8971 in zend_objects_store_free_object_storage (objects=0x823a120) > at /home/abies/build/php5-cvs/Zend/zend_objects_API.c:71 > #10 0x081a5d17 in shutdown_executor () at > /home/abies/build/php5-cvs/Zend/zend_execute_API.c:273 > #11 0x081b1864 in zend_deactivate () at > /home/abies/build/php5-cvs/Zend/zend.c:814 > #12 0x0816e07c in php_request_shutdown (dummy=0x0) at > /home/abies/build/php5-cvs/main/main.c:1243 > #13 0x081e16e3 in main (argc=2, argv=0xbffffd74) at > /home/abies/build/php5-cvs/sapi/cli/php_cli.c:1044 -- Best regards, Marcus mailto:helly@php.net