On 14-3-2011 10:35, Wolfgang Schuster wrote:
Am 14.03.2011 um 18:02 schrieb luigi scarso:
\starttext \dorecurse{5000} {\input knuth \page } \stoptext
A little bit faster but with the same error message:
\count0=0 \loop\ifnum\count0<5000 \advance\count0 by 1 \shipout\vbox{} \repeat \end
\starttext \dorecurse{10000} {test: \recurselevel\page} \stoptext pdftex + mkii : 35 sec xetex + mkii : 35 sec luatex + mkiv : 40 sec no crashes. ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------