Skip to content
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

bump wasmedge-sdk from 0.13.2 to 0.14.0 #777

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CaptainVincent
Copy link
Contributor

The corresponding WasmEdge lib release is 0.14.1.

The corresponding WasmEdge lib release is 0.14.1

Signed-off-by: vincent <[email protected]>
Signed-off-by: vincent <[email protected]>
@jprendes
Copy link
Collaborator

@CaptainVincent , do you know why the returned exit_code is different from the expected value?

@CaptainVincent
Copy link
Contributor Author

Not sure yet, I'm still looking into this part.

@jprendes
Copy link
Collaborator

jprendes commented Jan 3, 2025

I've been looking into this.
Exit code 11 is usually related to a segmentation fault.

The code reaches the vm.run_func call, and aborts inside that function.
Furthermore, inside of run_func, the code reaches the executor.call_func call, and aborts inside that function.
Furthermore, inside of call_func, the code reaches the ffi::WasmEdge_ExecutorInvoke call, and aborts inside that function.

I'm not sure what could be leading to a segmentation fault inside the C++ codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants