Stream: git-wasmtime

Topic: wasmtime / PR #12975 fix panic due to dropping multithrea...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2026 at 19:48):

dicej requested alexcrichton for a review on PR #12975.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2026 at 19:48):

dicej opened PR #12975 from dicej:subtask-drop-multithreaded to bytecodealliance:main:

If a subtask has returned and exited but still has a running thread, it should not be deleted in subtask.drop. Previously, we checked only that the main thread had exited but not whether it had any still-running threads.

While debugging this, I noticed a bail_bug error message which was misleading and fixed that.

<!--
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 (Apr 06 2026 at 19:48):

dicej requested wasmtime-core-reviewers for a review on PR #12975.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2026 at 19:50):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2026 at 19:50):

alexcrichton has enabled auto merge for PR #12975.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2026 at 20:01):

alexcrichton added PR #12975 fix panic due to dropping multithreaded subtask prematurely to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2026 at 20:25):

alexcrichton merged PR #12975.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2026 at 20:25):

alexcrichton removed PR #12975 fix panic due to dropping multithreaded subtask prematurely from the merge queue.


Last updated: Apr 12 2026 at 23:10 UTC