Skip to content

Uncaught segfault with GC tunables #13141

@alexcrichton

Description

@alexcrichton

Reproduction:

$ cargo run -q wast ./tests/spec_testsuite/array_fill.wast -Ogc-heap-may-move=n -Ogc-heap-reservation=0 -Wfunction-references,gc
zsh: segmentation fault  cargo run wast /Users/alex/code/wasmtime/tests/spec_testsuite/array_fill.wast

This first started with #13080, the introduction of GC heap tunables, due to the flags used. Unsure if it's a latent bug exposed by that or caused by that PR itself, but my guess is that PR itself.

Metadata

Metadata

Assignees

Labels

wasm-proposal:gcIssues with the implementation of the gc wasm proposal

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions