GNU bug report logs -
#76327
29.4; random segfaults after switch to tree-sitter
Previous Next
Full log
Message #8 received at 76327 <at> debbugs.gnu.org (full text, mbox):
> Date: Sun, 16 Feb 2025 11:45:38 +0300
> From: Evgeniy Dushistov via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> Just random crash during editing text (cut or delete text).
What do you mean by "after switch to tree-sitter"? What exactly did
you change and how in order to switch?
> (gdb) bt full
> #0 SYMBOL_NAME (sym=0x55555e5d3ba0) at /usr/src/debug/emacs/emacs-29.4/src/lisp.h:1152
Please show this symbol:
(gdb) source /path/to/emacs/src/.gdbinit
(gdb) frame 0
(gdb) print sym
(gdb) xtype
(gdb) xsymbol
> #5 0x000055555570603b in Fcommand_error_default_function (data=0x55555a8e65c3, context=0x7ffff1880284, signal=0x7fe0) at /usr/src/debug/emacs/emacs-29.4/src/lisp.h:1679
Can you show the error and its data here? Like this:
(gdb) frame 5
(gdb) pp data
(gdb) pp context
Thanks.
This bug report was last modified 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.