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 race condition in signal handling #1051

Merged
merged 1 commit into from
Jan 23, 2021

Conversation

hairyhenderson
Copy link
Owner

Found some race conditions while working on #1050. This was due to a goroutine being launched without any way for it to stop (other than receiving a signal).

Signed-off-by: Dave Henderson [email protected]

@hairyhenderson hairyhenderson force-pushed the fix-signal-handling-race-condition branch 2 times, most recently from f7514f1 to 14e8535 Compare January 23, 2021 20:54
@hairyhenderson hairyhenderson force-pushed the fix-signal-handling-race-condition branch from 14e8535 to dab034d Compare January 23, 2021 21:59
@hairyhenderson hairyhenderson merged commit 96ef485 into master Jan 23, 2021
@hairyhenderson hairyhenderson deleted the fix-signal-handling-race-condition branch January 23, 2021 22:08
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.

1 participant