Stream: git-wasmtime

Topic: wasmtime / PR #13579 Fix corrupted pooling allocator stat...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 22:49):

alexcrichton opened PR #13579 from alexcrichton:fix-pooling-allocator-oom to bytecodealliance:main:

This commit fixes an issue where if the pooling allocator generated OOM at just the right time then it would leave the pooling allocator in a corrupt state where the instance count was incremented, never decremented. This additionally fixes a separate issue where if an OOM happened just a bit later then it would mean that tables/memories from the pooling allocator would leak and not be properly destroyed within the allocator, leaking their slots.

<!--
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 (Jun 05 2026 at 22:49):

alexcrichton requested fitzgen for a review on PR #13579.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 22:49):

alexcrichton requested wasmtime-core-reviewers for a review on PR #13579.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 22:49):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 23:09):

:thumbs_up: fitzgen submitted PR review:

Oo nice find

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 23:09):

fitzgen added PR #13579 Fix corrupted pooling allocator state on OOM to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 23:20):

alexcrichton removed PR #13579 Fix corrupted pooling allocator state on OOM from the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 23:20):

alexcrichton added PR #13579 Fix corrupted pooling allocator state on OOM to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 23:44):

:check: alexcrichton merged PR #13579.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2026 at 23:44):

alexcrichton removed PR #13579 Fix corrupted pooling allocator state on OOM from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC