From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.devel Subject: Re: Memory leak in keyboard variables? Date: Sat, 13 Dec 2008 15:19:33 +0100 Message-ID: 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 1229178928 23851 80.91.229.12 (13 Dec 2008 14:35:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Dec 2008 14:35:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 13 15:36:31 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 1LBVbb-0002EY-LT for ged-emacs-devel@m.gmane.org; Sat, 13 Dec 2008 15:36:31 +0100 Original-Received: from localhost ([127.0.0.1]:37818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBVaP-0007LC-1A for ged-emacs-devel@m.gmane.org; Sat, 13 Dec 2008 09:35:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBVaI-0007Kg-Ly for emacs-devel@gnu.org; Sat, 13 Dec 2008 09:35:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBVaH-0007KC-5q for emacs-devel@gnu.org; Sat, 13 Dec 2008 09:35:10 -0500 Original-Received: from [199.232.76.173] (port=59171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBVaG-0007K5-Jj for emacs-devel@gnu.org; Sat, 13 Dec 2008 09:35:08 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:47390 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 1LBVaG-00061Q-Ft for emacs-devel@gnu.org; Sat, 13 Dec 2008 09:35:08 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LBVaA-0005K3-H3 for emacs-devel@gnu.org; Sat, 13 Dec 2008 14:35:02 +0000 Original-Received: from chello062178240212.3.14.tuwien.teleweb.at ([62.178.240.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Dec 2008 14:35:02 +0000 Original-Received: from markus.triska by chello062178240212.3.14.tuwien.teleweb.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Dec 2008 14:35:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: chello062178240212.3.14.tuwien.teleweb.at Cancel-Lock: sha1:xJ0g7eOXuXqL93h/a7PETEmDlb0= X-detected-operating-system: by monty-python.gnu.org: GNU/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:106873 Archived-At: Chong Yidong writes: > As it turns out, the majority of the memory leak reported in bug#1504 > actually occurs outside Lisp. Basically, term.c was not freeing the > face cache upon frame deletion, unlike the other terminals. Please also try emacsclient with "-c" instead of "-t" - there seems to be a probably different and still quite big leak there as will.