GNU bug report logs -
#48401
25.3; emacs27 crashes
Previous Next
Reported by: Aloe <aloe <at> aloe-associacio.org>
Date: Thu, 13 May 2021 16:08:02 UTC
Severity: normal
Tags: moreinfo
Found in version 25.3
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 48401 <at> debbugs.gnu.org (full text, mbox):
> From: Aloe <aloe <at> aloe-associacio.org>
> Cc: 48401 <at> debbugs.gnu.org
> Date: Thu, 13 May 2021 19:54:36 +0200
>
> > This looks like infinite recursion, so I think we will need a more
> > detailed backtrace which you can obtain by running Emacs under GDB.
> > Would it be possible for you to do that? Let me know if you need
> > instructions.
>
> Yes, please give me instructions. I can open GDB but I don't know how to
> backtrace.
Go to the directory where you have the Emacs sources (assuming you
have them on your system), then type at the shell prompt
$ gdb emacs
When you get to the "(gdb)" prompt, type "run". Emacs should start as
usual, and then do whatever you need to reproduce the problem. When
Emacs crashes, GDB will kick in and show its "(gdb)" prompt where you
started it. Then type at GDB's prompt:
thread apply all bt
This will produce backtraces of all the threads in the Emacs process.
Post the output here.
This bug report was last modified 4 years and 23 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.