tikv / pprof-rs

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

Cannot work with rust 2021-01-24 #57

Closed YangKeao closed 2 years ago

YangKeao commented 3 years ago

After https://github.com/rust-lang/rust/pull/77885 merged, the DWARF information of probe-stack parts of codes are wrong. When the signal hits probe-stack parts of codes, _Unwind_Backtrace will cause a Segmentation Fault.

I have filed an issue for rust https://github.com/rust-lang/rust/issues/83139

YangKeao commented 3 years ago

The related PR has been merged https://github.com/rust-lang/rust/pull/83412 14 hours ago, so I can test it today or tomorrow.

Xuanwo commented 2 years ago

Already fixed, closing.