Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

feature: add signal handler for termination#236

Merged
a-w50 merged 1 commit intomainfrom
feature/terminate_signal_handler
Jan 15, 2025
Merged

feature: add signal handler for termination#236
a-w50 merged 1 commit intomainfrom
feature/terminate_signal_handler

Conversation

@a-w50
Copy link
Contributor

@a-w50 a-w50 commented Jan 15, 2025

  • a signal handler for SIGTERM and SIGINT is now registered for the modules on their initialization
  • this signal handler calls exit(), so that atexit handlers get run and gcov statistics can be dumped

- a signal handler for SIGTERM and SIGINT is now registered for the
  modules on their initialization
- this signal handler calls exit(), so that atexit handlers get run and
  gcov statistics can be dumped

Signed-off-by: aw <aw@pionix.de>
@a-w50 a-w50 requested a review from hikinggrass January 15, 2025 12:53
@a-w50 a-w50 merged commit 1fe9b8b into main Jan 15, 2025
4 checks passed
@a-w50 a-w50 deleted the feature/terminate_signal_handler branch January 15, 2025 13:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants