Re: [NTG-context] obscure luatex error (fixed!)

2009-10-17 Thread Alan BRASLAU
On Friday 16 October 2009 14:16:17 Taco Hoekwater wrote: Ok, I now have committed an official fix. The problem was that when converting lua strings to token lists, utf-8 characters were converted incorrectly. This bug affected *all* luastring-tokenlist conversion, so I am quite surprised it

Re: [NTG-context] obscure luatex error (fixed!)

2009-10-17 Thread Mojca Miklavec
On Sat, Oct 17, 2009 at 13:50, Alan BRASLAU wrote: Taco was able to find the bug in luatex. It is fixed now in the cvs trunk and will hopefully make it soon to the minimals binary distribution. I cannot promise when I will be able to commit linux (debian etch) and mac binaries (if we need to

[NTG-context] obscure luatex error

2009-10-15 Thread Alan BRASLAU
In trying to compile a LARGE project (585 pages, 260 figures, 27 tables, indexing, bibliography, ...), I produce an obscure luatex error: luatex: ../../../source/texk/web2c/luatexdir/tex/printing.c:266: print: Assertion `c 256' failed. [329.327MTXrun | fatal error, no return code, message:

Re: [NTG-context] obscure luatex error

2009-10-15 Thread Matthijs Kooijman
Hi, luatex: ../../../source/texk/web2c/luatexdir/tex/printing.c:266: print: Assertion `c 256' failed. [329.327MTXrun | fatal error, no return code, message: luatex: execution interrupted A quick glance at the code, shows it's in the following part: /* An entire string is output by

Re: [NTG-context] obscure luatex error

2009-10-15 Thread Taco Hoekwater
Matthijs Kooijman wrote: It seems the second comment block talks about the code in which the error occurs. It also seems that this is either caused by some very high unicode character that's printed, or some invalid (uninitialized?) value is passed to print(). Do you think you could

Re: [NTG-context] obscure luatex error

2009-10-15 Thread luigi scarso
On Thu, Oct 15, 2009 at 4:09 PM, Matthijs Kooijman matth...@stdin.nl wrote: Hi, luatex: ../../../source/texk/web2c/luatexdir/tex/printing.c:266: print: Assertion `c 256' failed. [329.327MTXrun | fatal error, no return code, message: luatex: execution interrupted A quick glance at the

Re: [NTG-context] obscure luatex error

2009-10-15 Thread Alan BRASLAU
On Thursday 15 October 2009 16:36:01 luigi scarso wrote: On Thu, Oct 15, 2009 at 4:32 PM, Matthijs Kooijman matth...@stdin.nl wrote: Hi luigi, Do you think you could compile luatex with CFLAGS=-g, and run it in gdb to get a backtrace? That might help to see where this comes from...

Re: [NTG-context] obscure luatex error

2009-10-15 Thread luigi scarso
On Thu, Oct 15, 2009 at 5:08 PM, Alan BRASLAU alan.bras...@cea.fr wrote: On Thursday 15 October 2009 16:36:01 luigi scarso wrote: On Thu, Oct 15, 2009 at 4:32 PM, Matthijs Kooijman matth...@stdin.nl wrote: Hi luigi, Do you think you could compile luatex with CFLAGS=-g, and run it in