> Date: Thu, 27 Mar 2025 13:35:41 +0100
> From: Cecilio Pardo <cpardo@imayhem.com>
> Cc: 77196@debbugs.gnu.org
>
> > On 23/03/2025 7:41, Eli Zaretskii wrote:
> >>> Environment
> >>>
> >>> Emacs 30.1 on Windows 10.
> >>
> >> I confirm the issue in Emacs 30. But when I try this in Emacs 31,
> >> Emacs crashes. The backtrace is below. Cecilio, could you please
> >> look at this?
>
> I can reproduce the original bug, but not the crash.
Probably because your Emacs is not built with --enable-checking.
> Anyway, it seems to happen because some glyph index is outside of
> the font range, so this patch should fix the crash.
Thanks, I installed this on the master branch.