From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/64573 Path: news.gmane.org!not-for-mail From: Jonas Stein Newsgroups: gmane.comp.tex.context Subject: Re: 4000 pages limit? Date: Fri, 17 Dec 2010 00:04:05 +0100 Message-ID: <5giqt7-074.ln1@news.jonasstein.de> References: <87ei9hzg3r.fsf@universe.krase.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292540728 27629 80.91.229.12 (16 Dec 2010 23:05:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Dec 2010 23:05:28 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 17 00:05:24 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTMt1-0000Sl-SS for gctc-ntg-context-518@m.gmane.org; Fri, 17 Dec 2010 00:05:24 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 53245CA908; Fri, 17 Dec 2010 00:05:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TKlBc5geAnXJ; Fri, 17 Dec 2010 00:05:19 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CC478CA8B5; Fri, 17 Dec 2010 00:05:19 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2E87ACA8B5 for ; Fri, 17 Dec 2010 00:05:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DY4zmSpw-AEi for ; Fri, 17 Dec 2010 00:05:17 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id ED4F5CA8B0 for ; Fri, 17 Dec 2010 00:05:16 +0100 (CET) Original-Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oBGN5FkD019777 for ; Fri, 17 Dec 2010 00:05:16 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PTMss-0000MF-Sv for ntg-context@ntg.nl; Fri, 17 Dec 2010 00:05:14 +0100 Original-Received: from xdsl-213-196-246-149.netcologne.de ([213.196.246.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Dec 2010 00:05:14 +0100 Original-Received: from news by xdsl-213-196-246-149.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Dec 2010 00:05:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: xdsl-213-196-246-149.netcologne.de User-Agent: slrn/pre1.0.0-18 (Linux) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.91.229.12; country=NO; latitude=62.0000; longitude=10.0000; http://maps.google.com/maps?q=62.0000,10.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08DHX5fb2 - c47dd7c49746 - 20101217 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:64573 Archived-At: > 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 > } > > Once it reaches page 4000 it will die. i could run this \starttext \dorecurse{50000}{narf \page} \stoptext == pdfTeX warning: pdftex: no GlyphToUnicode entry has been inserted yet! Output written on test.pdf (50000 pages, 10574005 bytes). Transcript written on test.log. TeXExec | runtime: 310.679998 == and got 50000 pages in one pdf. Okular is quite slow in opening it and needs 200 MB RAM, but it works. But i could not use Ctrl-C to break the loop. I think that is a bug, or not? i use this context: http://packages.debian.org/experimental/context Kind regards, -- Jonas Stein ___________________________________________________________________________________ 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 ___________________________________________________________________________________