Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11184 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83206 invoked by uid 1010); 13 Jul 2004 16:13:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83144 invoked from network); 13 Jul 2004 16:13:28 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.24) by pb1.pair.com with SMTP; 13 Jul 2004 16:13:28 -0000 Received: (qmail 13159 invoked from network); 13 Jul 2004 16:13:27 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.154) by relay4 with SMTP; 13 Jul 2004 16:13:27 -0000 Received: (qmail 32577 invoked from network); 13 Jul 2004 16:11:44 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.154.17.4]) (envelope-sender ) by mta4 (qmail-ldap-1.03) with SMTP for ; 13 Jul 2004 16:11:44 -0000 Message-ID: <002801c468f4$66c59430$0100a8c0@pc07653> To: "Stefan Esser" , "Sebastian Bergmann" , , "Andi Gutmans" 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> Date: Tue, 13 Jul 2004 17:13:57 +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") > 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