[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LPeg 0.8
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 7 Mar 2008 14:10:02 -0300
> > 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