[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: Wed, 20 Mar 2002 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