forked from OSchip/llvm-project
Don't crash when a process' task port goes bad.
<rdar://problem/26256049> llvm-svn: 269373
This commit is contained in:
parent
ff8e6a763f
commit
1059a067f9
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue