Stream: git-wasmtime

Topic: wasmtime / Issue #1465 Wasmtime trap tests failing on mos...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2020 at 18:23):

alexcrichton opened Issue #1465:

The currenty nightly fails to run tests on Linux with this command:

$ cargo +nightly test -p wasmtime --test traps stack_overflow

I'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!

view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2020 at 18:27):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2020 at 21:36):

alexcrichton commented on Issue #1465:

Fixed in https://github.com/bytecodealliance/wasmtime/pull/1315

view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2020 at 21:36):

alexcrichton closed Issue #1465:

The currenty nightly fails to run tests on Linux with this command:

$ cargo +nightly test -p wasmtime --test traps stack_overflow

I'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