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: Possible bug when running with --daemon on 24.3.92.3? Date: Thu, 10 Jul 2014 17:41:45 +1000 Message-ID: <87lhs14q16.fsf@gmail.com> References: <87bnt0qovn.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1404985046 1235 80.91.229.3 (10 Jul 2014 09:37:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 09:37:26 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 10 11:37:19 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 1X5Amz-00016j-Cb for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 11:37:17 +0200 Original-Received: from localhost ([::1]:36382 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X591m-0002xg-GZ for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 03:44:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X591W-0002oZ-80 for emacs-devel@gnu.org; Thu, 10 Jul 2014 03:44:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X591M-0004oM-C3 for emacs-devel@gnu.org; Thu, 10 Jul 2014 03:44:10 -0400 Original-Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:64758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X591M-0004oG-60 for emacs-devel@gnu.org; Thu, 10 Jul 2014 03:44:00 -0400 Original-Received: by mail-pa0-f49.google.com with SMTP id lj1so10497970pab.8 for ; Thu, 10 Jul 2014 00:43:59 -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=9LhhWfakSIqEPhkaFbEkPUMqNWSTn2CsPfc0jWmpOEI=; b=TY0lVzkVlD205i1HcU/iycqQrF2kqcZz1qFtYO3aDEnzl7/GIhW9ICaUa+rQUVCAd7 FN1mc9vJuJhmjayb2idCCm3FrcNtBaJYyYRbt+zc5IC0txT4OtqnO2qDXu6FBk3cOJY8 etH74owHpumq9JbH2bjoGHQKLb6qDXU4Bp9B/q6GDp0+438NOTDXxCjeooeVj86CqxC5 B9/zS9vsC0Lilsde4duQ+M+q1u0+dCi+jGc7e2lun8Fu3sbLfzHLf12gHZQUBDLjWg9u T4CEYfCt5JTOhtoy1c4DqZGYZWdrFWrVOC7GkU1lERDkP2s3lr2MOp/PHzzbozZLxX4N y3mQ== X-Received: by 10.70.54.135 with SMTP id j7mr15855821pdp.94.1404978238943; Thu, 10 Jul 2014 00:43:58 -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 ec2sm61006056pbc.63.2014.07.10.00.43.57 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 10 Jul 2014 00:43:58 -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::231 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:172927 Archived-At: Peder O. Klingenberg writes: > Try attaching gdb to the emacs process before starting the > emacsclient, and see if you catch a signal as you exit emacsclient? When i enter C-x 5 0 in emacsclient, gdb reports: Program received signal SIGSEGV, Segmentation fault. PSEUDOVECTORP (code=15, a=536871013) at lisp.h:2436 2436 return PSEUDOVECTOR_TYPEP (h, code); Alexis.