[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Random crashed with threaded application
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 20 Jun 2013 17:06:40 -0300
> I have a threaded application that randomly segfault at lua_pcall.
Are you accessing the same Lua state in different threads?
If so, this is not supported unless you rebuild Lua using global locks.