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 Hagenpra...@wxs.nl 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

Re: [NTG-context] 620 pages limit?

2011-03-17 Thread Vnpenguin
On Wed, Mar 16, 2011 at 17:54, Hans Hagen pra...@wxs.nl 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?

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\count05000 \advance\count0 by 1 \shipout\vbox{} \repeat

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 /

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: return code: 1 with latest

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 pagesflushing 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-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 pagesflushing realpage 3987, userpage 3987 PANIC: unprotected error in call to Lua API

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\count03986 % 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:

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 \dorecurse{5000} {\input knuth \page } \stoptext

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

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Vnpenguin
On Mon, Mar 14, 2011 at 22:35, Wolfgang Schuster schuster.wolfg...@googlemail.com 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\count05000  

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 number of

Re: [NTG-context] 620 pages limit?

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

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))

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: unprotected error in

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread luigi scarso
On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater t...@elvenkind.com 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 Vnpenguin
On Mon, Mar 14, 2011 at 18:02, luigi scarso luigi.sca...@gmail.com wrote: On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater t...@elvenkind.com 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

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 pages flushing

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Vedran Miletić
2011/3/14 luigi scarso luigi.sca...@gmail.com On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater t...@elvenkind.com wrote:Not here: \starttext \dorecurse{5000} {\input knuth \page } \stoptext pagesflushing realpage 3987, userpage 3987 PANIC: unprotected error in call to Lua API

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Cecil Westerhof
2011/3/14 Vedran Miletić riva...@gmail.com 2011/3/14 luigi scarso luigi.sca...@gmail.com On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater t...@elvenkind.com wrote:Not here: \starttext \dorecurse{5000} {\input knuth \page } \stoptext pagesflushing realpage 3987, userpage 3987

Re: [NTG-context] 620 pages limit?

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

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\count05000 \advance\count0 by 1 \shipout\vbox{} \repeat \end Wolfgang

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 luigi.sca...@gmail.com wrote: On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater t...@elvenkind.com wrote: On 03/14/2011 05:08 PM, Steffen Wolfrum wrote: Hi, in December we had 4000 pages limit, now I

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 luigi.sca...@gmail.com wrote: On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater t...@elvenkind.com wrote: On 03/14/2011 05:08 PM, Steffen Wolfrum wrote: in

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Procházka Lukáš
\count0=0 \loop\ifnum\count05000 \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 ... pagesflushing realpage 3987, userpage 1, subpage 1 PANIC: unprotected error in call to

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread C.
\starttext \count0=0 \loop\ifnum\count05000 \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