Unverified Commit 6bc29fc8 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Fix error handling of fork() calls. (#459)

When failing to start a sub-process (out-of-memory can be reported when
calling the fork() system call), properly handle the error rather than
continue trying the migration.

In order to cancel the other sub-processes that were succesfully started we
then send a TERM signal to all processes in our process group.
parent 0a37cdd1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment