You are creating additional children with each call to system("ps -lH") , and you get SIGCHLD notifications for them too.
確定! 回上一頁