Sainan added the bug label to Issue #8126.
Sainan opened issue #8126:
I've just installed wasmtime via the MSI available on releases.
C:\Users\Sainan\Desktop>set RUST_BACKTRACE=full C:\Users\Sainan\Desktop>wasmtime settings thread 'main' panicked at crates\cranelift\src\builder.rs:94:18: set_tunables not called stack backtrace: 0: 0x7ff621862933 - <unknown> 1: 0x7ff621883b9d - <unknown> 2: 0x7ff62185da81 - <unknown> 3: 0x7ff62186273a - <unknown> 4: 0x7ff621864829 - <unknown> 5: 0x7ff6218644eb - <unknown> 6: 0x7ff621864d14 - <unknown> 7: 0x7ff621864be5 - <unknown> 8: 0x7ff621862fc9 - <unknown> 9: 0x7ff6218648f4 - <unknown> 10: 0x7ff621a77597 - _jit_debug_register_code 11: 0x7ff621a77552 - _jit_debug_register_code 12: 0x7ff6211da9e1 - <unknown> 13: 0x7ff6209903ac - <unknown> 14: 0x7ff62096535f - <unknown> 15: 0x7ff620963268 - <unknown> 16: 0x7ff620967b66 - <unknown> 17: 0x7ff6209686cd - <unknown> 18: 0x7ff621856a38 - <unknown> 19: 0x7ff6209686b8 - <unknown> 20: 0x7ff6219fcbe0 - _jit_debug_register_code 21: 0x7ffc2baa7344 - BaseThreadInitThunk 22: 0x7ffc2cb226b1 - RtlUserThreadStart
Sainan edited issue #8126:
I've just installed wasmtime v18.0.3 via the MSI available on releases.
C:\Users\Sainan\Desktop>set RUST_BACKTRACE=full C:\Users\Sainan\Desktop>wasmtime settings thread 'main' panicked at crates\cranelift\src\builder.rs:94:18: set_tunables not called stack backtrace: 0: 0x7ff621862933 - <unknown> 1: 0x7ff621883b9d - <unknown> 2: 0x7ff62185da81 - <unknown> 3: 0x7ff62186273a - <unknown> 4: 0x7ff621864829 - <unknown> 5: 0x7ff6218644eb - <unknown> 6: 0x7ff621864d14 - <unknown> 7: 0x7ff621864be5 - <unknown> 8: 0x7ff621862fc9 - <unknown> 9: 0x7ff6218648f4 - <unknown> 10: 0x7ff621a77597 - _jit_debug_register_code 11: 0x7ff621a77552 - _jit_debug_register_code 12: 0x7ff6211da9e1 - <unknown> 13: 0x7ff6209903ac - <unknown> 14: 0x7ff62096535f - <unknown> 15: 0x7ff620963268 - <unknown> 16: 0x7ff620967b66 - <unknown> 17: 0x7ff6209686cd - <unknown> 18: 0x7ff621856a38 - <unknown> 19: 0x7ff6209686b8 - <unknown> 20: 0x7ff6219fcbe0 - _jit_debug_register_code 21: 0x7ffc2baa7344 - BaseThreadInitThunk 22: 0x7ffc2cb226b1 - RtlUserThreadStart
alexcrichton commented on issue #8126:
Thanks for the report! This is fixed in https://github.com/bytecodealliance/wasmtime/pull/8060 and will get released with the 19.0.0 release.
alexcrichton closed issue #8126:
I've just installed wasmtime v18.0.3 via the MSI available on releases.
C:\Users\Sainan\Desktop>set RUST_BACKTRACE=full C:\Users\Sainan\Desktop>wasmtime settings thread 'main' panicked at crates\cranelift\src\builder.rs:94:18: set_tunables not called stack backtrace: 0: 0x7ff621862933 - <unknown> 1: 0x7ff621883b9d - <unknown> 2: 0x7ff62185da81 - <unknown> 3: 0x7ff62186273a - <unknown> 4: 0x7ff621864829 - <unknown> 5: 0x7ff6218644eb - <unknown> 6: 0x7ff621864d14 - <unknown> 7: 0x7ff621864be5 - <unknown> 8: 0x7ff621862fc9 - <unknown> 9: 0x7ff6218648f4 - <unknown> 10: 0x7ff621a77597 - _jit_debug_register_code 11: 0x7ff621a77552 - _jit_debug_register_code 12: 0x7ff6211da9e1 - <unknown> 13: 0x7ff6209903ac - <unknown> 14: 0x7ff62096535f - <unknown> 15: 0x7ff620963268 - <unknown> 16: 0x7ff620967b66 - <unknown> 17: 0x7ff6209686cd - <unknown> 18: 0x7ff621856a38 - <unknown> 19: 0x7ff6209686b8 - <unknown> 20: 0x7ff6219fcbe0 - _jit_debug_register_code 21: 0x7ffc2baa7344 - BaseThreadInitThunk 22: 0x7ffc2cb226b1 - RtlUserThreadStart
Last updated: Nov 22 2024 at 17:03 UTC