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: Eli Zaretskii
Subject: bug#53497: 29.0.50; native-compile after restarting Emacs
Date: Thu, 27 Jan 2022 17:22:26 +0200

> From: Arash Esbati <arash@gnu.org>
> Cc: Eli Zaretskii <eliz@gnu.org>,  larsi@gnus.org,  53497@debbugs.gnu.org
> Date: Thu, 27 Jan 2022 16:03:40 +0100
> 
> > I pushed d0aac84b2a as it seems to work for me here.
> 
> Thanks for looking into this.  I built Emacs (0991e8686cd) and started
> with "-Q".  Doing C-x C-f trying to open a .tex file says:
> 
>   require: Recursive ‘require’ for feature ‘comp’
> 
> in the minibuffer and the file doesn't get loaded.

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.)





reply via email to

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