afonso360 opened issue #6582:
:wave: Hey,
This is one of the issues revealed by fuzzgen with https://github.com/bytecodealliance/wasmtime/pull/6579 and tail calls enabled
.clif
Test Casetest interpret test run target x86_64 function %a(i8, i8, i8, i8, i8, i8, i8, i8) -> i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8 tail { block0(v0: i8, v1: i8, v2: i8, v3: i8, v4: i8, v5: i8, v6: i8, v7: i8): return v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0 } ; run: %a(0, 0, 0, 0, 0, 0, 0, 0) == [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` Segmentation fault
Versions and Environment
Cranelift version or commit: main
Operating system: Linux
Architecture: x86_64
afonso360 labeled issue #6582:
:wave: Hey,
This is one of the issues revealed by fuzzgen with https://github.com/bytecodealliance/wasmtime/pull/6579 and tail calls enabled
.clif
Test Casetest interpret test run target x86_64 function %a(i8, i8, i8, i8, i8, i8, i8, i8) -> i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8 tail { block0(v0: i8, v1: i8, v2: i8, v3: i8, v4: i8, v5: i8, v6: i8, v7: i8): return v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0 } ; run: %a(0, 0, 0, 0, 0, 0, 0, 0) == [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` Segmentation fault
Versions and Environment
Cranelift version or commit: main
Operating system: Linux
Architecture: x86_64
afonso360 labeled issue #6582:
:wave: Hey,
This is one of the issues revealed by fuzzgen with https://github.com/bytecodealliance/wasmtime/pull/6579 and tail calls enabled
.clif
Test Casetest interpret test run target x86_64 function %a(i8, i8, i8, i8, i8, i8, i8, i8) -> i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8 tail { block0(v0: i8, v1: i8, v2: i8, v3: i8, v4: i8, v5: i8, v6: i8, v7: i8): return v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0 } ; run: %a(0, 0, 0, 0, 0, 0, 0, 0) == [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` Segmentation fault
Versions and Environment
Cranelift version or commit: main
Operating system: Linux
Architecture: x86_64
afonso360 labeled issue #6582:
:wave: Hey,
This is one of the issues revealed by fuzzgen with https://github.com/bytecodealliance/wasmtime/pull/6579 and tail calls enabled
.clif
Test Casetest interpret test run target x86_64 function %a(i8, i8, i8, i8, i8, i8, i8, i8) -> i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8 tail { block0(v0: i8, v1: i8, v2: i8, v3: i8, v4: i8, v5: i8, v6: i8, v7: i8): return v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0 } ; run: %a(0, 0, 0, 0, 0, 0, 0, 0) == [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` Segmentation fault
Versions and Environment
Cranelift version or commit: main
Operating system: Linux
Architecture: x86_64
afonso360 assigned issue #6582 to fitzgen.
fitzgen closed issue #6582:
:wave: Hey,
This is one of the issues revealed by fuzzgen with https://github.com/bytecodealliance/wasmtime/pull/6579 and tail calls enabled
.clif
Test Casetest interpret test run target x86_64 function %a(i8, i8, i8, i8, i8, i8, i8, i8) -> i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8 tail { block0(v0: i8, v1: i8, v2: i8, v3: i8, v4: i8, v5: i8, v6: i8, v7: i8): return v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0 } ; run: %a(0, 0, 0, 0, 0, 0, 0, 0) == [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` Segmentation fault
Versions and Environment
Cranelift version or commit: main
Operating system: Linux
Architecture: x86_64
fitzgen closed issue #6582:
:wave: Hey,
This is one of the issues revealed by fuzzgen with https://github.com/bytecodealliance/wasmtime/pull/6579 and tail calls enabled
.clif
Test Casetest interpret test run target x86_64 function %a(i8, i8, i8, i8, i8, i8, i8, i8) -> i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8 tail { block0(v0: i8, v1: i8, v2: i8, v3: i8, v4: i8, v5: i8, v6: i8, v7: i8): return v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0, v0 } ; run: %a(0, 0, 0, 0, 0, 0, 0, 0) == [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` Segmentation fault
Versions and Environment
Cranelift version or commit: main
Operating system: Linux
Architecture: x86_64
Last updated: Nov 22 2024 at 17:03 UTC