Closed YangKeao closed 2 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.
probe-stack
_Unwind_Backtrace
I have filed an issue for rust https://github.com/rust-lang/rust/issues/83139
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.
Already fixed, closing.
After https://github.com/rust-lang/rust/pull/77885 merged, the DWARF information of
probe-stack
parts of codes are wrong. When the signal hitsprobe-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