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

Certain signals cannot be handled by SignalFD #591

Open
mihails-strasuns opened this issue Jul 27, 2018 · 0 comments
Open

Certain signals cannot be handled by SignalFD #591

mihails-strasuns opened this issue Jul 27, 2018 · 0 comments

Comments

@mihails-strasuns
Copy link

@gavin-norman-sociomantic :

It is not possible to receive SIGKILL or SIGSTOP signals via a signalfd file descriptor; these signals are silently ignored if specified in mask.

(http://man7.org/linux/man-pages/man2/signalfd.2.html)

I noticed that, although this limitation is mentioned in the documentation of SignalFD, there is no actual warning/error if the user attempts to do it anyway. Maybe we should consider asserting?

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

No branches or pull requests

1 participant