github-actions[bot] commented on issue #6262:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:c-api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:c-api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
fitzgen commented on issue #6262:
Run cargo vet --locked Vetting Failed! 1 unvetted dependencies: bumpalo:3.12.0 missing ["safe-to-deploy"]
Unclear why this is failing, since I have a wildcard audit for
bumpalo
.
fitzgen commented on issue #6262:
I guess I needed to run
cargo vet
without--locked
locally and commit the changes.
fitzgen commented on issue #6262:
Everything is passing except s390x -- I wonder if some little endian assumptions snuck in somewhere.
kpreisser commented on issue #6262:
Hi! It seems this change has introduced a regression in the Wasmtime C API, which causes a panic similar to the following to occur e.g. in the
wasmtime-dotnet
unit tests:thread '<unnamed>' panicked at '0x0 > 0xdeb7f7d2f0', crates\runtime\src\traphandlers\backtrace.rs:301:13
Please see https://github.com/bytecodealliance/wasmtime-dotnet/pull/245#issuecomment-1527820325 for more details and for a reproduction case using
wasmtime-dotnet
(C#, .NET 7.0).
Thanks!
kpreisser edited a comment on issue #6262:
Hi! It seems this change has introduced a regression in the Wasmtime C API, which causes a panic similar to the followings to occur e.g. in the
wasmtime-dotnet
unit tests:thread '<unnamed>' panicked at '0x0 > 0xdeb7f7d2f0', crates\runtime\src\traphandlers\backtrace.rs:301:13
thread '<unnamed>' panicked at '0x2 > 0x7f0c413be330', crates/runtime/src/traphandlers/backtrace.rs:301:13
Please see https://github.com/bytecodealliance/wasmtime-dotnet/pull/245#issuecomment-1527820325 for more details and for a reproduction case using
wasmtime-dotnet
(C#, .NET 7.0).
Thanks!
kpreisser edited a comment on issue #6262:
Hi! It seems this change has introduced a regression in the Wasmtime C API, which causes a panic similar to the following ones to occur e.g. in the
wasmtime-dotnet
unit tests:thread '<unnamed>' panicked at '0x0 > 0xdeb7f7d2f0', crates\runtime\src\traphandlers\backtrace.rs:301:13
thread '<unnamed>' panicked at '0x2 > 0x7f0c413be330', crates/runtime/src/traphandlers/backtrace.rs:301:13
Please see https://github.com/bytecodealliance/wasmtime-dotnet/pull/245#issuecomment-1527820325 for more details and for a reproduction case using
wasmtime-dotnet
(C#, .NET 7.0).
Thanks!
Last updated: Nov 22 2024 at 16:03 UTC