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

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 01:31:03 PDT 2016


joerg added a subscriber: joerg.
joerg added a comment.

I find that size to be excessive. Sure, two pages on many architectures is very small, but a more reasonable and still conservative limit would be 1MB top.


Repository:
  rL LLVM

https://reviews.llvm.org/D23589





More information about the llvm-commits mailing list