From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Debugging emacs memory management Date: Mon, 05 Oct 2015 11:43:10 +0300 Message-ID: <83r3l9zowx.fsf@gnu.org> References: <87zj8l3r32.fsf@secretsauce.net> <87vbbbxz2e.fsf@secretsauce.net> <55F998C8.4080203@cs.ucla.edu> <87vbb492ea.fsf@secretsauce.net> <83twqonub8.fsf@gnu.org> <87oagw885o.fsf@secretsauce.net> <837fnknlbm.fsf@gnu.org> <834mionkdg.fsf@gnu.org> <87fv1p232b.fsf@secretsauce.net> <83wpv1zr4q.fsf@gnu.org> <87egh9205z.fsf@secretsauce.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1444034633 20416 80.91.229.3 (5 Oct 2015 08:43:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Oct 2015 08:43:53 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Dima Kogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 05 10:43:44 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zj1My-0002qk-QH for ged-emacs-devel@m.gmane.org; Mon, 05 Oct 2015 10:43:40 +0200 Original-Received: from localhost ([::1]:44846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj1My-0003Ok-3t for ged-emacs-devel@m.gmane.org; Mon, 05 Oct 2015 04:43:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj1Mc-0003LR-4U for emacs-devel@gnu.org; Mon, 05 Oct 2015 04:43:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zj1MX-0003Kp-SI for emacs-devel@gnu.org; Mon, 05 Oct 2015 04:43:17 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:52109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj1MX-0003JM-KG for emacs-devel@gnu.org; Mon, 05 Oct 2015 04:43:13 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NVQ00J00NVKP100@mtaout26.012.net.il> for emacs-devel@gnu.org; Mon, 05 Oct 2015 11:46:06 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVQ00JV7OCUXI10@mtaout26.012.net.il>; Mon, 05 Oct 2015 11:46:06 +0300 (IDT) In-reply-to: <87egh9205z.fsf@secretsauce.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190929 Archived-At: > From: Dima Kogan > Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org > Date: Mon, 05 Oct 2015 01:24:08 -0700 > > > If so, please show the values of the 2 arguments to assoc_no_quit (in > > their Lisp form, as displayed by the "pp" command). > > This is the crux of the problem. The font_spec is > > # > > The auto_fontset_alist has many entries, all with the same identical key: > > # Not sure if it's relevant, but on my system, neither auto_fontset_alist entries nor the value of font_spec have the (:name ...) element. They do have user-spec, but no :name. Perhaps try finding out where does that come from. (Functions in fontset.el look like one possible place.)