From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Re: Emacs daemon segfaults [was: Possible bug when running with --daemon on 24.3.92.3?] Date: Fri, 11 Jul 2014 18:45:54 +1000 Message-ID: <878uo08enj.fsf@gmail.com> References: <87bnt0qovn.fsf@gmail.com> <87lhs14q16.fsf@gmail.com> <87mwcgv5u0.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405068525 4533 80.91.229.3 (11 Jul 2014 08:48:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2014 08:48:45 +0000 (UTC) Cc: dmantipov@yandex.ru To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 11 10:48:37 2014 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 1X5WVQ-0004fo-4R for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 10:48:36 +0200 Original-Received: from localhost ([::1]:43091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5WVP-0007IA-Gg for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 04:48:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5WVH-0007GF-NG for emacs-devel@gnu.org; Fri, 11 Jul 2014 04:48:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5WVC-0001sh-9P for emacs-devel@gnu.org; Fri, 11 Jul 2014 04:48:27 -0400 Original-Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]:54542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5WVC-0001sR-3B for emacs-devel@gnu.org; Fri, 11 Jul 2014 04:48:22 -0400 Original-Received: by mail-pd0-f178.google.com with SMTP id r10so1039161pdi.23 for ; Fri, 11 Jul 2014 01:48:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:date:in-reply-to:message-id :mime-version:content-type; bh=oPC7UrnpxnJ19shCUuHJqhHLY9ySgUp0qVQWaH57whU=; b=Jy+xKDfoiplOCp9jvHuzGCAu9oYWkUALt2SJzUFOqVDyFK6AEUsWySD+QzYoPAPKMA IyqUjbswEca8xLbDKt36sPqrtn7L0m31ckYLAxrGdIue+1ti6s7+/A96HUzU9pdLYGtc iydDDK0pIh95OgwS8BL82GhybSQ4lZk7E4FT28KAX9NTpGGiX49etf57NM8x+qSCZJIq lJPMYRMwtO/bSngPL3FPZUpVCe9t8adrRDjkIdqrpoEy93yPrhi/WWPOhZySRlb1CmrT QIUd7BeFe2TcrMYOy9TNHx8kw4HCKFoiC1OnlY5eewcqtveK/sz9IBC5h7J4z8+aYqnS +/FA== X-Received: by 10.70.48.42 with SMTP id i10mr13445524pdn.129.1405068501050; Fri, 11 Jul 2014 01:48:21 -0700 (PDT) Original-Received: from localhost (ppp118-209-35-177.lns20.mel4.internode.on.net. [118.209.35.177]) by mx.google.com with ESMTPSA id z4sm2157607pdb.18.2014.07.11.01.48.19 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 11 Jul 2014 01:48:20 -0700 (PDT) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::232 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:172967 Archived-At: Peder O. Klingenberg writes: > On Fri, Jul 11 2014 at 06:51, Alexis wrote: > >> Well, getting a backtrace produced: >> >> #0 PSEUDOVECTORP (code=15, a=536871013) at lisp.h:2436 >> #1 font_clear_cache (cache=15546662, driver=driver@entry=0xb7b6e0, f=) at font.c:2607 > > That seems to be in the same general area as my bug. Maybe try the > patch that I had success with? Attached to comment #32 on the bug: > > > > Adding your findings to that bug may also be worth while. Yes, that patch fixed the issue; both C-x C-c and C-x 5 0 now close the frame without shutting down the daemon. :-) Thanks! Alexis.