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: don't try to safely exit if we receive SIGINT #1462

Closed
wants to merge 4 commits into from

Conversation

XavierChanth
Copy link
Member

@XavierChanth XavierChanth commented Oct 18, 2024

fixes #1456

- What I did

  • We would try to gently clean up memory if we receive SIGINT, now we just exit.

- How I did it

- How to verify it

- Description for the changelog
fix: don't try to safely exit if we receive SIGINT

@XavierChanth XavierChanth requested a review from cpswan October 18, 2024 20:47
@XavierChanth
Copy link
Member Author

Superceded by another PR

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.

C daemon creates a general protection fault when client disconnects
2 participants