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

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

bug#8764: 24.0.50; cedet/semantic/bovine/c-by.el:184:1:Error: Lisp nesti


From: Stefan Monnier
Subject: bug#8764: 24.0.50; cedet/semantic/bovine/c-by.el:184:1:Error: Lisp nesting exceeds `max-lisp-eval-depth'
Date: Mon, 30 May 2011 16:04:09 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> The problem isn't within the running Emacs process, rather it's with the
> build process for trunk.

It's a file that requires a lot of stack depth, indeed.

> I'm not sure where to proceed from here.  The default value is 600; I
> don't know if fiddling that higher would actually help.

The lisp/Makefile.in pushes it up to 1200 and AFAIK this is sufficient
to bootstrap.  But maybe there are cases where a recompile ends up
recompiling in a different order and so more of the files are still
uncompiled, thus needing more stack space.


        Stefan





reply via email to

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