From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#10169: a simple interrupt evokes abort?! (but only with (require 'saveplace)) Date: Thu, 01 Dec 2011 14:38:28 -0500 Message-ID: References: <87ipm13ii5.fsf@rho.meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1322768341 23705 80.91.229.12 (1 Dec 2011 19:39:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2011 19:39:01 +0000 (UTC) Cc: 10169@debbugs.gnu.org, Jim Meyering To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Dec 01 20:38:57 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWCTA-0004Lv-NZ for geb-bug-gnu-emacs@m.gmane.org; Thu, 01 Dec 2011 20:38:56 +0100 Original-Received: from localhost ([::1]:57186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWCTA-0002T9-AY for geb-bug-gnu-emacs@m.gmane.org; Thu, 01 Dec 2011 14:38:56 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWCT7-0002St-8b for bug-gnu-emacs@gnu.org; Thu, 01 Dec 2011 14:38:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWCT5-0003MX-Tu for bug-gnu-emacs@gnu.org; Thu, 01 Dec 2011 14:38:53 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWCT5-0003MT-Mm for bug-gnu-emacs@gnu.org; Thu, 01 Dec 2011 14:38:51 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RWCTF-0002HE-UU for bug-gnu-emacs@gnu.org; Thu, 01 Dec 2011 14:39:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 01 Dec 2011 19:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10169 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10169-submit@debbugs.gnu.org id=B10169.13227683228727 (code B ref 10169); Thu, 01 Dec 2011 19:39:01 +0000 Original-Received: (at 10169) by debbugs.gnu.org; 1 Dec 2011 19:38:42 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RWCSw-0002Gi-3w for submit@debbugs.gnu.org; Thu, 01 Dec 2011 14:38:42 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RWCSt-0002GZ-Ax for 10169@debbugs.gnu.org; Thu, 01 Dec 2011 14:38:40 -0500 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RWCSi-00053M-8P; Thu, 01 Dec 2011 14:38:28 -0500 In-Reply-To: (Stefan Monnier's message of "Thu, 01 Dec 2011 14:25:52 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 01 Dec 2011 14:39:01 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:54569 Archived-At: Stefan Monnier writes: >> So anyone can reproduce it by running this and then hitting ^C: > >> $ touch /tmp/k; emacs -q --eval "(require 'saveplace)" /tmp/k >> ^CFatal error (6)zsh: abort (core dumped) emacs -q --eval "(require\ >> 'saveplace)" /tmp/k >> [Exit 134 (ABRT)] > > I can reproduce it indeed with Debian testing's emacs23 as well as with > the current trunk. > > I have to be careful to hit C-c before Emacs actually opens the frame > (i.e. interrupt it during startup), otherwise it exits cleanly. I cannot reproduce it with emacs-23.3 on Fedora 16... I can reproduce it on yesterday's trunk. I vaguely remember there was some problem with saveplace.el and emacs --daemon, something about saveplace.el wanting to chat when shutting down. No idea if that's related, and I can't find the discussion at the moment...