Eli Zaretskii writes: >> Date: Tue, 15 Apr 2014 18:11:59 +0200 >> From: Nicolas Richard >> CC: 17269@debbugs.gnu.org >> >> > It's related, but can you reproduce this in "emacs -Q"? >> >> Not yet, but it seems to be triggered by the bug report because it >> just happened again. I'll look at it later. I have to run now. > > Thanks. I finally managed to make a recipe that reproduces the crash every time for me (slight variations of it will reproduce the erratic end-of-line problem) gdb --args emacs -Q -nw /home/youngfrog/emacstest2.txt --eval '(execute-kbd-macro (kbd "C-e C-n C-e C-n C-e C-n C-e M-< M-f C-k C-n C-n C-e"))' (gdb) r The crash is the same as reported. emacstest2.txt is the file attached.