Skip to content

[5.7] Fix SIGINT handler in swift-frontend #1122

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

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Jun 28, 2022

Cherry-pick of #1120

motivation: fix regression where SIGINT would not terminate frontend processes

changes:

  • call DispatchSourceSignal::resume
  • call signal(SIGINT, SIG_IGN)

rdar://95862616

motivation: fix regression where SIGINT would not terminate frontend processes

changes:
* call DispatchSourceSignal::resume
* call signal(SIGINT, SIG_IGN)

rdar://95862616
@artemcm artemcm requested a review from tomerd June 28, 2022 17:43
@artemcm
Copy link
Contributor Author

artemcm commented Jun 28, 2022

@swift-ci please test

@artemcm artemcm merged commit be15b8c into swiftlang:release/5.7 Jun 29, 2022
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.

2 participants