From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user Subject: Re: potential memory leak in do loop Date: Wed, 03 May 2006 11:48:40 +1000 Message-ID: <87iron98uf.fsf@zip.com.au> References: <390990895AACCE4AA76C5A19872C8ADB233D6C@serveur0.coractive.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146620940 5267 80.91.229.2 (3 May 2006 01:49:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 May 2006 01:49:00 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed May 03 03:48:58 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fb6U5-00050K-Vi for guile-user@m.gmane.org; Wed, 03 May 2006 03:48:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fb6U5-00029S-IX for guile-user@m.gmane.org; Tue, 02 May 2006 21:48:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fb6U1-00028w-3i for guile-user@gnu.org; Tue, 02 May 2006 21:48:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fb6Tz-00028Q-Hf for guile-user@gnu.org; Tue, 02 May 2006 21:48:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fb6Tz-00028N-Ac for guile-user@gnu.org; Tue, 02 May 2006 21:48:51 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fb6UG-00053k-AO for guile-user@gnu.org; Tue, 02 May 2006 21:49:08 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (Postfix) with ESMTP id C6D0B3D50A8; Wed, 3 May 2006 11:48:49 +1000 (EST) Original-Received: from localhost (ppp24A6.dyn.pacific.net.au [61.8.36.166]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k431Bblo005199; Wed, 3 May 2006 11:11:38 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Fb6To-0001mp-00; Wed, 03 May 2006 11:48:40 +1000 Original-To: Stephane Chatigny In-Reply-To: <390990895AACCE4AA76C5A19872C8ADB233D6C@serveur0.coractive.local> (Stephane Chatigny's message of "Tue, 02 May 2006 16:33:14 -0400") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5280 Archived-At: Stephane Chatigny writes: > > (although I have not tracked the memory usage yet). You'll probably have to use one of the various malloc debugging packages to find who has allocated the memory that's never freed, to see who's supposed to be responsible for that. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user