-
Notifications
You must be signed in to change notification settings - Fork 129
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 kill -0 please #471
Comments
I don't think any fix is necessary. POSIX says of the
And of the
So if you don't have permission to signal a process And indeed, that's what I see on Linux:
|
Or maybe what about |
These are the updated POSIX pages: Quote:
The most relevant part is: |
It would be nice to have
kill -0
working even ifprocess_architecture_matches_current
fails.Currently it say:
can't kill pid 20808: Permission denied
kill -0
doesn't send any signal, isn't possible to make it working even with bitness mismatch?The text was updated successfully, but these errors were encountered: