[libcxx-commits] [PATCH] D123428: [libunwind] Add configuration to disable sigreturn frame check
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 11 12:56:39 PDT 2022
MaskRay added a comment.
> We're observing such segfaults internally (possibly due to invalid unwind info in libraries which are out of our control).
It would be interesting to know whether Clang does anything wrong here. `@chill` is improving such stuff.
(Without signal trampoline frame recognization, it could be bad for crash reporting: https://maskray.me/blog/2022-04-10-unwinding-through-signal-handler#glibc-aarch64 )
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123428/new/
https://reviews.llvm.org/D123428
More information about the libcxx-commits
mailing list