Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42967 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2269 invoked from network); 7 Feb 2009 01:19:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2009 01:19:35 -0000 Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oracle.com from 148.87.113.125 cause and error) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 148.87.113.125 rcsinet13.oracle.com Received: from [148.87.113.125] ([148.87.113.125:64188] helo=rgminet13.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/96-04654-4A1EC894 for ; Fri, 06 Feb 2009 20:19:33 -0500 Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n171KGdQ000650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 7 Feb 2009 01:20:17 GMT Received: from acsmt702.oracle.com (acsmt702.oracle.com [141.146.40.80]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n171JJiV024483; Sat, 7 Feb 2009 01:19:20 GMT Received: from [141.144.168.55] (/141.144.168.55) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 06 Feb 2009 17:19:16 -0800 Message-ID: <498CE190.5010604@oracle.com> Date: Fri, 06 Feb 2009 17:19:12 -0800 User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Olivier Bonvalet CC: internals@lists.php.net References: <498C002C.6090802@daevel.net> <498CBAFC.4010605@daevel.fr> In-Reply-To: <498CBAFC.4010605@daevel.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsmt702.oracle.com [141.146.40.80] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.498CE196.0083:SCFSTAT928724,ss=1,fgs=0 Subject: Re: [PHP-DEV] Invalid read at zend_objects_store_del_ref_by_handle From: christopher.jones@oracle.com (Christopher Jones) Olivier Bonvalet wrote: > And... if I'm not able to identify which part of the script do that ? > > I don't know valgrind, is it possible to obtain some informations about > the partion of code which produce that ? > I suppose the name of the C functions should help to identify that, no ? > And zend_objects_store_del_ref is about object creation or destruction ? > And, it's an object created thought zim_PDOStatement_fetchObject ? The function zim_PDOStatement_fetchObject would be the implementation of PDOStatement->fetchObject, i.e. http://www.php.net/manual/en/pdostatement.fetchobject.php Look for uses of that method in your script. Good luck, Chris -- Email: christopher.jones@oracle.com Tel: +1 650 506 8630 Twitter: http://twitter.com/ghrd Free PHP Book: http://tinyurl.com/UGPOM