lua-users home
lua-l archive

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


> 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