Re: ocassionally calls to lua_call freeze my application
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: ocassionally calls to lua_call freeze my application
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2002年3月20日 09:01:58 -0300
> 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