Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23059 invoked by uid 1010); 20 Jun 2005 23:29:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23043 invoked from network); 20 Jun 2005 23:29:12 -0000 Received: from unknown (HELO marcus-boerger.de) (127.0.0.1) by localhost with SMTP; 20 Jun 2005 23:29:12 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:37876] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 03/8A-25080-84157B24 for ; Mon, 20 Jun 2005 19:29:12 -0400 Received: from baumbart.mbo (dsl-082-083-226-008.arcor-ip.net [82.83.226.8]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 16B2435C27B; Tue, 21 Jun 2005 01:43:05 +0200 (CEST) Date: Tue, 21 Jun 2005 01:29:15 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1659576591.20050621012915@marcus-boerger.de> To: Wez Furlong Cc: Michael Wallner , internals@lists.php.net In-Reply-To: <4e89b426050620135540aa3834@mail.gmail.com> References: <34469481.20050620041927@marcus-boerger.de> <4e89b426050620135540aa3834@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Problem with leak detection From: mail@marcus-boerger.de (Marcus Boerger) Hello Wez, i used linux so there seems to be a problem with either flushing or the fprintf not being called at all. regards marcus Monday, June 20, 2005, 10:55:43 PM, you wrote: > That should probably just be: > #if PHP_WIN32 > OutputDebugString(...); > #endif > fprintf(stderr, ...); > On 6/20/05, Michael Wallner wrote: >> Sorry, but I cannot speak for exit(), but I usually replace all occurrences of >> >> #if PHP_WIN32 >> OutputDebugString(...); >> #else >> fprintf(stderr, ...); >> #endif >> >> with just fprintf(stderr, ...) to see any mem-leaks on Win32-CLI. > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- Best regards, Marcus mailto:mail@marcus-boerger.de