[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Heap overflow in luaH_get
- From: Dibyendu Majumdar <mobile@...>
- Date: Fri, 10 Jul 2020 10:28:53 +0100
On Fri, 10 Jul 2020 at 09:18, Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
>
> >>>>> "Dibyendu" == Dibyendu Majumdar <mobile@majumdar.org.uk> writes:
>
> Dibyendu> In Ravi, when I run this - I see GC being invoked recursively
> Dibyendu> ... should that happen?
>
> The Lua GC disables itself when running finalizers, so it shouldn't
> recurse normally, but an explicit call to collectgarbage() overrides
> that.
>
Okay thanks.