Share the address space of the process.
const CLONE_VM: CloneFlags = CloneFlags(cty::CLONE_VM);
If this flag is set, the process will be aborted.
clone(2) and CLONE_VM therein