don't return from the exception handler; that'll just crash

This commit is contained in:
Glenn Maynard
2004-03-24 07:25:53 +00:00
parent b0a8409a43
commit 3f3f6ad8ce
@@ -425,7 +425,7 @@ OSStatus CrashExceptionHandler( ExceptionInformation *e )
GetBacktrace( crash.BacktracePointers, BACKTRACE_MAX_SIZE, &ctx );
RunCrashHandler( &crash );
return -1;
_exit(1);
}
#endif