Rust's stack overflow handler installs a sigaltstack stack with size
SIGSTKSZ, which is too small for some of the things we do in signal
handlers, and as of this writing lacks a guard page. Ins...
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 rust-lang/rust#70362, but don't know ...
Rust's stack overflow handler installs a sigaltstack stack with size
SIGSTKSZ, which is too small for some of the things we do in signal
handlers, and as of this writing lacks a guard page. Ins...