|
|
||
|
On 4-Jun-05, at 1:55 PM, Andreas Falkenhahn wrote:
Hi,
I noticed that the line that actually causes the crash is
luaC_checkgc()
which is a macro that calls luaC_collectgarbage() from time to time. If I comment that line out, it does not crash any more. But that does not really help me.
If it's not allowed to call lua_pushstring or lua_newtable etc. during the parser is active, is there any other way to store data in the registry during script parsing?
As I understand it, the Lua 5.1 parser is gc-safe, if that's any help.
Rici