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