[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:00:38 -0300
> Maybe I'm doing something wrong but the tests fail on my system
> (Windows XP, GCC).
I don't think you are doing something wrong. This seems to be related
to the change in C stack size for Lua 5.1.3. (I am still using 5.1.2 ;)
Try changing the 10000 in line 264 to a larger number.
> 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...
-- Roberto