Don't crash when a process' task port goes bad.

<rdar://problem/26256049>

llvm-svn: 269373
This commit is contained in:
Greg Clayton 2016-05-12 22:36:47 +00:00
parent ff8e6a763f
commit 1059a067f9
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ MachException::Message::Reply(MachProcess *process, int signal)
if (state.task_port == process->Task().TaskPort()) if (state.task_port == process->Task().TaskPort())
{ {
DNBLogThreaded("error: mach_msg() returned an error when replying to a mach exception: error = %u", err.Error()); DNBLogThreaded("error: mach_msg() returned an error when replying to a mach exception: error = %u", err.Error());
abort ();
} }
else else
{ {