Running with lldb cause SIGINT, which makes waitpid() returns error with errno as EINTR. This patch retry waitpid() to ignore EINTR errors.
22 KiB
22 KiB
Running with lldb cause SIGINT, which makes waitpid() returns error with errno as EINTR. This patch retry waitpid() to ignore EINTR errors.