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

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

bug#22356: 25.0.50; emacs-25 very crashy with ivy-mode


From: Eli Zaretskii
Subject: bug#22356: 25.0.50; emacs-25 very crashy with ivy-mode
Date: Sat, 16 Jan 2016 12:03:35 +0200

> Date: Sat, 16 Jan 2016 10:22:53 +0100
> From: martin rudalics <rudalics@gmx.at>
> CC: 22356@debbugs.gnu.org
> 
>  > We weren't assigning space for glyphs of the margins in the
>  > mini-window.  Why? because of a single typo (or thinko?) more than 2
>  > years ago!  That typo made us think the mini-window has a very large
>  > total width in column units:
>  >
>  >    emacs -Q
>  >    M-: (window-total-width (minibuffer-window)) RET
>  >      => 672
>  >
>  > That preposterous value then defeated the logic in the display engine
>  > which decides how many glyphs are needed for displaying stuff in the
>  > margin, when margins are turned on in a window: that logic decided the
>  > correct number was zero.  And from there it's a quick path to writing
>  > beyond the allocated memory.
> 
> Thanks for fixing my silly oversight.

Stuff happens ;-)

> margin_glyphs_to_reserve is the only client of the total_cols slot
> of the minibuffer window, so there's no wonder that this bug
> remained undetected for such a long time.

margin_glyphs_to_reserve also had a flaw: it could return zero for
positive values of the MARGIN argument, which is clearly wrong.  I
fixed that with a follow-up patch, so now it always returns at least 1
column when the margin is non-zero.





reply via email to

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