lua-users home
lua-l archive

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


On Sun, 25 Nov 2001, Edgar Toernig wrote:

> afaics (not actually tested!), open closures may contain references
> to stacks of multiple Lua states and the routines in lfunc.c doesn't
> seem to handle that.  The stack compares will not work when 'level'
> refers to a completely different stack and closures linked in other
> states will not be closed.

Yes, this is a bug. I thought nobody would notice it (but I forgot
about you ;-) Any sugestions how to correct that?

-- Roberto