You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that my task reports a wrong terminationStatus. I think the problem is in this code waitpid(_processIdentifier, &_terminationStatus, 0); To get the status information it is necessary to use WEXITSTATUS macro.
The text was updated successfully, but these errors were encountered:
I noticed that my task reports a wrong terminationStatus. I think the problem is in this code
waitpid(_processIdentifier, &_terminationStatus, 0);
To get the status information it is necessary to useWEXITSTATUS
macro.The text was updated successfully, but these errors were encountered: