Replies: 2 comments 1 reply
-
The above does NOT work with golang 1.21 |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is possible to use
It is also possible to build a binary from the vm tests, with:
And then run it Or use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is for the record of how to get stack trace of LuaJIT inside of Aergo
This is the changes I am using for the
lua_gasuse
function:Then compile aergo:
It may be interesting to remove the
static
keyword from some functionsAlso make sure that the symbols are not being "stripped" from the binary (the build should not run the
strip
tool)Beta Was this translation helpful? Give feedback.
All reactions