[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Thread in library which call Lua function
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 15 Apr 2011 15:51:42 -0300
> I think i have a serious problem here, and i'm not waiting for you
> for debugging my experiments. Which annoys me is that i was trying
> to write a short program for isolating another problem i encounter
> with re-entrance in Lua :(
> So, i'm opened to all suggestions for solving the drifting problem.
Did you try compiling Lua with LUA_USE_APICHECK defined?
-- Roberto