[GC] assertion left != right
failed: 0x110 is supposedly live; should have nonzero ref count
#10182
Labels
bug
Incorrect behavior in the current implementation that needs fixing
wasm-proposal:gc
Issues with the implementation of the gc wasm proposal
Test Case
localfunction.zip
Steps to Reproduce
Run the following command:
Expected Results
This works fine if one add the
-C collector=null
option:Actual Results
We get a panic:
Versions and Environment
Wasmtime commit: 0e05600
Operating system: Linux
Architecture: x64
The text was updated successfully, but these errors were encountered: