There are many reports that sigaltstack() on Apple platforms stops
backtrace() from tracing an original stack, e.g.
* d39ead4105
* https://reviews.llvm.org/D28265
If we disable an alternate stack for signal handler, we won't be able to
catch stack overflow errors, but backrace() will work again.
pull/1217/head
parent
e517aaf499
commit
0565e00b93
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue