Remove Exceptions since OS X does not catch them. Instead, it waits for the signal.
This commit is contained in:
@@ -12,11 +12,6 @@ void InitializeCrashHandler();
|
||||
#include <ucontext.h>
|
||||
void CrashSignalHandler( int signal, siginfo_t *si, const ucontext_t *uc );
|
||||
|
||||
#if defined(DARWIN)
|
||||
#include <MachineExceptions.h>
|
||||
OSStatus CrashExceptionHandler( ExceptionInformation *e );
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user