Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GC] id from different slab #10459

Open
vouillon opened this issue Mar 21, 2025 · 1 comment
Open

[GC] id from different slab #10459

vouillon opened this issue Mar 21, 2025 · 1 comment
Labels
bug Incorrect behavior in the current implementation that needs fixing

Comments

@vouillon
Copy link

Test Case

fail.zip

Steps to Reproduce

Run the following command:

./target/debug/wasmtime  -W=all-proposals=y fail.wasm

Expected Results

It should not crash.

Actual Results

We get a panic:

thread 'main' panicked at /home/jerome/sources/wasmtime/crates/slab/src/lib.rs:387:14:
id from different slab

Versions and Environment

Wasmtime commit: dbed370 (PR #10456)

Operating system: Linux

Architecture: x64

@vouillon vouillon added the bug Incorrect behavior in the current implementation that needs fixing label Mar 21, 2025
@fitzgen
Copy link
Member

fitzgen commented Mar 21, 2025

Thanks! Will look into this next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior in the current implementation that needs fixing
Projects
None yet
Development

No branches or pull requests

2 participants