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

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

bug#7496: 23.2; copy recursive keymap cause crash


From: Drew Adams
Subject: bug#7496: 23.2; copy recursive keymap cause crash
Date: Sun, 13 Oct 2019 21:38:06 +0000 (UTC)

> It's easy to reproduce, though: Just eval this form and Emacs will
> segfault (if it's older than yesterday's):
> 
> (let ((map (make-sparse-keymap)))
>   (define-key map " " map)
>   (copy-keymap map))

FWIW, on MS Windows, Emacs 26.3, emacs -Q hangs if I
do that, after showing this message in the echo area:

  Re-entering top level after C stack overflow.

Have to kill the process with the Task Manager.





reply via email to

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