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:57:43 +1000 Message-ID: <87k37ki80w.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 1405069312 14245 80.91.229.3 (11 Jul 2014 09:01:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2014 09:01:52 +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 11:01:47 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 1X5Wi8-0001Ys-ID for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 11:01:44 +0200 Original-Received: from localhost ([::1]:43170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Wi8-0003Fq-2T for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 05:01:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Whu-00034u-R2 for emacs-devel@gnu.org; Fri, 11 Jul 2014 05:01:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Whp-0001yO-D9 for emacs-devel@gnu.org; Fri, 11 Jul 2014 05:01:30 -0400 Original-Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:44391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Whp-0001y3-8L for emacs-devel@gnu.org; Fri, 11 Jul 2014 05:01:25 -0400 Original-Received: by mail-pa0-f47.google.com with SMTP id kq14so1114972pab.34 for ; Fri, 11 Jul 2014 02:01:24 -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=TuInggpixfd4hAYCMMvOGECAi0BFwyBDnkbRYFzK5m0=; b=Z43BqeSa5JQ8F6wt1X+NuVvJSByFjJlaSieK6Xj9Y0nwcKUhpMdNw0oGUDfNpl0875 lWbAX6V3/D7wfGuJ5XXJKABthrXkWGCvHV4/qXjx6w4Gi9MQN4UtmRMF8wghuRtEVmT6 7EiyTYRPTCqPDNBreb7HiO4kGpOYpX/9E1SwkLXQzxoTvmX3ZnSXlSf1dQXwfC7v+QvI 89XAcmQI8SwLszHBcfuknX3AIlE7rHG8emgW2mgkbcyhMgqPvJuBEHRpLoYcuZrX+4oY 948ql2vKy6dQ7jZOL4UgjvAjvDX34z4/VPD8PuHiO1pEcg9whH1xQTmzxvuRT0kuR2be F6Lg== X-Received: by 10.70.95.233 with SMTP id dn9mr593425pdb.160.1405069284044; Fri, 11 Jul 2014 02:01:24 -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 qk9sm7060711pac.16.2014.07.11.02.01.22 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 11 Jul 2014 02:01:23 -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:c03::22f 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:172969 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. i also just tried Dmitry's fixed_3.patch: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#38 which also worked. i'll add a new comment on that bug. Thanks again! Alexis.