Re: Random crashed with threaded application
[
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: 2013年6月20日 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.