[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc7) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 8 Dec 2011 17:44:20 -0200
> tests all ok but one: under 4.5.1 x64 failes with
>
> ***** FILE 'coroutine.lua'*****
> testing coroutines
> ..\lua-5.2.0\src\lua: coroutine.lua:189: assertion failed!
> stack traceback:
> [C]: in function 'assert'
> coroutine.lua:189: in main chunk
> (...tail calls...)
> all.lua:189: in main chunk
> [C]: in ?
> ..>>> closing state <<<
Can you print the value of 'a' just before that assert?
Many thanks,
-- Roberto