alexcrichton opened issue #5455:
This module:
(module (func i32.const 0 v128.load32_splat drop ) (memory 0 0) )
currently panics on main with:
$ cargo run compile testcase0.shrunken.wat --static-memory-maximum-size 0 Finished dev [unoptimized + debuginfo] target(s) in 0.12s Running `target/debug/wasmtime compile testcase0.shrunken.wat --static-memory-maximum-size 0` thread '<unnamed>' panicked at 'attempted to pop a value from an empty stack', cranelift/wasm/src/state.rs:309:14 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Bisection points to https://github.com/bytecodealliance/wasmtime/pull/5386, so cc @fitzgen
alexcrichton labeled issue #5455:
This module:
(module (func i32.const 0 v128.load32_splat drop ) (memory 0 0) )
currently panics on main with:
$ cargo run compile testcase0.shrunken.wat --static-memory-maximum-size 0 Finished dev [unoptimized + debuginfo] target(s) in 0.12s Running `target/debug/wasmtime compile testcase0.shrunken.wat --static-memory-maximum-size 0` thread '<unnamed>' panicked at 'attempted to pop a value from an empty stack', cranelift/wasm/src/state.rs:309:14 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Bisection points to https://github.com/bytecodealliance/wasmtime/pull/5386, so cc @fitzgen
fitzgen commented on issue #5455:
Looking into this.
fitzgen closed issue #5455:
This module:
(module (func i32.const 0 v128.load32_splat drop ) (memory 0 0) )
currently panics on main with:
$ cargo run compile testcase0.shrunken.wat --static-memory-maximum-size 0 Finished dev [unoptimized + debuginfo] target(s) in 0.12s Running `target/debug/wasmtime compile testcase0.shrunken.wat --static-memory-maximum-size 0` thread '<unnamed>' panicked at 'attempted to pop a value from an empty stack', cranelift/wasm/src/state.rs:309:14 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Bisection points to https://github.com/bytecodealliance/wasmtime/pull/5386, so cc @fitzgen
Last updated: Nov 22 2024 at 16:03 UTC