lua-users home
lua-l archive

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


> > lua5.1.dll built with assertions enabled:
> > ------------------------------------------
> >
> > Assertion failed:
> > L->top < L->ci->top, file lua-5.1.3\src/lapi.c, line 507
> 
> But this is still strange...

This is a (real) bug: case Cruntime in 'pushcapture' pushes several
captures without checking the stack. Thanks for the feedback.

-- Roberto