alexcrichton opened issue #13365:
This input, fuzz generated, fails with:
$ cargo run test ../out.clif Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s Running `/home/alex/code/wasmtime/target/debug/clif-util test ../out.clif` [2026-05-14T13:31:21Z ERROR cranelift_filetests::concurrent] FAIL: Compilation error: Verifier errors FAIL ../out.clif: Compilation error: Verifier errors Caused by: 0: Verifier errors 1: - inst334: invalid block reference block12 1 tests Error: 1 failureBisection shows #13267 as the culprit (cc @fitzgen)
alexcrichton added the fuzz-bug label to Issue #13365.
alexcrichton added the cranelift label to Issue #13365.
fitzgen assigned fitzgen to issue #13365.
cfallin closed issue #13365:
This input, fuzz generated, fails with:
$ cargo run test ../out.clif Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s Running `/home/alex/code/wasmtime/target/debug/clif-util test ../out.clif` [2026-05-14T13:31:21Z ERROR cranelift_filetests::concurrent] FAIL: Compilation error: Verifier errors FAIL ../out.clif: Compilation error: Verifier errors Caused by: 0: Verifier errors 1: - inst334: invalid block reference block12 1 tests Error: 1 failureBisection shows #13267 as the culprit (cc @fitzgen)
alexcrichton reopened issue #13365:
This input, fuzz generated, fails with:
$ cargo run test ../out.clif Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s Running `/home/alex/code/wasmtime/target/debug/clif-util test ../out.clif` [2026-05-14T13:31:21Z ERROR cranelift_filetests::concurrent] FAIL: Compilation error: Verifier errors FAIL ../out.clif: Compilation error: Verifier errors Caused by: 0: Verifier errors 1: - inst334: invalid block reference block12 1 tests Error: 1 failureBisection shows #13267 as the culprit (cc @fitzgen)
alexcrichton commented on issue #13365:
The oss-fuzz origin bug didn't get closed out, perhaps because there's a different test case? The currently failing reproduction is: input.txt
cc @fitzgen
cfallin closed issue #13365:
This input, fuzz generated, fails with:
$ cargo run test ../out.clif Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s Running `/home/alex/code/wasmtime/target/debug/clif-util test ../out.clif` [2026-05-14T13:31:21Z ERROR cranelift_filetests::concurrent] FAIL: Compilation error: Verifier errors FAIL ../out.clif: Compilation error: Verifier errors Caused by: 0: Verifier errors 1: - inst334: invalid block reference block12 1 tests Error: 1 failureBisection shows #13267 as the culprit (cc @fitzgen)
Last updated: Jun 01 2026 at 09:49 UTC