alexcrichton opened Issue #1465:
The currenty nightly fails to run tests on Linux with this command:
$ cargo +nightly test -p wasmtime --test traps stack_overflowI've bisected this to https://github.com/rust-lang/rust/pull/70362, but don't know why that's the cause yet. Wanted to open an issue in case anyone else runs into this!
alexcrichton commented on Issue #1465:
Ok I think this is just bland stack overflow. That PR is "at fault" because it shifts things around in terms of the implementation, so the debug mode stack required is probably larger. I think https://github.com/bytecodealliance/wasmtime/pull/1315 will be needed to fix this.
alexcrichton commented on Issue #1465:
Fixed in https://github.com/bytecodealliance/wasmtime/pull/1315
alexcrichton closed Issue #1465:
The currenty nightly fails to run tests on Linux with this command:
$ cargo +nightly test -p wasmtime --test traps stack_overflowI've bisected this to https://github.com/rust-lang/rust/pull/70362, but don't know why that's the cause yet. Wanted to open an issue in case anyone else runs into this!
Last updated: Nov 22 2024 at 16:03 UTC