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

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

bug#19774: 25.0.50; Emacs crashes when C-u <N> on a Gnus folder (reprodu


From: Stefan Monnier
Subject: bug#19774: 25.0.50; Emacs crashes when C-u <N> on a Gnus folder (reproducible)
Date: Fri, 06 Feb 2015 13:07:56 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> #8  0x0117b418 in Fvector (nargs=-1, args=0x158bcd0 <dumped_data+32528>)
>> #9  0x0111d977 in Fthis_single_command_keys () at 
> It looks like this_command_key_count is -1.

Or this_single_command_key_start > this_command_key_count.

> How can that happen?

Good question.

> Should we protect ourselves against this?

I'd suggest you add `eassert's everywhere we mess with
this_single_command_key_start and this_command_key_count, so see who's
the culprit.


        Stefan





reply via email to

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