[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.1 now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 12 Oct 2020 10:15:14 -0300
> 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