Stream: git-wasmtime

Topic: wasmtime / issue #6715 Panic when running printing module...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2023 at 16:39):

FedorSmirnov89 opened issue #6715:

The information requested below is provided the the following repository.

Test Case

Provided in the repo (any module using print)

Steps to Reproduce

Provided in the repo

Expected Results

Normal execution of the module (printing "Hello World" in this case). Basically same behavior which is observed with the multi-threaded executor.

Actual Results

See repo (panic when running with a single-threaded executor)

Versions and Environment

Wasmtime version or commit: TODO

tokio = { version = "1.29.1", features = ["full"] }
wasmtime = "10.0.1"
wasmtime-wasi = { version = "10.0.1", features = ["tokio"] }

Operating system: Ubuntu Linux (running in WSL on a Windows machine)

Architecture: 64-bit operating system, x64-based processor

Extra Info

This issue was first mentioned in #5306 and is related to #6556

view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2023 at 16:39):

FedorSmirnov89 added the bug label to Issue #6715.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2023 at 16:40):

FedorSmirnov89 edited issue #6715:

The information requested below is provided the the following repository.

Test Case

Provided in the repo (any module using print)

Steps to Reproduce

Provided in the repo

Expected Results

Normal execution of the module (printing "Hello World" in this case). Basically same behavior which is observed with the multi-threaded executor.

Actual Results

See repo (panic when running with a single-threaded executor)

Versions and Environment

Wasmtime version or commit:

tokio = { version = "1.29.1", features = ["full"] }
wasmtime = "10.0.1"
wasmtime-wasi = { version = "10.0.1", features = ["tokio"] }

Operating system: Ubuntu Linux (running in WSL on a Windows machine)

Architecture: 64-bit operating system, x64-based processor

Extra Info

This issue was first mentioned in #5306 and is related to #6556

view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2023 at 20:43):

pchickey commented on issue #6715:

Thanks for the report. I don't think I'm going to be able to put effort into running wasi-tokio on a single-threaded executor at this point, since we're trying to replace that implementation with our preview2-to-preview1 host adapter soon, but I'll see if we can make the single-treaded executor work for the preview2 implementation as it matures.


Last updated: Oct 23 2024 at 20:03 UTC