Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80382 invoked by uid 1010); 3 Dec 2006 18:44:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80367 invoked from network); 3 Dec 2006 18:44:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2006 18:44:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:33981] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/C7-22260-1EA13754 for ; Sun, 03 Dec 2006 13:44:23 -0500 Received: (qmail 15556 invoked from network); 3 Dec 2006 18:42:15 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 3 Dec 2006 18:42:15 -0000 Message-ID: <45731ADD.1050901@zend.com> Date: Sun, 03 Dec 2006 21:43:41 +0300 User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Alexey Zakhlestin CC: internals@lists.php.net References: <45729769.1080205@hristov.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] persistent memory management From: antony@zend.com (Antony Dovgal) On 12/03/2006 09:29 PM, Alexey Zakhlestin wrote: > Here is valgrind output. It definitely shows that there is a problem, > but I still can't guess where it is. > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > ==25913== Invalid read of size 4 > ==25913== at 0x82AC068: zend_hash_exists (in /usr/bin/php5) > ==25913== by 0x404EE42: zif_loc_isset (loccache.c:147) > ==25913== by 0x82CF6CE: (within /usr/bin/php5) > ==25913== by 0x82BF0C7: execute (in /usr/bin/php5) > ==25913== by 0x82A029B: zend_execute_scripts (in /usr/bin/php5) > ==25913== by 0x825B6E1: php_execute_script (in /usr/bin/php5) > ==25913== by 0x832F43D: main (in /usr/bin/php5) --enable-debug would help to get some more info. -- Wbr, Antony Dovgal