[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crash with --enable-checking and some glyphs
From: |
Gregory Heytings |
Subject: |
Re: Crash with --enable-checking and some glyphs |
Date: |
Sat, 27 Nov 2021 22:01:05 +0000 |
larsi@xo:~/src/emacs/trunk$ md5sum
/usr/share/fonts/X11/misc/hanglm24.pcf.gz
819a5304502ef38ac01918a147310b69
/usr/share/fonts/X11/misc/hanglm24.pcf.gz
Thanks. So I can update my previous post:
I very much doubt that this is the root cause of this bug. We have the
exact same libraries, same compiler and same font, we use the exact same
build options, and boff is never == 3 with that file, it is always == 0.
For the piece of code above, with the ACE0 character I have:
boff = font->baseline_offset; /* font->baseline_offset == 0 */
if (font->vertical_centering) /* font->vertical_centering == 1 */
boff = VCENTER_BASELINE_OFFSET (font, it->f) - boff; /*
VCENTER_BASELINE_OFFSET(...) == 0 */
What do you have in font->baseline_offset? And what does
VCENTER_BASELINE_OFFSET return?
- Re: Crash with --enable-checking and some glyphs, (continued)
- Re: Crash with --enable-checking and some glyphs, Eli Zaretskii, 2021/11/26
- Re: Crash with --enable-checking and some glyphs, Lars Ingebrigtsen, 2021/11/26
- Re: Crash with --enable-checking and some glyphs, Eli Zaretskii, 2021/11/26
- Re: Crash with --enable-checking and some glyphs, Eli Zaretskii, 2021/11/27
- Re: Crash with --enable-checking and some glyphs, Lars Ingebrigtsen, 2021/11/27
- Re: Crash with --enable-checking and some glyphs, Eli Zaretskii, 2021/11/27
- Re: Crash with --enable-checking and some glyphs, Lars Ingebrigtsen, 2021/11/27
- Re: Crash with --enable-checking and some glyphs, Po Lu, 2021/11/27
- Re: Crash with --enable-checking and some glyphs, Gregory Heytings, 2021/11/27
- Re: Crash with --enable-checking and some glyphs, Lars Ingebrigtsen, 2021/11/27
- Re: Crash with --enable-checking and some glyphs,
Gregory Heytings <=
- Re: Crash with --enable-checking and some glyphs, Eli Zaretskii, 2021/11/28
- Re: Crash with --enable-checking and some glyphs, Gregory Heytings, 2021/11/29
- Re: Crash with --enable-checking and some glyphs, Lars Ingebrigtsen, 2021/11/29
- Re: Crash with --enable-checking and some glyphs, Óscar Fuentes, 2021/11/25
- Re: Crash with --enable-checking and some glyphs, Gregor Zattler, 2021/11/25
- Re: Crash with --enable-checking and some glyphs, Po Lu, 2021/11/26
- Re: Crash with --enable-checking and some glyphs, Po Lu, 2021/11/26
- Re: Proportional fonts in the mode line (one month test), Uwe Brauer, 2021/11/24
- Re: Proportional fonts in the mode line (one month test), Lars Ingebrigtsen, 2021/11/24
- Re: Proportional fonts in the mode line (one month test), Eli Zaretskii, 2021/11/24