tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.26k stars 94 forks source link

fix: handle potentially unaligned frame pointer #217

Closed gen-xu closed 11 months ago

gen-xu commented 1 year ago

this PR addressed the issue https://github.com/tikv/pprof-rs/issues/216

alindima commented 11 months ago

@YangKeao this is an important PR that prevents using pprof-rs with frame pointer unwinding, could you please approve it?

YangKeao commented 11 months ago

Sorry for the late reply and thanks for your contribution! Once you signed-off the commit, I'll merge this pull request ❤️ .

You could sign-off through git commit --amend -s

gen-xu commented 11 months ago

@YangKeao just signed off