Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2237 invoked by uid 1010); 20 Jun 2005 02:19:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2222 invoked from network); 20 Jun 2005 02:19:26 -0000 Received: from unknown (HELO marcus-boerger.de) (127.0.0.1) by localhost with SMTP; 20 Jun 2005 02:19:26 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:56070] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 64/26-25080-DA726B24 for ; Sun, 19 Jun 2005 22:19:25 -0400 Received: from baumbart.mbo (dsl-082-083-234-042.arcor-ip.net [82.83.234.42]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 44CDC35C279 for ; Mon, 20 Jun 2005 04:33:13 +0200 (CEST) Date: Mon, 20 Jun 2005 04:19:27 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <34469481.20050620041927@marcus-boerger.de> To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Problem with leak detection From: mail@marcus-boerger.de (Marcus Boerger) Hello internals, i just stumbled over a strange issue while testing. Some of my tests have exit(0) at the end for easier test verification. Now i found a new one that has a few memleaks but only reports them if i drop that exit(0) line. Is this something we need to fix (e.g. exit() omits leakage info)? -- Best regards, Marcus mailto:mail@marcus-boerger.de