Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7858 invoked from network); 1 Jun 2003 00:18:56 -0000 Received: from unknown (HELO united.lan.codewhore.org) (24.95.48.170) by pb1.pair.com with SMTP; 1 Jun 2003 00:18:56 -0000 Received: from dave by united.lan.codewhore.org with local (Exim 3.16 #1) id 19MGKp-0002YR-00 for internals@lists.php.net; Sat, 31 May 2003 20:04:27 -0400 Date: Sat, 31 May 2003 20:04:27 -0400 To: PHP Developers List Message-ID: <20030601000427.GA5775@codewhore.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: David Brown Subject: Re: CVS commit in ZendEngine2/zend_execute.c From: dave@codewhore.org (David Brown) > zend_execute.c, 1.468 (sterling) > Sat May 31 14:31:28 2003 (5 hours, 35 minutes ago) > revert the function call caching patch until a new solution is decided > upon. Hi: Is this being reverted due to a reported crash? If not, I'm currently seeing several with the patch applied (which go away with the recent revert). Valgrind says: Conditional jump or move depends on uninitialised value(s) at 0x817367D: zend_init_fcall_by_name_handler (zend_execute.c:2565) by 0x816EC54: execute (zend_execute.c:1247) by 0x8173B14: zend_do_fcall_common_helper (zend_execute.c:2654) by 0x8173F6A: zend_do_fcall_by_name_handler (zend_execute.c:2725) I can supply backtraces and try to derive a test case if this is a new crash. If not, I'm relieved that I wasn't debugging alone - I've had a '0 &&' in the reverted if() for the past 12 hours. :) Thanks a lot, - Dave dave@codewhore.org