[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: string format help
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 17 Jun 2015 18:17:03 -0300
> I am using c99, but now I'm trying to upgrade to 5.3.1 and am getting:
>
> $(@D)/src/lua: db.lua:385: assertion failed!
> stack traceback:
> [C]: in function 'assert'
> db.lua:385: in hook '?'
> db.lua:377: in local 'foo'
> db.lua:392: in main chunk
> (...tail calls...)
> all.lua:154: in main chunk
> [C]: in ?
> >>> closing state <<<
Are you using the correct version of tests? (Tests for 5.3.1 are
different from those for 5.3.0, in particular around this assertion.)
-- Roberto