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 22:10:55 +0300

> From: Sam Halliday <sam.halliday@gmail.com>
> Date: Sun, 23 Oct 2016 19:16:18 +0100
> Cc: npostavs@users.sourceforge.net, 24358@debbugs.gnu.org
> 
> Your patch suggestion results in a failure at 20% in the test for me.

So none of the 2 patches work.  Which doesn't surprise me: the first
was a stab in the dark anyway, and the second is unrelated to the
problem you reported.

> I wish we knew what was causing this to fail on my OS but not yours.

My build doesn't use ralloc.c.  It's that simple.

> You could perhaps try with an recent archlinux image.

What for?  The problem is clear from your last Lisp backtrace: a call
to string-match returns bad data, which then barfs when used in the
following call to substring.

The problem is to find the code which causes this.  Hmm...





reply via email to

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