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:33:12 +0300 Message-ID: <83si5pzpdj.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 1444034069 11812 80.91.229.3 (5 Oct 2015 08:34:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Oct 2015 08:34:29 +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:34:20 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 1Zj1Dv-0003Ex-6g for ged-emacs-devel@m.gmane.org; Mon, 05 Oct 2015 10:34:19 +0200 Original-Received: from localhost ([::1]:44812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj1Du-0005ju-0F for ged-emacs-devel@m.gmane.org; Mon, 05 Oct 2015 04:34:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj1Cy-0004gw-Bn for emacs-devel@gnu.org; Mon, 05 Oct 2015 04:33:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zj1Ct-0006qb-Ho for emacs-devel@gnu.org; Mon, 05 Oct 2015 04:33:20 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:49123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj1Ct-0006qF-A6 for emacs-devel@gnu.org; Mon, 05 Oct 2015 04:33:15 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NVQ00C00NHP4V00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 05 Oct 2015 11:33:13 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVQ00C0SNRD0S50@a-mtaout20.012.net.il>; Mon, 05 Oct 2015 11:33:13 +0300 (IDT) In-reply-to: <87egh9205z.fsf@secretsauce.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:190928 Archived-At: > From: Dima Kogan > Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org > Date: Mon, 05 Oct 2015 01:24:08 -0700 > > > Finally, please give the exact sequence of commands you invoke to > > create a new frame, and what file/buffer is initially displayed in the > > new frame. (I used src/xdisp.c via "C-x 5 f".) I'd like to make sure > > we ask Emacs to do exactly the same job. > > I initially make a daemon with "emacs -Q --daemon". Then I open a client > frame with "emacsclient -a '' -c". I open/close clients this way several > times to get the initialization out of the way. I don't touch the emacs > at all, so the initial *scratch* buffer is what's open. If investigating the value of auto_fontset_alist doesn't provide the solution, I'd prefer if we kept the daemon out of this, and instead used a "normal" Emacs session, assuming the problem happens there as well. At least for me, it's easier to deal with normal sessions than with those which need a daemon.