Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8105 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67766 invoked by uid 1010); 24 Feb 2004 21:48:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67590 invoked from network); 24 Feb 2004 21:48:50 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 24 Feb 2004 21:48:50 -0000 Received: (qmail 27231 invoked from network); 24 Feb 2004 21:48:44 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 24 Feb 2004 21:48:44 -0000 Message-ID: <5.1.0.14.2.20040224234818.04219ec8@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 24 Feb 2004 23:48:44 +0200 To: Ard Biesheuvel Cc: internals@lists.php.net,helly@php.net In-Reply-To: <403B564D.9070105@php.net> References: <403B5475.1030205@php.net> <403B5475.1030205@php.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Re: crash in sqlite_oo/spl From: andi@zend.com (Andi Gutmans) Looks like a reference count problem to me. Best if the ppl familiar with sqlite/spl take a look. Andi At 14:49 24/02/2004 +0100, Ard Biesheuvel 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 > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php