Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11185 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87562 invoked by uid 1010); 13 Jul 2004 16:14:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87485 invoked from network); 13 Jul 2004 16:14:46 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 13 Jul 2004 16:14:46 -0000 Received: (qmail 15055 invoked from network); 13 Jul 2004 16:14:42 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 13 Jul 2004 16:14:42 -0000 Message-ID: <5.1.0.14.2.20040713091430.03094590@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 13 Jul 2004 09:14:41 -0700 To: "Nuno Lopes" ,"Stefan Esser" , "Sebastian Bergmann" , In-Reply-To: <002801c468f4$66c59430$0100a8c0@pc07653> References: <5.1.0.14.2.20040712141042.03166120@127.0.0.1> <40F3C707.4010701@php.net> <5.1.0.14.2.20040713090439.02e3d598@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP 5.0.0 Test roll From: andi@zend.com (Andi Gutmans) Can you try and debug? I just can't get it to crash here :) At 05:13 PM 7/13/2004 +0100, Nuno Lopes wrote: > > Are you sure you're not loading old extensions? > >Completly sure! I've also tried to disable all extensions and it still >segfaults. > > > > > At 12:39 PM 7/13/2004 +0100, Nuno Lopes wrote: > > > > > 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