lua-users home
lua-l archive

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


> I've noticed the new version is still crashing with a C stack overflow on
> sieve.lua program.
> I've sent a report 2 months ago
> http://lua.2524044.n2.nabble.com/Lua-5-4-0-patch-2-causes-C-stackoverflow-td7691107.html
> 
> This was working fine on Lua 5.4.0

What is your system? Did you try changing the C stack limit?

Try to run [1] and also read its comments starting on Line 9.

[1] https://github.com/lua/lua/blob/master/testes/cstack.lua

-- Roberto