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

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

bug#51689: emacs


From: Eli Zaretskii
Subject: bug#51689: emacs
Date: Sat, 20 Nov 2021 17:15:12 +0200

> Date: Sat, 20 Nov 2021 15:59:32 +0100
> From: Han Boetes <han@boetes.org>
> Cc: 51689@debbugs.gnu.org
> 
> Breakpoint 3, Fsignal (error_symbol=XIL(0xe100), data=XIL(0x9c9423a4e03)) at 
> eval.c:1790
> 1790      if (NILP (error_symbol) && NILP (data))
> void-variable
> (byte-compile-verbose)

This is OK, but this is not the call to 'signal' that we are looking
for.  As I said in my instructions:

> > When the breakpoint breaks, look at the error_symbol and data printed
> > by GDB; if the symbol are not "void-function", type "continue" at
> > GDB's prompt to run Emacs further.  When you eventually get symbol as
> > "void-function" and data that mentions regexp-opt-group, type:
> > 
> >   (gdb) thread apply all bt

In the above you have void-variable as error_symbol and the data does
not mention regexp-opt-group.  So you need to type "continue" until
you hit this breakpoint with the correct conditions, and then produce
the backtrace.

Thanks.





reply via email to

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