Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13924 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81670 invoked by uid 1010); 22 Nov 2004 17:22:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79594 invoked from network); 22 Nov 2004 17:21:56 -0000 Received: from unknown (HELO main.gmane.org) (80.91.229.2) by pb1.pair.com with SMTP; 22 Nov 2004 17:21:56 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CWHsx-0007yZ-00 for ; Mon, 22 Nov 2004 18:21:55 +0100 Received: from pd95fb8f9.dip.t-dialin.net ([217.95.184.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Nov 2004 18:21:55 +0100 Received: from sb by pd95fb8f9.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Nov 2004 18:21:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Mon, 22 Nov 2004 18:16:30 +0100 Lines: 45 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080503070907020707030608" X-Gmane-NNTP-Posting-Host: pd95fb8f9.dip.t-dialin.net User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Sender: news Subject: Re: Segfault in PHP_5_0 and HEAD From: sb@sebastian-bergmann.de (Sebastian Bergmann) --------------080503070907020707030608 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sebastian Bergmann wrote: > As with most segfaults I discover while working on PHPUnit2 I could not > reproduce it with a small standalone script. Here is the correct stacktrace. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 --------------080503070907020707030608 Content-Type: text/plain; name="stacktrace.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="stacktrace.txt" php5ts_debug.dll!zend_objects_destroy_object(_zend_object * object=0x01694f90, unsigned int handle=40, void * * * tsrm_ls=0x00902e10) Line 37 + 0x3C php5ts_debug.dll!zend_objects_store_del_ref(_zval_struct * zobject=0x01695068, void * * * tsrm_ls=0x00902e10) Line 154 + 0x16C php5ts_debug.dll!_zval_dtor_func(_zval_struct * zvalue=0x01695068, char * __zend_filename=0x1062d14c, unsigned int __zend_lineno=35) Line 52 + 0x13C php5ts_debug.dll!_zval_dtor(_zval_struct * zvalue=0x01695068, char * __zend_filename=0x10635198, unsigned int __zend_lineno=391) Line 35 + 0x17C php5ts_debug.dll!_zval_ptr_dtor(_zval_struct * * zval_ptr=0x016959f4, char * __zend_filename=0x10639244, unsigned int __zend_lineno=175) Line 391 + 0x19C php5ts_debug.dll!_zval_ptr_dtor_wrapper(_zval_struct * * zval_ptr=0x016959f4) Line 175 + 0x17C php5ts_debug.dll!zend_hash_destroy(_hashtable * ht=0x0164f148) Line 519 + 0xfC php5ts_debug.dll!_zval_dtor_func(_zval_struct * zvalue=0x01650448, char * __zend_filename=0x1062d14c, unsigned int __zend_lineno=35) Line 43 + 0xbC php5ts_debug.dll!_zval_dtor(_zval_struct * zvalue=0x01650448, char * __zend_filename=0x10635198, unsigned int __zend_lineno=391) Line 35 + 0x17C php5ts_debug.dll!_zval_ptr_dtor(_zval_struct * * zval_ptr=0x0168e594, char * __zend_filename=0x10639244, unsigned int __zend_lineno=175) Line 391 + 0x19C php5ts_debug.dll!_zval_ptr_dtor_wrapper(_zval_struct * * zval_ptr=0x0168e594) Line 175 + 0x17C php5ts_debug.dll!zend_hash_destroy(_hashtable * ht=0x0168e720) Line 519 + 0xfC php5ts_debug.dll!zend_objects_free_object_storage(_zend_object * object=0x0168e0d0, void * * * tsrm_ls=0x00902e10) Line 91 + 0xcC php5ts_debug.dll!zend_objects_store_free_object_storage(_zend_objects_store * objects=0x00909b44, void * * * tsrm_ls=0x00902e10) Line 82 + 0x12C php5ts_debug.dll!shutdown_executor(void * * * tsrm_ls=0x00902e10) Line 272 + 0x1eC php5ts_debug.dll!zend_deactivate(void * * * tsrm_ls=0x00902e10) Line 827 + 0x9C php5ts_debug.dll!php_request_shutdown(void * dummy=0x00000000) Line 1212 + 0x9C php.exe!main(int argc=5, char * * argv=0x00902cf8) Line 1046 + 0xaC php.exe!mainCRTStartup() Line 398 + 0x11C kernel32.dll!7c816d4f() kernel32.dll!7c8399f3() --------------080503070907020707030608--