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

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

bug#22051: Byte compilation of "(funcall)" causes segfault when run.


From: Alan Mackenzie
Subject: bug#22051: Byte compilation of "(funcall)" causes segfault when run.
Date: Sun, 29 Nov 2015 15:59:36 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

Hello, Emacs.

Start Emacs 25 with emacs -Q.
Type the following Lisp function into *scratch*:

    (defun foo ()
      (funcall))

, and byte compile it with M-x compile-defun.
Do M-: (foo) <CR>.
Emacs segfaults.

(Reported by Johan Bockgård <bojohan@gnu.org> as an aside to bug
#20241.)

-- 
Alan Mackenzie (Nuremberg, Germany).





reply via email to

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