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

Mostly a refactor of tests #513

Merged
merged 15 commits into from
Dec 6, 2023
Merged

Mostly a refactor of tests #513

merged 15 commits into from
Dec 6, 2023

Conversation

KjellKod
Copy link
Owner

@KjellKod KjellKod commented Dec 6, 2023

PULL REQUEST DESCRIPTION

  1. added refactor of unit tests where fatal handling was separated out.
  2. FATAL signal handling is when the process is in a dire situation. no malloc or similar is ever within the async-signal-safe space and yet we must push, or try to push what we have to the logging sink. Mostly it'll work and if it didn't ... heck it was worth a shot. ---> At least a small cleanup is to avoid perror in the signal handler.

src/crashhandler_windows.cpp Outdated Show resolved Hide resolved
@KjellKod KjellKod merged commit 626191a into master Dec 6, 2023
8 checks passed
@KjellKod KjellKod deleted the fataLhandlingimprovement branch December 6, 2023 06:33
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