Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11180 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2009 invoked by uid 1010); 13 Jul 2004 15:54:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1976 invoked from network); 13 Jul 2004 15:53:59 -0000 Received: from unknown (HELO ctindustries.net) (216.117.147.250) by pb1.pair.com with SMTP; 13 Jul 2004 15:53:59 -0000 Received: from ctdprimary (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id i6DEqfbx032387; Tue, 13 Jul 2004 10:52:49 -0400 Message-ID: <000e01c468f2$035baad0$f7dea8c0@cyberware.local> To: "Sebastian Bergmann" , , "Andi Gutmans" References: <5.1.0.14.2.20040712141042.03166120@127.0.0.1> <5.1.0.14.2.20040712141042.03166120@127.0.0.1> <5.1.0.14.2.20040713083212.01db8b10@127.0.0.1> Date: Tue, 13 Jul 2004 11:56:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: [PHP-DEV] PHP 5.0.0 Test roll From: rrichards@ctindustries.net ("Rob Richards") I can repeatedly reproduce this with cli (php -m) and apache2 (just starting and stopping it) apache 2 crash probably same as bug 29025 - though with or without xsl doesnt matter). cgi seems to be fine. Always same stack trace. php5ts_debug.dll!_zend_is_inconsistent(_hashtable * ht=0xcdcdcdcd, char * file=0x1053aaf0, int line=510) Line 53 + 0x3 C php5ts_debug.dll!zend_hash_destroy(_hashtable * ht=0xcdcdcdcd) Line 510 + 0x19 C php5ts_debug.dll!php_shutdown_stream_wrappers(int module_number=0, void * * * tsrm_ls=0x00954278) Line 1379 + 0x12 C php5ts_debug.dll!php_module_shutdown(void * * * tsrm_ls=0x00954278) Line 1516 + 0xd C php5ts_debug.dll!php_module_shutdown(void * * * tsrm_ls=0x00954278) Line 1516 + 0xd C php-cli.exe!main() Line 1052 + 0xd C php-cli.exe!mainCRTStartup() Line 338 + 0x11 C Rob ----- Original Message ----- From: Andi Gutmans > Can someone reproduce this? I couldn't. Not in debug nor in release.