From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: Crashes on Windows Date: Mon, 09 Jul 2007 11:06:24 +0200 Message-ID: <87abu6ndyn.fsf@escher.local.home> References: <4677D8E7.3050901@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183972011 28395 80.91.229.12 (9 Jul 2007 09:06:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2007 09:06:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 09 11:06:50 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I7pCj-0000aY-Dq for ged-emacs-devel@m.gmane.org; Mon, 09 Jul 2007 11:06:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7pCi-0003IV-Kk for ged-emacs-devel@m.gmane.org; Mon, 09 Jul 2007 05:06:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I7pCe-0003I9-LD for emacs-devel@gnu.org; Mon, 09 Jul 2007 05:06:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I7pCd-0003Hk-6s for emacs-devel@gnu.org; Mon, 09 Jul 2007 05:06:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7pCd-0003Hh-1P for emacs-devel@gnu.org; Mon, 09 Jul 2007 05:06:43 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I7pCc-0005Da-EZ for emacs-devel@gnu.org; Mon, 09 Jul 2007 05:06:42 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I7pCU-0007o9-Km for emacs-devel@gnu.org; Mon, 09 Jul 2007 11:06:34 +0200 Original-Received: from i577bcb38.versanet.de ([87.123.203.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2007 11:06:34 +0200 Original-Received: from Stephen.Berman by i577bcb38.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2007 11:06:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bcb38.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74493 Archived-At: Update: After my last post in this thread on 15 Jun 2007 I continued alternating between using the released Emacs 22.1 and the CVS trunk builds from 4/30 and 6/3. The latter continued to show increased memory usage, the first two did not show this. On 19 Jun 2007 Jason Rumney wrote in other thread (see http://permalink.gmane.org/gmane.emacs.devel/73303): > There was a brief period where changes in image.c caused a memory leak, > and on Windows a GDI resource leak (which caused crashes when the > resources allocated reached 9999, after 5-10 minutes of typical use for > me). But that was fixed more than a week ago, and was more of a problem > on other branches where the fix wasn't merged for until this weekend > just gone. On 6/30 I updated from CVS trunk to my current build, which I've used daily since and have not experienced increased memory usage with it. So I assume my build from 6/3 had the memory leak, which has since been fixed. Steve Berman