lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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