context team mailing list archive
-
context team
-
Mailing list archive
-
Message #00324
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
-
Re: minimals for cygwin
From: Peter Münster, 2010-07-28
-
Re: minimals for cygwin
From: Taco Hoekwater, 2010-07-28
-
Re: minimals for cygwin
From: Taco Hoekwater, 2010-07-30
-
building mpost on cygwin (was: Re: minimals for cygwin)
From: Peter Münster, 2010-07-30
-
Re: building mpost on cygwin
From: Taco Hoekwater, 2010-07-30
-
Re: building mpost on cygwin
From: Peter Münster, 2010-07-30
-
Re: building mpost on cygwin
From: Taco Hoekwater, 2010-07-30
-
luatex stack-dump (was: Re: building mpost on cygwin)
From: Peter Münster, 2010-07-30
-
Re: luatex stack-dump
From: Taco Hoekwater, 2010-07-30
-
Re: luatex stack-dump
From: Peter Münster, 2010-08-24