Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3542 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59736 invoked from network); 21 Jul 2003 12:29:49 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 21 Jul 2003 12:29:49 -0000 Received: (qmail 28374 invoked from network); 21 Jul 2003 12:29:41 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 21 Jul 2003 12:29:41 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20030721153719.06b5ba58@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 21 Jul 2003 15:37:39 +0300 To: Sebastian Bergmann Cc: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Segfault in current HEAD From: zeev@zend.com (Zeev Suraski) Should be fixed (I can't reproduce it now, it was probably fixed by one of my commits...) At 09:49 21/07/2003, Sebastian Bergmann wrote: > Reproducing Script > > class Foo { > const Bar = 'classBar'; > } > > print Foo::Bar; > ?> > >zend_fetch_class_handler(_zend_execute_data * 0x0012faa4, _zend_op_array * >0x00afef10, void * * * 0x00ae42b0) line 2394 + 14 bytes >execute(_zend_op_array * 0x00afef10, void * * * 0x00ae42b0) line 1194 + 19 >bytes >zend_execute_scripts(int 8, void * * * 0x00ae42b0, _zval_struct * * >0x00000000, int 3) line 1017 + 33 bytes >php_execute_script(_zend_file_handle * 0x0012ff48, void * * * 0x00ae42b0) >line 1695 + 27 bytes >main(int 2, char * * 0x00ae3ec8) line 910 + 17 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/ > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php