lua-users home
lua-l archive

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


> Occassionally calls to lua_call(L,1,0) never return [...]
> Can anyone give me any insight into what else might be causing this?

An infinite loop in your Lua code?

-- Roberto