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

incorrect signal mask used when taking over unknown threads #2018

Closed
derekbruening opened this issue Oct 12, 2016 · 0 comments
Closed

incorrect signal mask used when taking over unknown threads #2018

derekbruening opened this issue Oct 12, 2016 · 0 comments

Comments

@derekbruening
Copy link
Contributor

Xref #722

For delayed thread takeover (e.g., internally-triggered attach), we send a signal and take over from the signal handler. However, we use our own handler's signal mask instead of the app's, leading to failure to deliver signals later on.

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