GNU bug report logs -
#59715
28.2; Emacs crashes after ``turkish-case-conversion-enable''
Previous Next
Full log
Message #62 received at 59715 <at> debbugs.gnu.org (full text, mbox):
> From: YUSUF ALPER ÇIKIŞIR
> <yusufcikisir <at> std.iyte.edu.tr>
> Cc: 59715 <at> debbugs.gnu.org
> Date: Sun, 04 Dec 2022 16:21:21 +0300
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > I think there's some caching involved. Can you do whatever is needed to
> > force Fontconfig to refresh its caches? And maybe also restart the system,
> > in case X also caches stuff?
>
> After cleaning fontconfig cache, rerunning "fc-cache -f -v", and
> restarting the system, it's still the same. Are you sure that's the
> main reason?
It's the only explanation that makes sense, but maybe I got the details
wrong.
Please try the following, after starting GDB:
(gdb) source /path/to/emacs/src/.gdbinit
(gdb) break fontset.c:1701
(gdb) commands
> pp name
> end
(gdb) run -Q
Then, when the breakpoint breaks, look at the name it displays and see if
you see some pattern that has "Iosevka" in it. You will have to type
"continue" each time the breakpoint breaks, to continue Emacs. If I'm
right, you will see something with "Iosevka" in it.
> Thank you for your help. I can migrate to different fonts by virtue of
> this bug. :-)
Yes. One other idea is to use Fontconfig aliases, so that the font can be
named differently as far as Emacs is concerned, but I'm not sure it will
help.
This bug report was last modified 2 years and 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.