[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ctrace ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 25 May 2019 08:01:21 -0300
> Does the ctrace tool still work? When I did make, I got:
I've just tested it and ctrace for Lua 5.2 works on Lua 5.1 just fine
For Lua 5.3, you need to add these lines in ctrace.lua:
["lua_KContext"]="%p",
["lua_KFunction"]="%p",
> /usr/bin/lua ctrace.lua < /usr/include/lua.h
> /usr/bin/lua: ctrace.lua:86: attempt to index local 'o' (a nil value)
Which version of Lua and ctrace are you using?