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

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

bug#24358: 25.1.50; re-search-forward errors with "Variable binding dept


From: Eli Zaretskii
Subject: bug#24358: 25.1.50; re-search-forward errors with "Variable binding depth exceeds max-specpdl-size"
Date: Sun, 23 Oct 2016 18:48:56 +0300

> From: Sam Halliday <sam.halliday@gmail.com>
> Date: Sun, 23 Oct 2016 16:42:20 +0100
> Cc: npostavs@users.sourceforge.net, 24358@debbugs.gnu.org
> 
> breaking on Fsignal is hitting the problem... not sure what to do
> here. I can type "bt" but that's where my gdb skillz end... do you
> want me to do anything else or is this enough?

"bt" is a good start, thanks.  After that, the results of "xbacktrace"
will help more.

> I'd imagine seeing the contents of error_symbol and data would be
> pretty useful. I'm not sure the etc/DEBUG .gdbinit file is being
> loaded properly when invoked from the leim directory.

You can read .gdbinit manually:

  (gdb) source ../src/.gdbinit

And yes, making sure error_symbol and data are as we expect them would
be a good start.

Thanks.





reply via email to

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