[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.4.0 (rc3) now available: compilation tests with gcc / TinyCC
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 14 May 2020 18:31:45 -0300
> It means the test suite. However, the OP seems to ignore this point in
> the suite documentation:
>
> [...]
This was actually our fault. We provided a link to the test suite
without going through the documentation in https://www.lua.org/tests/
So, repeating: the crash in the stack test was a problem in the stack
test, not a problem with Lua. Despite the value of LUAI_MAXCCALLS,
the test set the stack limit to 600 for a particular test. So,
machines where LUAI_MAXCCALLS should be less than 600 would always
crash in that test.
-- Roberto
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org