lua-users home
lua-l archive

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


>   I have a project that has code multiple shared libraries, two of
> which are linking to lua statically.

This is asking for trouble.

> This makes me think that there is some static data in Lua that is not
> contained in lua_State and that is causing this problem.

Exactly. It's the dummynode problem.