Quoting serue@xxxxxxxxxx (serue@xxxxxxxxxx): ... > + pid = clone_with_pids(do_child, stack, flags, &pid_set, > + (void *)argv); > + if (pid == -1) { > + perror("clone"); > + return -1; > + } Come on Serge, what crapppy code! The clone_with_pids() wrapper used in user-cr doesn't set errno, so this is messed up on failure. Shape up! -serge _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers