lua-users home
lua-l archive

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


> 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.