Re: [ 5.4 ] Bug - L->nCcalls unsigned short overflow
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ 5.4 ] Bug - L->nCcalls unsigned short overflow
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2018年6月29日 10:42:20 -0300
> This problem occurs only in our corporate application at my work. I'm sorry
> I couldn't reproduce it in a simple application.
>
> But with the help of conditional breakpoints I think I managed to find the
> cause of L->nCcalls being less then L->nci, which led to it becoming
> negative number (>65500).
>
> The reason is the original L->nCcalls was always overwritten with a new
> value in lua_resume. [...]
Many thanks again. We will have a look there.
-- Roberto