lua-users home
lua-l archive

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


Greetings Andrew,

Have you tried enabling lua_assert? It should tell you where and when the lua
state becomes corrupted, rather then when the corruption causes problems.

Just #define lua_assert to any assert function of your choice.

Hope that helps,

- Alex