[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: current status about last bugs
- From: Dibyendu Majumdar <mobile@...>
- Date: Wed, 8 Jul 2020 19:46:10 +0100
On Wed, 8 Jul 2020 at 18:20, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>
> > - Heap overflow in luaH_get
> >
> > Until now, I have no clues about this one. It seems to be a real problem
> > in the GC, but it is hard to reproduce. Applying the previous fixes
> > makes it desapear, but I cannot see how they could solve the bug.
>
> Indeed, the other changes only disguise the bug. It still happens
> changing some GC parameters. (This one definitively looks like
> a GC bug.)
>
Does this bug only appear in generational GC?
Regards