[PATCH] D28265: disable sigaltstack on Apple platforms

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 04:58:37 PST 2017


davide added a comment.

This is not ideal, TBH. As a temporary workaround to avoid crashes, I'm not opposed about this going in, but my question is: how hard is to make `_Unwind_Backtrace` reliable? (I assume you need this change anyway for a while but at least you can provide a proper fix for the next release and discriminate on the version number).


https://reviews.llvm.org/D28265





More information about the llvm-commits mailing list