TCPS-125 — Getting exit status of a terminated child process returned error
The parent process collects the exit status of each terminated child process. It is necessary in order to free all system resources allocated by the child and also informs the parent about the reason of the child's termination. This message means that the parent process got an error instead of a status of a child.