[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.4 tests?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 30 May 2019 15:39:25 -0300
> With the new tests from GitHub, I run with
>
> lua54 -E -e"_U=true" all.lua
> (is this still the correct way to run the tests?)
>
> and get up to this point when it crashes (Win7):
>
> time: 0.931 (+0.01)
>
> ***** FILE 'cstack.lua'*****
> testing C-stack overflow detection
Can you change the value of LUAI_MAXCSTACK (defined in luaconf.h,
but you can also define it externally) to a smaller value that
doen't chrash? (And tell us the maximum value that still passes
all tests?)
Many thanks,
-- Roberto