Run exception handlers on an alternate stack on Linux.

*Completely untested.*  Someone please test.
This commit is contained in:
comex
2014-09-07 19:10:02 -04:00
parent bd4e75e69a
commit 7b0fdb52cd
4 changed files with 28 additions and 0 deletions

View File

@ -86,4 +86,7 @@ void InstallExceptionHandler()
sigemptyset(&sa.sa_mask);
sigaction(SIGSEGV, &sa, nullptr);
}
void UninstallExceptionHandler() {}
} // namespace