Skip to content

Small crash handling-related fixes#1636

Merged
slipher merged 4 commits intoDaemonEngine:masterfrom
slipher:error-handling-small
Jun 24, 2025
Merged

Small crash handling-related fixes#1636
slipher merged 4 commits intoDaemonEngine:masterfrom
slipher:error-handling-small

Conversation

@slipher
Copy link
Copy Markdown
Member

@slipher slipher commented Apr 2, 2025

No description provided.

slipher added 4 commits March 31, 2025 23:50
Remove the trailing ".\r\n" like we do in Sys::Win32StrError().
The bare `throw;` is only supposed to be used in a catch block. Although
it worked in practice where I've tested (GCC and MSVC). The standardly
correct way is std::rethrow_exception.
No one has requested it that I know of, but it seems like there ought to
be a cvar.
Copy link
Copy Markdown
Contributor

@VReaperV VReaperV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@slipher slipher merged commit f8a8f95 into DaemonEngine:master Jun 24, 2025
9 checks passed
@slipher slipher deleted the error-handling-small branch June 24, 2025 23:28
@illwieckz
Copy link
Copy Markdown
Member

Thanks for the new vm.nacl.crashDump cvar!

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.

3 participants