Mach Exception Handlers
There are some significant advantages of the Mach API over signal handlers, including the ability to forward exceptions out-of-process, and handle all exceptions on a completely different stack—something that can be useful when handling an exception triggered by a stack overflow on the target thread.