Stream: git-wasmtime

Topic: wasmtime / issue #8734 Cranelift: failing assert during D...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2024 at 13:55):

tschneidereit added the cranelift label to Issue #8734.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2024 at 13:55):

tschneidereit added the bug label to Issue #8734.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2024 at 13:55):

tschneidereit opened issue #8734:

Steps to Reproduce

  1. Download and unzip this file.
  2. With #8693 applied to current main, run the following:
wasmtime serve -S common -D debug-info runtime-eval.wasm

Expected Results

Wasmtime serving the runtime-eval.wasm component as a wasi:http/proxy handler.

Actual Results

A panic with the following output:

thread 'main' panicked at crates/cranelift/src/debug/transform/unit.rs:401:17:
assertion `left == right` failed
  left: StaticModuleIndex(1)
 right: StaticModuleIndex(0)

Versions and Environment

Cranelift version or commit: See STR

Operating system: MacOS Version 14.5 (23F79)

Architecture: Aarch64

@alexcrichton this is the bug I mentioned that I encountered when trying #8693.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2024 at 16:10):

alexcrichton closed issue #8734:

Steps to Reproduce

  1. Download and unzip this file.
  2. With #8693 applied to current main, run the following:
wasmtime serve -S common -D debug-info runtime-eval.wasm

Expected Results

Wasmtime serving the runtime-eval.wasm component as a wasi:http/proxy handler.

Actual Results

A panic with the following output:

thread 'main' panicked at crates/cranelift/src/debug/transform/unit.rs:401:17:
assertion `left == right` failed
  left: StaticModuleIndex(1)
 right: StaticModuleIndex(0)

Versions and Environment

Cranelift version or commit: See STR

Operating system: MacOS Version 14.5 (23F79)

Architecture: Aarch64

@alexcrichton this is the bug I mentioned that I encountered when trying #8693.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2024 at 16:10):

alexcrichton commented on issue #8734:

Fixed now in the latest commits of https://github.com/bytecodealliance/wasmtime/pull/8693, thanks!


Last updated: Nov 22 2024 at 17:03 UTC