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 signals on Sierra #2195

Merged
merged 1 commit into from
Aug 26, 2017
Merged

Fix signals on Sierra #2195

merged 1 commit into from
Aug 26, 2017

Conversation

sylvanc
Copy link
Contributor

@sylvanc sylvanc commented Aug 26, 2017

As of Sierra, @raise delivers signals to the current thread, not
the process. Use @kill on Darwin instead to deliver to the process,
as EVFILT_SIGNAL never sees signals delivered to specific threads.

As of Sierra, @raise delivers signals to the current thread, not
the process. Use @Kill on Darwin instead to deliver to the process,
as EVFILT_SIGNAL never sees signals delivered to specific threads.
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Aug 26, 2017
@SeanTAllen SeanTAllen merged commit 798d1bb into master Aug 26, 2017
ponylang-main added a commit that referenced this pull request Aug 26, 2017
@SeanTAllen SeanTAllen deleted the sierra-signals branch August 26, 2017 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants