42f79776cd
For the case parent goes faster then child, and child hasn't call the second raise(SIGSTOP), then parent's "waitpid(childPid, &childStatus, 0)" will return, and the childStatus will be 0x137f, which is SIGSTOP signal id. Signed-off-by: Emily Deng <Emily.Deng@amd.com>