From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Weird memory consumption libnked to frame font spec Date: Fri, 24 Apr 2009 13:27:15 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1240547247 26998 80.91.229.12 (24 Apr 2009 04:27:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Apr 2009 04:27:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 24 06:28:46 2009 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 1LxD1a-0004XS-MU for ged-emacs-devel@m.gmane.org; Fri, 24 Apr 2009 06:28:30 +0200 Original-Received: from localhost ([127.0.0.1]:52085 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxD0B-0003mj-6P for ged-emacs-devel@m.gmane.org; Fri, 24 Apr 2009 00:27:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxD06-0003mT-IY for emacs-devel@gnu.org; Fri, 24 Apr 2009 00:26:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxD02-0003lT-MU for emacs-devel@gnu.org; Fri, 24 Apr 2009 00:26:58 -0400 Original-Received: from [199.232.76.173] (port=52343 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxD02-0003lO-In for emacs-devel@gnu.org; Fri, 24 Apr 2009 00:26:54 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:34609) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxD01-0000KB-V6 for emacs-devel@gnu.org; Fri, 24 Apr 2009 00:26:54 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n3O4QoNU018743; Fri, 24 Apr 2009 13:26:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n3O4QoBl022205; Fri, 24 Apr 2009 13:26:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n3O4QnWn008662; Fri, 24 Apr 2009 13:26:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LxD0N-0001i6-TD; Fri, 24 Apr 2009 13:27:15 +0900 In-reply-to: (message from Stefan Monnier on Fri, 24 Apr 2009 00:00:36 -0400) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:110449 Archived-At: In article , Stefan Monnier writes: > There's something funny with our memory consumption. > Here is a recipe to show the problem, tho it uses mpc.el (and requires > an mpd daemon running), so you may find it rather inconvenient to try > and reproduce it. Hopefully I'll find a way to get rid of this mpc.el > dependency to reproduce the bug, but for now, that's what we have: > - emacs -Q --eval '(dotimes (i 10 (other-frame 1)) (make-frame (quote ((font . "Sans")))))' -l ~/src/elisp/mpc/mpc.el -f mpc Do you see the same memory increase with an actual font family (e.g. "dejavu sans") instead of such a generic family name? --- Kenichi Handa handa@m17n.org