You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bapt@ suggests using pdfork to avoid the race if a PID is recycled while jobd still has references to it. This might happen once we start caring about child processes of things that we kill, waiting for them to die, and then trying to kill the parent afterword. If the parent process is gone, but the PID is recycled and used by a new process, then jobd might do the wrong thing.
Linux has something similar, but it may be harder to poll.
The text was updated successfully, but these errors were encountered:
bapt@ suggests using pdfork to avoid the race if a PID is recycled while jobd still has references to it. This might happen once we start caring about child processes of things that we kill, waiting for them to die, and then trying to kill the parent afterword. If the parent process is gone, but the PID is recycled and used by a new process, then jobd might do the wrong thing.
Linux has something similar, but it may be harder to poll.
The text was updated successfully, but these errors were encountered: