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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to