lua-users home
lua-l archive

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


On 9/26/12 11:31 AM, Булычев Михаил wrote:
> lua_close(L) throw exception when LUA is in C-function.
> and it seems to me that it leads to stack curruption.
>
I see...I figured that you were initializing the state in a thread,
evaluating something, and closing the state.  Would you mind giving us a
higher-level view of your application and what you're trying to do?

Thanks,
Rob