From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: [h-e-w] Emacs Resource (GDI) Leak on Windows Date: Sun, 12 Mar 2006 22:57:59 +0000 Message-ID: References: <43E37BEA.1020706@ps.ge.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142237507 5916 80.91.229.2 (13 Mar 2006 08:11:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Mar 2006 08:11:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 13 09:11:45 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FIi9Q-0007Wn-V0 for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Mar 2006 09:11:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIi9P-0002W0-L5 for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Mar 2006 03:11:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FIZXD-0002iJ-4E for help-gnu-emacs@gnu.org; Sun, 12 Mar 2006 17:59:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FIZXB-0002hq-Bk for help-gnu-emacs@gnu.org; Sun, 12 Mar 2006 17:59:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIZXB-0002hn-6q for help-gnu-emacs@gnu.org; Sun, 12 Mar 2006 17:59:33 -0500 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FIZb0-0000up-M4 for help-gnu-emacs@gnu.org; Sun, 12 Mar 2006 18:03:31 -0500 Original-Received: from wanchan.jasonrumney.net (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id k2CMxT5K019853; Sun, 12 Mar 2006 22:59:29 GMT Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 9F2C232; Sun, 12 Mar 2006 22:59:29 +0000 (GMT) Original-To: Andrew Maguire In-Reply-To: <43E37BEA.1020706@ps.ge.com> (Andrew Maguire's message of "Fri, 03 Feb 2006 15:51:06 +0000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) X-Mailman-Approved-At: Mon, 13 Mar 2006 03:11:25 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33728 Archived-At: Andrew Maguire writes: > This GDI leakage is still an issue - Emacs 21.2/3 > > It appears to be directly related to the display of any modified > fonts, italic, bold etc. Thank you for the complete test case. The problem does not seem to appear in current CVS Emacs. The number of GDI objects does increase when new fonts are loaded etc, but the increase is bounded, and does not increase any further by scrolling backwards and forwards. I haven't yet managed to get my count of GDI objects past 188, and that is after changing the default font and rerunning list-faces-display a few times.