After updating to wasmtime 28 I see a panic with the message above when shutting down wasmtime: pooling.rs#L319
Is there a cleanup I have to perform when using the pooling allocator?
Hm that may indicate a bug because nothing about that should have changed. You're not mem::forget
-ing anything are you?
Nope. If I start the server and perform the graceful shutdown without running any executions, the panic won't appear.
Hm ok, how easy would it be to either reduce this to something you can share or share reproduction steps?
I've managed to reproduce the issue in the wasmtime repo, created an issue for it here
thanks!
Last updated: Jan 24 2025 at 00:11 UTC