-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_estdlib.avm
segfault
#1533
Comments
I can't find too much to go in here, a debug build with symbols included would probably have a lot more useful information.
I also get some warnings about mismatched library versions, a statically linked version of AtomVM would be much better for debugging on a different machine.
|
I am using gdb on Ubuntu 24.04, but making sure the installed library version matches the version used during the workflow run is very difficult. |
I'm pretty sure I know where this happen, as the same crash happened on ubuntu 24.04 where the stacktrace appears in CI logs. It's a problem in the ref count of resources. I did fix something in #1498 but crashes still occurred. I have yet to fix the tests with emscripten. |
I just realized that workflow was run on 20.04, that explains the version errors, but regardless if these were statically linked, debug builds we would have a lot more information to work with. |
See also: https://github.com/atomvm/AtomVM/actions/runs/13269224177/job/37044417655
Core dump
The text was updated successfully, but these errors were encountered: