bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53497: 29.0.50; native-compile after restarting Emacs


From: Arash Esbati
Subject: bug#53497: 29.0.50; native-compile after restarting Emacs
Date: Thu, 27 Jan 2022 17:27:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50

Eli Zaretskii <eliz@gnu.org> writes:

> Please run Emacs under GDB, put a breakpoint in Frequire, here:
>
>       if (nesting > 3)
>       error ("Recursive `require' for feature `%s'",  <<<<<<<<<<<<<<<<<<
>              SDATA (SYMBOL_NAME (feature)));
>
> repeat the above sequence, and when the breakpoint breaks, show the
> backtrace and xbacktrace.  (For "xbacktrace" you will need to "source
> .gdbinit", as you did before.)

Please find attached the results.  Took me some iterations in GDB to get
to the error.

As a note, I started the session directly in emacs/src tree with
'gdb ./emacs'.  But that shouldn't make a difference, I can trigger the
error also from an installed version with 'make install'.

Best, Arash

Attachment: backtrace
Description: Binary data

Attachment: xbacktrace
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]