Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60548 invoked by uid 1010); 13 Jul 2004 11:39:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60494 invoked from network); 13 Jul 2004 11:39:12 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.23) by pb1.pair.com with SMTP; 13 Jul 2004 11:39:12 -0000 Received: (qmail 29362 invoked from network); 13 Jul 2004 11:39:11 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.153) by relay3 with SMTP; 13 Jul 2004 11:39:11 -0000 Received: (qmail 1519 invoked from network); 13 Jul 2004 11:34:54 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.154.156]) (envelope-sender ) by mta3 (qmail-ldap-1.03) with SMTP for ; 13 Jul 2004 11:34:54 -0000 Message-ID: <000f01c468ce$15d24530$0100a8c0@pc07653> To: "Stefan Esser" , "Sebastian Bergmann" , References: <5.1.0.14.2.20040712141042.03166120@127.0.0.1> <40F3C707.4010701@php.net> Date: Tue, 13 Jul 2004 12:39:40 +0100 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: nlopess@php.net ("Nuno Lopes") > > Current HEAD still segfaults with "php -m" on Windows: > > this is not reproduceable with latest snapshotbuild on Windows XP. > > Stefan Using php5-win32-200407131030.zip, PHP still segfaults on my pc: Program received signal SIGSEGV, Segmentation fault. 0x1003e2fd in zend_hash_destroy () from /cygdrive/c/php/php5ts.dll (gdb) bt #0 0x1003e2fd in zend_hash_destroy () from /cygdrive/c/php/php5ts.dll #1 0x0012ff4c in ?? () #2 0x00362678 in ?? () #3 0x1007145a in php_stream_copy_to_stream () from /cygdrive/c/php/php5ts.dll #4 0xbaadf00d in ?? () #5 0x00362678 in ?? () #6 0x10338598 in php_info_print_table_row () #7 0x10061ead in php_log_err () from /cygdrive/c/php/php5ts.dll Nuno