Searched hist:223907 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/tests/gen/
H A Dposix_spawn_test.c223907 Sun Jul 10 12:24:57 MDT 2011 jilles posix_spawn: If an error is detected in the child process, reap the zombie.

Formerly, in this case an error was returned but the pid was also returned
to the application, requiring the application to use unspecified behaviour
(the returned pid in error situations) to avoid zombies.

Now, reap the zombie and do not return the pid.

MFC after: 2 weeks
/freebsd-11-stable/lib/libc/gen/
H A Dposix_spawn.cdiff 223907 Sun Jul 10 12:24:57 MDT 2011 jilles posix_spawn: If an error is detected in the child process, reap the zombie.

Formerly, in this case an error was returned but the pid was also returned
to the application, requiring the application to use unspecified behaviour
(the returned pid in error situations) to avoid zombies.

Now, reap the zombie and do not return the pid.

MFC after: 2 weeks

Completed in 145 milliseconds