-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Thanks for filing a bug report! Please fill out the TODOs below.
Note: if you want to report a security issue, please read our security policy!
Test Case
test_marshal
from Python's test suite.
Steps to Reproduce
Easiest to just look at a GitHub Action run, e.g. https://github.com/tiran/cpython-wasm-test/actions/runs/3342891022/jobs/5535571299 .
Expected Results
The test to at least complete.
Actual Results
Call stack exhaustion which doesn't occur under wasmtime 1.0.1.
https://github.com/tiran/cpython-wasm-test/actions/runs/3294946299/jobs/5432988265#step:7:408
Versions and Environment
Wasmtime version or commit: latest
Operating system: Linux
Architecture: x64
Extra Info
This started occurring on October 22: https://github.com/tiran/cpython-wasm-test/actions/workflows/wasi.yml . As mentioned above, wasmtime 1.0.1 passes without issue and everything was fine until something changed between October 19th @ 22:04 and October 20th @ 22:13 for what https://wasmtime.dev/install.sh installs.