Stream: git-wasmtime

Topic: wasmtime / PR #12755 Fix a `stacks` fuzzer regression


view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2026 at 20:35):

alexcrichton opened PR #12755 from alexcrichton:fix-fuzz to bytecodealliance:main:

This commit fixes an accidental mistake from #12542 where when the limit of stack frames for the fuzzer to capture is None then it meant that backtraces were never captured. This updates the assertion logic to handle a missing WasmBacktrace and the case that stacks.limit is None.

<!--
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 (Mar 10 2026 at 20:35):

alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #12755.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2026 at 23:49):

github-actions[bot] added the label fuzzing on PR #12755.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2026 at 23:49):

github-actions[bot] commented on PR #12755:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "fuzzing"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2026 at 13:22):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2026 at 13:22):

fitzgen added PR #12755 Fix a stacks fuzzer regression to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2026 at 13:46):

fitzgen merged PR #12755.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2026 at 13:46):

fitzgen removed PR #12755 Fix a stacks fuzzer regression from the merge queue.


Last updated: Mar 23 2026 at 16:19 UTC