Stream: git-wasmtime

Topic: wasmtime / PR #11899 Debug: handle `Store::debug_frames()...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 20:09):

cfallin opened PR #11899 from cfallin:wasmtime-debug-no-frames to bytecodealliance:main:

This was a corner case I missed in #11769. When the last-exited state on the Store is all zeroes because there is no current activation, we need to return an empty iterator rather than hit an assert in the stackwalk.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 20:09):

cfallin requested alexcrichton for a review on PR #11899.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 20:09):

cfallin requested wasmtime-core-reviewers for a review on PR #11899.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 20:25):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 20:48):

alexcrichton merged PR #11899.


Last updated: Dec 06 2025 at 06:05 UTC