Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51808 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34483 invoked from network); 3 Apr 2011 16:28:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2011 16:28:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=Pascal.Courtois@nouvo.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=Pascal.Courtois@nouvo.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain nouvo.com designates 91.121.162.155 as permitted sender) X-PHP-List-Original-Sender: Pascal.Courtois@nouvo.com X-Host-Fingerprint: 91.121.162.155 sociatom2.sociatom.com Received: from [91.121.162.155] ([91.121.162.155:44173] helo=ks360347.kimsufi.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/81-18667-910A89D4 for ; Sun, 03 Apr 2011 12:28:10 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by ks360347.kimsufi.com (Postfix) with ESMTP id BF02D50150 for ; Sun, 3 Apr 2011 18:28:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at sociatom.com Received: from ks360347.kimsufi.com ([127.0.0.1]) by localhost (ks360347.kimsufi.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XC5qcoNIItlk for ; Sun, 3 Apr 2011 18:27:46 +0200 (CEST) Received: from [192.168.0.205] (lns-bzn-47f-62-147-131-15.adsl.proxad.net [62.147.131.15]) by ks360347.kimsufi.com (Postfix) with ESMTPA for ; Sun, 3 Apr 2011 18:27:46 +0200 (CEST) Message-ID: <4D98A007.1060203@nouvo.com> Date: Sun, 03 Apr 2011 18:27:51 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: internals@lists.php.net References: <4D95B6AB.30608@templeet.org> <4D960169.3000400@templeet.org> <4D9849EA.9010805@nouvo.com> <4D985602.2080703@nouvo.com> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] how to find a memory corruption in php ? From: Pascal.Courtois@nouvo.com (Pascal COURTOIS) Le 03/04/2011 15:46, Patrick ALLAERT a écrit : > Sounds like "now" is a good time to fill in a bug report at > http://bugs.php.net/ :) The trouble is I don't know how to fill in such bug report. It happens with my template engine which is thousands of lines of PHP. The template engine has been used since 2003 and the bug appears with one single template which has nothing particular. I guess if I make a bug report with all instructions to reproduce the bug no one will ever look at it because it means installing the framework. Ok, the installer does the job in 5 seconds but knowing the number of open tickets in PHP, if I was a zend developper I'm not sure I would look in priority in a bug which is hard to reproduce. :-( What do you think ?