From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: peder@klingenberg.no (Peder O. Klingenberg) Newsgroups: gmane.emacs.bugs Subject: bug#17125: Acknowledgement (24.4.50; daemon mode: closing X client frame exits entire emacs) Date: Tue, 01 Apr 2014 16:09:36 +0200 Organization: Persons in a Position to Know, inc. Message-ID: References: <533AC37A.7060703@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396361433 1712 80.91.229.3 (1 Apr 2014 14:10:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Apr 2014 14:10:33 +0000 (UTC) To: 17125@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 01 16:10:26 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1WUzOS-0005KB-CG for geb-bug-gnu-emacs@m.gmane.org; Tue, 01 Apr 2014 16:10:24 +0200 Original-Received: from localhost ([::1]:60596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUzOR-0007B0-Sj for geb-bug-gnu-emacs@m.gmane.org; Tue, 01 Apr 2014 10:10:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUzOH-0006lS-PT for bug-gnu-emacs@gnu.org; Tue, 01 Apr 2014 10:10:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUzO7-0008Le-4P for bug-gnu-emacs@gnu.org; Tue, 01 Apr 2014 10:10:13 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUzO7-0008L2-1J for bug-gnu-emacs@gnu.org; Tue, 01 Apr 2014 10:10:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WUzO6-0006bV-FN for bug-gnu-emacs@gnu.org; Tue, 01 Apr 2014 10:10:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: peder@klingenberg.no (Peder O. Klingenberg) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 01 Apr 2014 14:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17125 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17125-submit@debbugs.gnu.org id=B17125.139636139525365 (code B ref 17125); Tue, 01 Apr 2014 14:10:02 +0000 Original-Received: (at 17125) by debbugs.gnu.org; 1 Apr 2014 14:09:55 +0000 Original-Received: from localhost ([127.0.0.1]:59410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WUzNz-0006b1-D1 for submit@debbugs.gnu.org; Tue, 01 Apr 2014 10:09:55 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:35810) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WUzNv-0006ar-Ge for 17125@debbugs.gnu.org; Tue, 01 Apr 2014 10:09:52 -0400 Original-Received: from luna.netfonds.no ([80.91.225.79] helo=luna) by hermes.netfonds.no with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1WUzNg-0003aY-UD; Tue, 01 Apr 2014 16:09:36 +0200 Original-Received: from pok by luna with local (Exim 4.71) (envelope-from ) id 1WUzNg-00078f-RY; Tue, 01 Apr 2014 16:09:36 +0200 In-Reply-To: <533AC37A.7060703@yandex.ru> (Dmitry Antipov's message of "Tue, 01 Apr 2014 17:47:38 +0400") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) X-MailScanner-ID: 1WUzNg-0003aY-UD MailScanner-NULL-Check: 1396966176.97651@hpdSw1Fka4AuF3G/GjSFIw X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:87591 Archived-At: Dmitry Antipov writes: > Could you also try to install a breakpoint at font.c:2600 and then call > debug_print (elt) when hit? Probably elt is bogus here (not a vector). > Also please recompile with --enable-checking to get easserts into the game. I found and defined ENABLE_CHECKING in config.h before seeing your reply. The eassert does indeed trigger. Changing "eassert" to "if" makes the segfault go away, and I can start clients to my heart's content. The value of (frame-font-cache) on the lisp side is reduced when reattaching the second (and subsequent) clients, to only (":0" (x 1 (# . #)) (xft 1 (#))) I will do the breakpoint thing, but I'm out of time at the moment. I'll get to it either later today or tomorrow. Thanks! -- ...Peder...