From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Weird memory consumption libnked to frame font spec Date: Thu, 30 Apr 2009 22:58:03 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241146707 24312 80.91.229.12 (1 May 2009 02:58:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 May 2009 02:58:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 01 04:58:17 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 1Lzix6-0002zQ-1i for ged-emacs-devel@m.gmane.org; Fri, 01 May 2009 04:58:16 +0200 Original-Received: from localhost ([127.0.0.1]:60635 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lzix5-0005Qk-Hy for ged-emacs-devel@m.gmane.org; Thu, 30 Apr 2009 22:58:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lzix0-0005Qf-JE for emacs-devel@gnu.org; Thu, 30 Apr 2009 22:58:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lziwv-0005Py-6K for emacs-devel@gnu.org; Thu, 30 Apr 2009 22:58:09 -0400 Original-Received: from [199.232.76.173] (port=51905 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lziwv-0005Pv-16 for emacs-devel@gnu.org; Thu, 30 Apr 2009 22:58:05 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:34758 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lziwu-0000g5-MM for emacs-devel@gnu.org; Thu, 30 Apr 2009 22:58:04 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMFAI8C+klMCqsu/2dsb2JhbACBUM5Hg38FhTo X-IronPort-AV: E=Sophos;i="4.40,276,1238990400"; d="scan'208";a="37852262" Original-Received: from 76-10-171-46.dsl.teksavvy.com (HELO pastel.home) ([76.10.171.46]) by ironport2-out.teksavvy.com with ESMTP; 30 Apr 2009 22:58:03 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 69E097F64; Thu, 30 Apr 2009 22:58:03 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Fri, 24 Apr 2009 13:27:15 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (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:110580 Archived-At: >> 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? Yes, that makes no difference. Stefan