Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42964 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25453 invoked from network); 6 Feb 2009 20:58:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2009 20:58:15 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:55850] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/70-59347-564AC894 for ; Fri, 06 Feb 2009 15:58:14 -0500 Received: from [192.168.1.40] (ppp83-237-225-218.pppoe.mtu-net.ru [83.237.225.218]) by daylessday.org (Postfix) with ESMTPSA id 2E596D0257; Fri, 6 Feb 2009 23:58:10 +0300 (MSK) Message-ID: <498CA45E.8060802@daylessday.org> Date: Fri, 06 Feb 2009 23:58:06 +0300 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: "Olivier B." CC: internals@lists.php.net References: <498C002C.6090802@daevel.net> In-Reply-To: <498C002C.6090802@daevel.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Invalid read at zend_objects_store_del_ref_by_handle From: tony@daylessday.org (Antony Dovgal) On 06.02.2009 12:17, Olivier B. wrote: > Hello, > > I have an other memory corruption problem ; I had the problem on PHP > 5.2.6 on Debian Lenny (64bits), so I re-checked with the CVS version > (php5.2-200902060730). > > When I run my (really huge) cli-script with valgrind, I obtain this : > I'm really not sure to can give a "test case" to reproduce the problem ; > so, is this valgrind output suffisant ? No, it's not enough, a (short) reproduce script is required. Also please try to run the same script with 5_3. -- Wbr, Antony Dovgal