[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Silent lpeg test terminate
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 4 Apr 2010 18:55:39 -0300
> No errors, warnings, is just close to ansi c source plus some scripts.
> Lua in general has been totally stable, only problems are lfs which
> fails one test for unknown reason but is irrelevant for what I am doing
> and lpeg which has never worked. Noticed v0.9 now exists so I am having
> another go.
>
> Whatever is going on is some definite normal exit from Lua. Turning on
> debug in lpeg match() is no help in this instance. After 16G of output I
> gave up.
> There again maybe it should have terminated and that is the problem.
Have you turned on assertions?
-- Roberto