From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Memory leak in keyboard variables? Date: Tue, 16 Dec 2008 09:11:19 -0500 Message-ID: <87bpvccirc.fsf@cyd.mit.edu> References: <87d4fzh0qc.fsf@cyd.mit.edu> <87y6ymiw93.fsf@cyd.mit.edu> <8763lqcuju.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229436851 11098 80.91.229.12 (16 Dec 2008 14:14:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Dec 2008 14:14:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Markus Triska Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 16 15:15:16 2008 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 1LCahf-0008HW-IJ for ged-emacs-devel@m.gmane.org; Tue, 16 Dec 2008 15:15:15 +0100 Original-Received: from localhost ([127.0.0.1]:45023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCagT-0003RL-BZ for ged-emacs-devel@m.gmane.org; Tue, 16 Dec 2008 09:14:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCadl-0002MZ-H6 for emacs-devel@gnu.org; Tue, 16 Dec 2008 09:11:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCadk-0002MM-2w for emacs-devel@gnu.org; Tue, 16 Dec 2008 09:11:13 -0500 Original-Received: from [199.232.76.173] (port=44573 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCadj-0002MJ-Td for emacs-devel@gnu.org; Tue, 16 Dec 2008 09:11:11 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:40945) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCadj-0004w5-N2 for emacs-devel@gnu.org; Tue, 16 Dec 2008 09:11:11 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 10A5757E1CC; Tue, 16 Dec 2008 09:11:19 -0500 (EST) In-Reply-To: (Markus Triska's message of "Sat, 13 Dec 2008 15:19:33 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106962 Archived-At: Markus Triska writes: > Please also try emacsclient with "-c" instead of "-t" - there seems to > be a probably different and still quite big leak there as will. With the recent fix to font_clear_cache, the leak is reduced to 30-40k per frame. This leak seems to be tied to GTK and X toolkits somehow. It does not appear when Emacs is compiled with --with-x-toolkit=no.