← Back to team overview

context team mailing list archive

Re: luatex stack-dump

 


Peter Münster wrote:
> On Fri, Jul 30 2010, Taco Hoekwater wrote:
> 
>> Can you please do a luatex build like this
>>
>>   $ export CFLAGS='-g -O0'
>>   $ ./build.sh --nostrip
>>
>> and send me the stack dump from that? (or better yet, a gdb
>> backtrace?).

Weird indeed. Can you try a build with this patch?

Index: source/texk/web2c/luatexdir/tex/errors.w
===================================================================
--- source/texk/web2c/luatexdir/tex/errors.w    (revision 3829)
+++ source/texk/web2c/luatexdir/tex/errors.w    (working copy)
@@ -156,7 +156,7 @@
 __attribute__ ((noreturn))
 void do_final_end(void)
 {
-    update_terminal();
+    /* |update_terminal();| */
     ready_already = 0;
     if ((history != spotless) && (history != warning_issued))
         uexit(1);






Follow ups

References