Skip to content
Snippets Groups Projects
Commit c25da1dd authored by Zubin's avatar Zubin Committed by Matthew Pickering
Browse files

Fix forking

1. When forking, don't repond to a pause request in the parent after the child has already responded

2. use waitpid() instead of wait() because wait can race with other wait() calls in the program
parent acb4f683
No related branches found
No related tags found
1 merge request!29Fix forking
Pipeline #87370 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment