lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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