Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7544 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58785 invoked by uid 1010); 4 Feb 2004 14:52:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58701 invoked from network); 4 Feb 2004 14:52:21 -0000 Received: from unknown (HELO mail.de-punkt.de) (62.4.81.205) by pb1.pair.com with SMTP; 4 Feb 2004 14:52:21 -0000 Received: (qmail 28172 invoked by uid 508); 4 Feb 2004 14:52:20 -0000 Received: from sb@sebastian-bergmann.de by webby by uid 511 with qmail-scanner-1.16 (f-prot: 3.12. spamassassin: 2.60. Clear:. Processed in 0.2967 secs); 04 Feb 2004 14:52:20 -0000 Received: from unknown (HELO wopr) (sb@de-punkt.de@80.142.30.254) by mail.de-punkt.de with SMTP; 4 Feb 2004 14:52:20 -0000 Received: from wopr [127.0.0.1] by wopr (192.168.0.1) (userid 8) with Hamster-NewsToMail-Gate (Classic Hamster Version 2.0 Build 2.0.2.2) ; Wed, 04 Feb 2004 15:51:50 +0100 Date: Wed, 04 Feb 2004 15:51:50 +0100 Organization: www.sebastian-bergmann.de User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en To: internals@lists.php.net Sender: admin Lines: 55 X-Qmail-Scanner-Message-ID: <107590634052628165@webby> Subject: Current HEAD segfaults on Windows with PHPUnit From: sebastian@php.net (Sebastian Bergmann) Message-ID: Sorry, no time to work on a short, reproducing script -- PHPUnit is quite complex: 00000000() zend_objects_store_del_ref(_zval_struct * 0x00fca118, void * * * 0x00db4330) line 139 + 18 bytes _zval_dtor(_zval_struct * 0x00fca118, char * 0x104fa6d0 `string', unsigned int 360) line 61 + 19 bytes _zval_ptr_dtor(_zval_struct * * 0x00ff0314, char * 0x10505218 `string', unsigned int 196) line 360 + 27 bytes _zval_ptr_dtor_wrapper(_zval_struct * * 0x00ff0314) line 196 + 25 bytes zend_hash_clean(_hashtable * 0x00fca600) line 539 + 15 bytes zend_do_fcall_common_helper(_zend_execute_data * 0x0012f610, _zend_op * 0x00f7b520, _zend_op_array * 0x00fc7f98, void * * * 0x00db4330) line 2608 + 12 bytes zend_do_fcall_by_name_handler(_zend_execute_data * 0x0012f610, _zend_op * 0x00f7b520, _zend_op_array * 0x00fc7f98, void * * * 0x00db4330) line 2669 + 21 bytes execute(_zend_op_array * 0x00fc7f98, void * * * 0x00db4330) line 1272 + 23 bytes zend_do_fcall_common_helper(_zend_execute_data * 0x0012f798, _zend_op * 0x00dda7f8, _zend_op_array * 0x00dd3b10, void * * * 0x00db4330) line 2587 + 33 bytes zend_do_fcall_by_name_handler(_zend_execute_data * 0x0012f798, _zend_op * 0x00dda7f8, _zend_op_array * 0x00dd3b10, void * * * 0x00db4330) line 2669 + 21 bytes execute(_zend_op_array * 0x00dd3b10, void * * * 0x00db4330) line 1272 + 23 bytes zend_do_fcall_common_helper(_zend_execute_data * 0x0012f920, _zend_op * 0x00dd4fc8, _zend_op_array * 0x00dd3370, void * * * 0x00db4330) line 2587 + 33 bytes zend_do_fcall_by_name_handler(_zend_execute_data * 0x0012f920, _zend_op * 0x00dd4fc8, _zend_op_array * 0x00dd3370, void * * * 0x00db4330) line 2669 + 21 bytes execute(_zend_op_array * 0x00dd3370, void * * * 0x00db4330) line 1272 + 23 bytes zend_do_fcall_common_helper(_zend_execute_data * 0x0012faa8, _zend_op * 0x00dd0e88, _zend_op_array * 0x00dd0170, void * * * 0x00db4330) line 2587 + 33 bytes zend_do_fcall_by_name_handler(_zend_execute_data * 0x0012faa8, _zend_op * 0x00dd0e88, _zend_op_array * 0x00dd0170, void * * * 0x00db4330) line 2669 + 21 bytes execute(_zend_op_array * 0x00dd0170, void * * * 0x00db4330) line 1272 + 23 bytes zend_execute_scripts(int 8, void * * * 0x00db4330, _zval_struct * * 0x00000000, int 3) line 1051 + 33 bytes php_execute_script(_zend_file_handle * 0x0012ff48, void * * * 0x00db4330) line 1641 + 27 bytes main(int 5, char * * 0x00db3ed0) line 939 + 19 bytes mainCRTStartup() line 338 + 17 bytes -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/