ISISComputingGroup / ISISComputingGroup/IBEX
Enable crash dumps on instruments
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
As a developer i would like crash dumps to be written by windows error reporting when an "unexpected application termination" occurs. As per https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps the following should work
```
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpFolder /t REG_EXPAND_SZ /d C:\Instrument\Scratch\CrashDumps /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\WmiPrvSE.exe" /v DumpCount /t REG_DWORD /d 0 /f
```
Enabled on:
- [x] MUSR
- [x] INTER
- [x] NIMROD
- [x] MUONFE
- [x] RIKENFE
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.