GNU bug report logs - #59715
28.2; Emacs crashes after ``turkish-case-conversion-enable''

Previous Next

Package: emacs;

Reported by: YUSUF ALPER ÇIKIŞIR <yusufcikisir <at> std.iyte.edu.tr>

Date: Wed, 30 Nov 2022 08:16:02 UTC

Severity: normal

Found in version 28.2

Full log


View this message in rfc822 format

From: YUSUF ALPER ÇIKIŞIR <yusufcikisir <at> std.iyte.edu.tr>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 59715 <at> debbugs.gnu.org
Subject: bug#59715: 28.2; Emacs crashes after ``turkish-case-conversion-enable''
Date: Sun, 04 Dec 2022 11:29:57 +0300
> I believe the problem is that you built Emacs with optimizations.  Please
> reconfigure it with
>
>   $ CFLAGS='-O0 -g3' ./configure
>
> and rebuild, then try again with the breakpoint at line 5847 of xfaces.c.
> That breakpoint is supposed to break only if Emacs is about to crash by
> calling emacs_abort.

OK, now this is the correct output.

(gdb) print cache
$1 = (struct face_cache *) 0xfab5e0
(gdb) print cache->f
$2 = (struct frame *) 0xf69840
(gdb) print cache->f->output_method
$3 = output_x_window

> So the problem happens with the Iosevka font used as the default face's
> font, is that right?

Yes.




This bug report was last modified 2 years and 197 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.