[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to terminate lua script correctly?
- From: Rob Hoelz <rob@...>
- Date: Wed, 26 Sep 2012 11:35:22 +0200
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