wasmtime v9 jit panics when using ProfilingStrategy::PerfMap
#6433
Labels
bug
Incorrect behavior in the current implementation that needs fixing
Test Case
The Linux
perf
support enabled withProfilingStrategy::PerfMap
now with wasmtime v9.0.0 panics inwasmtime-jit
Steps to Reproduce
Compile a module with
config.profiler(wasmtime::ProfilingStrategy::PerfMap);
Expected Results
It compiles
Actual Results
It panics inside
wasmtime-jit
on anOption::unwrap
from:Versions and Environment
Wasmtime version or commit: 9.0.0
Operating system: Linux
Architecture: x64
Extra Info
This panic didn't happen on v8.0.1.
Likely caused by either these PRs?
The text was updated successfully, but these errors were encountered: