Skip to content

Process workaround #1

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 5 commits into from
Jan 23, 2024
Merged

Process workaround #1

merged 5 commits into from
Jan 23, 2024

Conversation

bioball
Copy link
Member

@bioball bioball commented Jan 22, 2024

Process.terminate() has a known issue on corelibs foundation (on linux): swiftlang/swift-corelibs-foundation#4772

Instead, we should SIGKILL the process on Linux as a workaround.

This will lead to reliably cleaning up pkl/jpkl processes.

ktoso and others added 5 commits January 22, 2024 14:38
Process.terminate() has a known issue on corelibs foundation (on linux): swiftlang/swift-corelibs-foundation#4772

Instead, we should SIGKILL the process on Linux as a workaround.

This will lead to reliably cleaning up pkl/jpkl processes.
@bioball bioball merged commit 1ac9c39 into apple:main Jan 23, 2024
@bioball bioball deleted the process-workaround branch January 23, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants