Skip to content

waitid(P_ALL, ...) exclusion seems slightly redundant #40

Description

@DemiMarie

It seems to me that one can get the same effect by:

  • Always using WNOWAIT first.
  • Remove the PID from systemd's own data structures. Keep the (valid) pidfd. If any data needs to be obtained from the zombie process, get it.
  • Finally, wait without WNOWAIT.

This is admittedly more complex, but it should do the job.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions