ISISComputingGroup / ISISComputingGroup/IBEX
Enable crash dumps on instruments
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 6
- Fork
- 2
- Merge medio
- 16h 40m
- PR unite (30g)
- 2
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start with the linked Microsoft Windows Error Reporting LocalDumps documentation and the existing setup for MUSR, INTER, NIMROD, MUONFE, and RIKENFE. Check where each instrument’s Windows configuration is managed and verify that an unexpected application termination produces a dump in the configured folder. Done means crash dumps are enabled and confirmed for every listed instrument.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Ambito
- operating-systems
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100