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

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

bug#17269: 24.3.90; assertion failure at buf_charpos_to_bytepos (marker.


From: Eli Zaretskii
Subject: bug#17269: 24.3.90; assertion failure at buf_charpos_to_bytepos (marker.c)
Date: Wed, 16 Apr 2014 08:44:51 +0300

> From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
> Cc: Nicolas Richard <theonewiththeevillook@yahoo.fr>,  17269@debbugs.gnu.org
> Date: Tue, 15 Apr 2014 22:45:19 +0200
> 
> 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

Thanks, I reproduced this, and will look into it in a couple of days,
if no one beats me to it.

> The crash is the same as reported.

Not exactly: it hits assertion violation on this line:

                start_byte = CHAR_TO_BYTE (start);

whereas your original report did that here:

            ceiling_byte = min (CHAR_TO_BYTE (next_change) - 1, ceiling_byte);

But it's probably the same problem, so this recipe should be good
enough for starters.





reply via email to

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