[PATCH] D23589: Fix hang caused by memory corruption caused by insufficient alternate stack space for signal handlers.

Richard Smith via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 15:26:10 PDT 2016


rsmith added a comment.

8MB is *huge* for a sigaltstack. What are we doing in our signal handlers that requires more than 8KB? It'd be preferable to figure out how much we're actually using, and allocate some small multiple of that.


Repository:
  rL LLVM

https://reviews.llvm.org/D23589





More information about the llvm-commits mailing list