lua-users home
lua-l archive

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


On Thursday, March 22, 2007 12:41 PM, Wesley Smith wrote:

> Sorry for all the emails.  I think this might be the problem though.
> Here's what my call stack looks like:
> [ ... ]
> 
> I have 2 entry points into the lua_State.  Is this  problem?  It seems that
> some calls get hosed in this siutation. 
> 

Could you explain what you mean by having '2 entry points into the lua_State'?
And a follow-up 'dumb' question: you don't have multiple threads [OS] getting
into these 2 entry points, do you?

-- Vijay