Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1136: check PID in AIX in procfs #1137

Merged
merged 1 commit into from
Sep 27, 2017
Merged

Conversation

wiggin15
Copy link
Collaborator

The 'kill' method to check whether processes exist doesn't work on 'wait' processes in AIX. All processes (and only processes) have a "psinfo" file in procfs so we can check whether PIDs exist there.

The 'kill' method to check whether processes exist doesn't
work on 'wait' processes in AIX. All processes (and only
processes) have a "psinfo" file in procfs so we can check
whether PIDs exist there.
@giampaolo giampaolo merged commit da68e02 into giampaolo:master Sep 27, 2017
@wiggin15 wiggin15 deleted the aix-pid branch October 16, 2017 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants