[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63283: Emacs crash within fontset
From: |
Eli Zaretskii |
Subject: |
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@protonmail.com>
> Cc: 63283@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.
- bug#63283: Emacs crash within fontset, Seppo Ronkainen, 2023/05/04
- bug#63283: Emacs crash within fontset, Ruijie Yu, 2023/05/04
- bug#63283: Emacs crash within fontset, Eli Zaretskii, 2023/05/05
- Message not available
- bug#63283: Emacs crash within fontset, Eli Zaretskii, 2023/05/06
- bug#63283: Emacs crash within fontset, Seppo Ronkainen, 2023/05/07
- bug#63283: Emacs crash within fontset,
Eli Zaretskii <=
- bug#63283: Emacs crash within fontset, Seppo Ronkainen, 2023/05/07
- bug#63283: Emacs crash within fontset, Eli Zaretskii, 2023/05/07
- bug#63283: Emacs crash within fontset, Seppo Ronkainen, 2023/05/08
- bug#63283: Emacs crash within fontset, Eli Zaretskii, 2023/05/09