diff options
author | Elliot Saba <staticfloat@gmail.com> | 2023-05-12 11:28:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 14:28:35 -0400 |
commit | 748d894e82abcdfff7429cf745003e182c47f163 (patch) | |
tree | 6989440382cfb2ca62f864521b249f14fa1a99ad /docs/src | |
parent | f70027cbdcc7ff5849466ca0b63d85e369e5596f (diff) | |
download | libuv-748d894e82abcdfff7429cf745003e182c47f163.tar.gz libuv-748d894e82abcdfff7429cf745003e182c47f163.zip |
win,process: write minidumps when sending SIGQUIT (#3840)
This commit adds the ability to dump core when sending the `SIGQUIT`
signal on Windows. The change reads in the current registry setting for
local dumps, and attempts to write out to that location before killing
the process. See [collecting-user-mode-dumps] for registry and pathing
details. This behavior mimics that of the dumps created by the typical
Windows Error Reporting mechanism.
[collecting-user-mode-dumps]: https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions