emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#10169: closed (a simple interrupt evokes abort?! (


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10169: closed (a simple interrupt evokes abort?! (but only with (require 'saveplace)))
Date: Thu, 01 Dec 2011 18:43:02 +0000

Your message dated Thu, 01 Dec 2011 19:42:38 +0100
with message-id <address@hidden>
and subject line Re: bug#10169: a simple interrupt evokes abort?! (but only 
with (require 'saveplace))
has caused the debbugs.gnu.org bug report #10169,
regarding a simple interrupt evokes abort?! (but only with (require 'saveplace))
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10169: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10169
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: a simple interrupt evokes abort?! (but only with (require 'saveplace)) Date: Wed, 30 Nov 2011 13:24:50 +0100
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)]



--- End Message ---
--- Begin Message --- Subject: Re: bug#10169: a simple interrupt evokes abort?! (but only with (require 'saveplace)) Date: Thu, 01 Dec 2011 19:42:38 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)
Should be fixed now.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]