On Mon, Mar 14, 2011 at 18:02, luigi scarso
On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater
wrote: On 03/14/2011 05:08 PM, Steffen Wolfrum wrote:
Hi,
in December we had 4000 pages limit, now I only reach 700 pages limit:
pages> flushing realpage 615, userpage 619 pages> flushing realpage 616, userpage 620 PANIC: unprotected error in call to Lua API (stack overflow (out of stack space))
mtx-context | fatal error: return code: 1
It's a book wih 7 chapters, each of it run fine. Only typesetting the entire project (not even with TOC) gives this error. Is there help?
That is clearly a bug somewhere, but it needs a minimal demonstration file from you. A simple
\dorecurse{5000} {\input knuth \page }
does not trigger it.
Best wishes, Taco
Not here: \starttext \dorecurse{5000} {\input knuth \page } \stoptext pages > flushing realpage 3987, userpage 3987 PANIC: unprotected error in call to Lua API (stack overflow (out of stack space))
mtx-context | fatal error: return code: 1 with latest minimals.
I have exactely same error as you on Linux x86_64 CentOS , luatex beta-0.65.0-2010121316 However on my Windows XP (always with Minimals distro) I can compile without error. On Windows I have : E:\User\xxx\tex>luatex --version This is LuaTeX, Version beta-0.66.0-2011021923 (Web2C 2010) (rev 4086) Maybe luatex of Linux 64bit is out-of-date ?