GNU bug report logs - #63283
Emacs crash within fontset

Previous Next

Package: emacs;

Reported by: Seppo Ronkainen <sodr80 <at> protonmail.com>

Date: Thu, 4 May 2023 20:48:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 63283 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Seppo Ronkainen <sodr80 <at> protonmail.com>
Cc: 63283 <at> debbugs.gnu.org
Subject: Re: bug#63283: Emacs crash within fontset
Date: Sat, 06 May 2023 22:33:23 +0300
> Date: Sat, 06 May 2023 19:12:53 +0000
> From: Seppo Ronkainen <sodr80 <at> protonmail.com>
> Cc: 63283 <at> debbugs.gnu.org
> 
> sure, here are captures of gdb and system-configuration-features from two build variants of 29.0.90 and one 26.3

Thanks.  Please repeat this session again, and this time, when Emacs
aborts and GDB shows its prompt, do this:

  (gdb) thread 1
  (gdb) pp fontset

If GDB says that it doesn't know the command "pp", type

  (gdb) source /path/to/emacs/src/.gdbinit
  (gdb) pp fontset

and post everything GDB prints after that.

And one more data point: in the same session do this:

  (gdb) frame 2
  (gdb) print font_driver_list
  (gdb) print f->font_driver_list

and show the values GDB prints.




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

Previous Next


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