On Fri, Dec 17, 2010 at 12:04 AM, Jonas Stein
Yesterday I was trying to typeset a very, very long document (about 3000 pages in A4). Well, mkiv died with a
PANIC: unprotected error in call to Lua API (stack overflow (out of stack space))
It's easily reproducible with a simple
\starttext \dorecurse{50000}{ \input knuth } \starttext \dorecurse{50000}{ \input knuth }\stoptext also fails after page [1619.1619]) with ! TeX capacity exceeded, sorry [pool size=1254582].
i could run this \starttext \dorecurse{50000}{narf \page} \stoptext pdftex is ok luatex fails with pages > flushing realpage 3987, userpage 3987 PANIC: unprotected error in call to Lua API (stack overflow (out of stack space))
I think that is a bug, or not? yes, I think so.
-- luigi