Re: [NTG-context] 620 pages limit?

2011-03-18 Thread Hans Hagen
On 17-3-2011 7:28, Vnpenguin wrote: On Wed, Mar 16, 2011 at 17:54, Hans Hagen wrote: 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:

Re: [NTG-context] 620 pages limit?

2011-03-16 Thread Vnpenguin
On Wed, Mar 16, 2011 at 17:54, Hans Hagen wrote: > 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 >

Re: [NTG-context] 620 pages limit? (SOLVED)

2011-03-16 Thread Steffen Wolfrum
Taco found the bug (thanks!): There is a fix luatex rev. 4093. Steffen ___ 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

Re: [NTG-context] 620 pages limit?

2011-03-16 Thread Hans Hagen
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 \en

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Marco
On 2011-03-15 Otared Kavian wrote: > Hi, > > For your information, just out of curiosity, I tested Wolfgang's code > \starttext > \count0=0 > \loop\ifnum\count0<3986 % try 3987 > \advance\count0 by 1 > \shipout\vbox{} > \repeat > \end > \stoptext > > which works fine with 3986 pages but not

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Steffen Wolfrum
Am 15.03.2011 um 17:20 schrieb Taco Hoekwater: > On 03/15/2011 05:11 PM, Steffen Wolfrum wrote: >> It is really hard to seek for a minimal example if you don't know what could >> be the crucial point. >> >> Isn't the bug maybe triggered by simple limits that my projects hurts? >> Like total num

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Vnpenguin
On Mon, Mar 14, 2011 at 22: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 >

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Taco Hoekwater
On 03/15/2011 05:11 PM, Steffen Wolfrum wrote: It is really hard to seek for a minimal example if you don't know what could be the crucial point. Isn't the bug maybe triggered by simple limits that my projects hurts? Like total number of footnotes (about 4000), size of TUC file (3MB), number of

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Steffen Wolfrum
Am 15.03.2011 um 16:35 schrieb Taco Hoekwater: > On 03/15/2011 03:44 PM, Steffen Wolfrum wrote: >> >> Am 15.03.2011 um 11:27 schrieb Steffen Wolfrum: >> >>> >>> Am 15.03.2011 um 10:07 schrieb Vnpenguin: >>> >>> >>> Best wishes, >>> Taco >> >> Not here: >> \starttext

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Otared Kavian
Hi, For your information, just out of curiosity, I tested Wolfgang's code \starttext \count0=0 \loop\ifnum\count0<3986 % try 3987 \advance\count0 by 1 \shipout\vbox{} \repeat \end \stoptext which works fine with 3986 pages but not with 3987 pages and above. This is with mkiv, version: 2011.02

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Taco Hoekwater
On 03/15/2011 03:44 PM, Steffen Wolfrum wrote: Am 15.03.2011 um 11:27 schrieb Steffen Wolfrum: Am 15.03.2011 um 10:07 schrieb Vnpenguin: Best wishes, Taco Not here: \starttext \dorecurse{5000} {\input knuth \page } \stoptext pages> flushing realpage 3987, userpage 3987 PANIC: unprotecte

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Steffen Wolfrum
Am 15.03.2011 um 11:27 schrieb Steffen Wolfrum: > > Am 15.03.2011 um 10:07 schrieb Vnpenguin: > > > Best wishes, > Taco Not here: \starttext \dorecurse{5000} {\input knuth \page } \stoptext pages > flushing realpage 3987, userpage 3987

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Steffen Wolfrum
Am 15.03.2011 um 10:07 schrieb Vnpenguin: 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 o

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Vnpenguin
>>> >>> 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:

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread C.
\starttext \count0=0 \loop\ifnum\count0<5000 \advance\count0 by 1 \shipout\vbox{} \repeat \end \stoptext No problems here. Win7 Pro 32bit. PDF contains nothing but 5000 pages :B This is LuaTeX, Version beta-0.66.0-2011021923 (rev 4086) ConTeXt ver: 2011.02.25 22:03 MKIV fmt: 2011.3.5

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Procházka Lukáš
\count0=0 \loop\ifnum\count0<5000 \advance\count0 by 1 \shipout\vbox{} \repeat \end The same error on WinXP 32: ConTeXt ver: 2011.01.26 11:02 MKIV fmt: 2011.1.26 int: english/english ... pages > flushing realpage 3987, userpage 1, subpage 1 PANIC: unprotected error in call to L

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Hartmut Henkel
On Mon, 14 Mar 2011, Steffen Wolfrum wrote: > Am 14.03.2011 um 19:51 schrieb Vnpenguin: > > On Mon, Mar 14, 2011 at 18:02, luigi scarso wrote: > >> On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater wrote: > >>> On 03/14/2011 05:08 PM, Steffen Wolfrum wrote: > > in December we had 4000 pag

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Steffen Wolfrum
Am 14.03.2011 um 19:51 schrieb Vnpenguin: > On Mon, Mar 14, 2011 at 18:02, luigi scarso wrote: >> 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 l

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Wolfgang Schuster
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 Wolfgang _

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread mathew
2011/3/14 Vedran Miletić : > Same here on Linux, 32-bit. Also here. [...] (/usr/local/context/tex/texmf-context/tex/context/sample/knuth.tex) pages > flushing realpage 3987, userpage 3987 PANIC: unprotected error in call to Lua API (stack overflow (out of stack space)) mtx-context

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Cecil Westerhof
2011/3/14 Vedran Miletić > 2011/3/14 luigi scarso > >> On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater >> wrote:Not here: >> \starttext >> \dorecurse{5000} {\input knuth \page } >> \stoptext >> pages > flushing realpage 3987, userpage 3987 >> PANIC: unprotected error in call to Lua AP

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Vedran Miletić
2011/3/14 luigi scarso > On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater > wrote: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 spa

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Steffen Wolfrum
Am 14.03.2011 um 17:53 schrieb Steffen Wolfrum: > > Am 14.03.2011 um 17:22 schrieb Taco Hoekwater: > >> 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 >>>

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Vnpenguin
On Mon, Mar 14, 2011 at 18:02, luigi scarso wrote: > 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

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread 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:

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Steffen Wolfrum
Am 14.03.2011 um 17:22 schrieb Taco Hoekwater: > 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: unprotec

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Taco Hoekwater
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)) m

[NTG-context] 620 pages limit?

2011-03-14 Thread Steffen Wolfrum
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: