You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: On Mac PProfProfiler sometimes does bad memory access.
From running with --profile=dev it seems to crash in profiler.rs#L312:
thread 'main' panicked at 'misaligned pointer dereference: address must be a multiple of 0x10 but is 0x16d7bbf58', /Users/ndr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.11.1/src/profiler.rs:312:36
It's deterministic on my machine, but I can't guarantee on others. You can find the commands and failures below, and the files to repro at the bottom.
PProfProfiler only crashes when running with --profile-time, but flamegraph are only available when using --profile-time.
TL;DR: On Mac
PProfProfiler
sometimes does bad memory access.From running with
--profile=dev
it seems to crash in profiler.rs#L312:It's deterministic on my machine, but I can't guarantee on others. You can find the commands and failures below, and the files to repro at the bottom.
PProfProfiler
only crashes when running with--profile-time
, but flamegraph are only available when using--profile-time
.Running with
--profile=dev
reveals more details:benches/benches.rs
:Cargo.toml
:Platform: Apple M2 Max, Ventura 13.3.1
Possible duplicate: #203
The text was updated successfully, but these errors were encountered: