Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6540 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33759 invoked by uid 1010); 18 Dec 2003 14:21:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33718 invoked from network); 18 Dec 2003 14:21:06 -0000 Received: from unknown (HELO smtp1.netcologne.de) (194.8.194.112) by pb1.pair.com with SMTP; 18 Dec 2003 14:21:06 -0000 Received: from localhost.localdomain (xdsl-213-196-214-11.netcologne.de [213.196.214.11]) by smtp1.netcologne.de (Postfix) with SMTP id 5BCF238C33; Thu, 18 Dec 2003 15:21:04 +0100 (MET) Date: Thu, 18 Dec 2003 15:21:04 +0100 To: Derick Rethans Cc: internals@lists.php.net Message-ID: <20031218152104.71639bc7.paj@pearfr.org> In-Reply-To: References: <20031218124303.18e22274.paj@pearfr.org> <20031218134629.7c13aa17.paj@pearfr.org> <20031218144221.5b76a088.paj@pearfr.org> Organization: Freelancer X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] B3, pear segfault, and msgs about deprecated From: paj@pearfr.org (Pierre-Alain Joye) On Thu, 18 Dec 2003 14:44:29 +0100 (CET) Derick Rethans wrote: > Guesso... can you try to run it in valgrind, it should show all memory > overruns etc.. Already done, no overuns, and obviously non freed mem after the crash ;) Important note (dunno why I did not say that before :P ) It does not crash in debug mode (bt ==> /dev/null :/), but: /home/paj/cvs/builds/php5/Zend/zend_hash.c(504) : ht=0x40c09dc4 is being destroyed and valgrind still does see any problem. pierre