unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10169: a simple interrupt evokes abort?! (but only with (require 'saveplace))
@ 2011-11-30 12:24 Jim Meyering
  2011-12-01 16:03 ` Paul Eggert
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Jim Meyering @ 2011-11-30 12:24 UTC (permalink / raw)
  To: 10169

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





^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2011-12-04 15:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 12:24 bug#10169: a simple interrupt evokes abort?! (but only with (require 'saveplace)) Jim Meyering
2011-12-01 16:03 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).