[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Stack overflow in luaO_pushvfstring
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 6 Jul 2020 16:23:43 -0300
> >. I suggested
> > debug.setcstacklimit as a quick fix without the need to recompile Lua.
>
> Could you give some more detailed instruction about it? I couldn’t find
> how to do it in the readme in the official website of lua.
I think the manual has enough information for this function:
https://www.lua.org/manual/5.4/manual.html#pdf-debug.setcstacklimit
Have you read it?
-- Roberto