From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/72496 Path: news.gmane.org!not-for-mail From: Jon Crump Newsgroups: gmane.comp.tex.context Subject: regression? 620 pages limit? (SOLVED)? Date: Wed, 16 Nov 2011 17:39:49 -0800 Message-ID: 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 1321494016 24273 80.91.229.12 (17 Nov 2011 01:40:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2011 01:40:16 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 17 02:40:10 2011 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 1RQqxW-0005Mm-17 for gctc-ntg-context-518@m.gmane.org; Thu, 17 Nov 2011 02:40:10 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1AFE9CB126; Thu, 17 Nov 2011 02:40:09 +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 BbFRXMArajk8; Thu, 17 Nov 2011 02:40:06 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E208ECB11D; Thu, 17 Nov 2011 02:40:05 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 360C5CB11D for ; Thu, 17 Nov 2011 02:40:05 +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 GE6ihM+X-6ij for ; Thu, 17 Nov 2011 02:39:53 +0100 (CET) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id 24377CB118 for ; Thu, 17 Nov 2011 02:39:52 +0100 (CET) Original-Received: from mail-iy0-f169.google.com (mail-iy0-f169.google.com [209.85.210.169]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pAH1do5b000374 for ; Thu, 17 Nov 2011 02:39:51 +0100 Original-Received: by iaek3 with SMTP id k3so1964076iae.14 for ; Wed, 16 Nov 2011 17:39:50 -0800 (PST) Original-Received: by 10.42.161.70 with SMTP id s6mr36730566icx.40.1321493989851; Wed, 16 Nov 2011 17:39:49 -0800 (PST) Original-Received: by 10.42.179.199 with HTTP; Wed, 16 Nov 2011 17:39:49 -0800 (PST) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=209.85.210.169; country=US; region=CA; city=Mountain View; postalcode=94043; latitude=37.4192; longitude=-122.0574; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4192,-122.0574&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0eFW1DPV3 - 82a8a6785c23 - 20111117 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 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:72496 Archived-At: Dear all I appear to have run up against a bug discussed last March. I'm newly running: mtx-context | main context file: /Users/jjc/context11-11/tex/texmf-context/tex/context/base/context.mkiv mtx-context | current version: 2011.11.14 16:17 with a short test file I run: context --environment=arabtestI.tex --result=tmp arab-testII.xml and the log concludes thus: mtx-context | main context file: /Users/jjc/context11-11/tex/texmf-context/tex/context/base/context.mkiv mtx-context | current version: 2011.11.14 16:17 but when I try to do the same thing on my full marked up text: context --environment=svo-tei.tex --result=tmp svoboda_diary.xml the log concludes like this: mtx-context | fatal error: return code: 1 I didn't notice this until I tried to use the --result flag because, in spite of the 'fatal error', a new pdf (that actually reflected changes I had made in the environment file) was in fact created using the name of the xml input: svoboda_diary.pdf. But when I used --result, a new pdf was created for the short file but not for the long one. Wondering why, I inspected the log and only then noticed: "mtx-context | fatal error: return code: 1" In the error case the lua stats in the log shows: mkiv lua stats > result saved in file - tmp.pdf but no tmp.pdf file is produced. Instead, svoboda_diary.pdf is updated; weird huh? In the discussion on the list Steffan said "Taco found the bug (thanks!): There is a fix luatex rev. 4093." So am I seeing a regression error here or, as is perfectly possible since I'm out there beyond the limits of my understanding, am I just doing something wrong or using the wrong tool? baffled as usual, Jon ___________________________________________________________________________________ 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 ___________________________________________________________________________________