all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jim Meyering <jim@meyering.net>
To: 10169@debbugs.gnu.org
Subject: bug#10169: a simple interrupt evokes abort?! (but only with (require 'saveplace))
Date: Wed, 30 Nov 2011 13:24:50 +0100	[thread overview]
Message-ID: <87ipm13ii5.fsf@rho.meyering.net> (raw)

When I edit any file and interrupt emacs, I get an abort, in src/eval.c:

  if (gc_in_progress || waiting_for_input)
    abort ();

waiting_for_input is 1.

However, that happens only when using my .emacs file.
When I use -q, e.g., "touch /tmp/x; emacs -q /tmp/x" there is no abort.

Bisecting ~/.emacs, I found the culprit:

  (require 'saveplace)

without that line, there is no problem.

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)]





             reply	other threads:[~2011-11-30 12:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-30 12:24 Jim Meyering [this message]
2011-12-01 16:03 ` bug#10169: a simple interrupt evokes abort?! (but only with (require 'saveplace)) Paul Eggert
2011-12-01 16:13   ` Jim Meyering
2011-12-01 18:09     ` Glenn Morris
2011-12-01 18:42       ` Andreas Schwab
2011-12-01 19:00         ` Glenn Morris
2011-12-01 19:02           ` Glenn Morris
2011-12-03  8:54             ` Andreas Schwab
2011-12-03 21:04               ` Dan Nicolaescu
2011-12-03 21:26                 ` Andreas Schwab
2011-12-03 22:07                   ` Dan Nicolaescu
2011-12-03 22:23                     ` Andreas Schwab
2011-12-03 22:46                       ` Dan Nicolaescu
2011-12-03 22:53                         ` Daniel Colascione
2011-12-04  2:08                       ` Chong Yidong
2011-12-04  9:37                         ` Andreas Schwab
2011-12-04 15:05                         ` Richard Stallman
2011-12-02  0:34       ` Dan Nicolaescu
2011-12-01 19:25 ` Stefan Monnier
2011-12-01 19:38   ` Dan Nicolaescu
2011-12-03 20:21 ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ipm13ii5.fsf@rho.meyering.net \
    --to=jim@meyering.net \
    --cc=10169@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.