From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Emacs daemon segfaults [was: Possible bug when running with --daemon on 24.3.92.3?] Date: Fri, 11 Jul 2014 11:25:57 +1000 Message-ID: <87pphcptqi.fsf@gmail.com> References: <87bnt0qovn.fsf@gmail.com> <87lhs14q16.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405042270 20491 80.91.229.3 (11 Jul 2014 01:31:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2014 01:31:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 11 03:31:03 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 1X5Pfx-0005IP-4p for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 03:31:01 +0200 Original-Received: from localhost ([::1]:41677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Pfw-0005Ox-O5 for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 21:31:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Pfl-0005IY-N4 for emacs-devel@gnu.org; Thu, 10 Jul 2014 21:30:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Pfc-0005JR-M7 for emacs-devel@gnu.org; Thu, 10 Jul 2014 21:30:49 -0400 Original-Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:41312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Pfc-0005JJ-FF for emacs-devel@gnu.org; Thu, 10 Jul 2014 21:30:40 -0400 Original-Received: by mail-pa0-f52.google.com with SMTP id eu11so499220pac.25 for ; Thu, 10 Jul 2014 18:30:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:date:in-reply-to:message-id:mime-version :content-type; bh=rioK9zVrZhqLRQ7QdzrForEII42irpsUR3vUxH9KGCg=; b=HfImU14lxGOqsQVgLfS5Z9COaJKRjYbW9YVhejIiVzNzmtSarIL73w++PpiDayH4lu H/DFIoKsb1mdtClYvwD88CzVDFWWDIfc8z0R6zKdkPh9khf7s5zzHQzbSk2q8eeq5UcO Cf/UHxXIrKt7z0QLRDZFg79nVNC7XOpwJ4/Lc3jM/jvzqfa1YCXy22Nedj+wj17q1jyL 8+RnsIxC3FW3Z/5pVysJkk246nR+Ro3NyE/EMa2lhTNS+LlfNJ2dTkDbgiTtuKmeHmig QEshUvoFsbWJL1oYI5vzXJY+xv5LbZpzm+v2bgsiFTr9GMV3SwdUiu7tTv5e673pV3Jf jcww== X-Received: by 10.68.160.163 with SMTP id xl3mr51672810pbb.39.1405042239740; Thu, 10 Jul 2014 18:30:39 -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 aa3sm518683pbd.17.2014.07.10.18.30.38 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 10 Jul 2014 18:30:39 -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::234 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:172957 Archived-At: Peder O. Klingenberg writes: > The next steps would be to get a backtrace, and perhaps look at some > variables, to figure out the context in which it dies. Take a look at > etc/DEBUG in the emacs sources for tips and hints. And then file a > bug, and either hope for the guidance of those more knowledgeable in > the ways of the source, or dig in yourself. Wonderful learning > opportunity :) :-) i've confirmed that the problem exists for me in pretests .91 and .90 as well. i'm not a C coder, but i'll certainly check out etc/DEBUG and try to discover some specifics about what's going on. Alexis.