当前位置:网站首页>Process crash does not generate dump. Configure localdumps
Process crash does not generate dump. Configure localdumps
2022-06-23 21:00:00 【shawyang】
process crash, Usually go to these directories to find information :
%LOCALAPPDATA%\CrashDumps
%ProgramData%\Microsoft\Windows\WER
%userprofile%\AppData\Local\Microsoft\Windows\WER
%LOCALAPPDATA%\CrashDumps
Reference resources https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps
Reference resources https://publib.boulder.ibm.com/httpserv/ihsdiag/win32_tools_doc.html
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f
# by httpd.exe Set up , If you are another program , Replace program name , Pay attention to the suffix , such as notepad.exe
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\httpd.exe" /f
# Set up crashdump For storing directories , The default is %LOCALAPPDATA%\CrashDumps, It can be assigned to another directory , such as C:\crashdumps
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\httpd.exe" /v DumpFolder /t REG_EXPAND_SZ /d "%LOCALAPPDATA%\CrashDumps" /f
or
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\httpd.exe" /v DumpFolder /t REG_EXPAND_SZ /d "C:\crashdumps" /f
# Set up crashdump Maximum number of , Beyond , The new covers the old
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\httpd.exe" /v DumpCount /t REG_DWORD /d "100" /f
# Set up crashdump type , The default is minidump,1 representative minidump,2 representative fulldump
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\httpd.exe" /v DumpType /t REG_DWORD /d "1" /f
or
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\httpd.exe" /v DumpType /t REG_DWORD /d "2" /f
边栏推荐
- Kinsoku Jikou Desu Sina stock interface change
- Whether the offsetwidth includes scroll bars
- Machine learning related
- JS namespace
- How to solve the problem of large traffic audio audit? What are the common approval methods?
- [golang] quick review guide quickreview (II) -- slice
- Postman tutorial - teach you API interface testing by hand
- How PostgreSQL quickly locate blocking SQL
- 手续费佣金低的券商,华泰证券网上开户安全吗
- How to build Tencent cloud game server? Differences between cloud game platforms and ordinary games
猜你喜欢

Syntax of SQL union query (inline, left, right, and full)

重庆 奉节耀奎塔,建成后当地连中五名进士,是川江航运的安全塔

FPGA based electromagnetic ultrasonic pulse compression detection system paper + source file

Yaokui tower in Fengjie, Chongqing, after its completion, will be the safety tower for Sichuan river shipping with five local scholars in the company

The "open source star picking program" container pulls private images from harbor, which is a necessary skill for cloud native advanced technology

Use of the vs2022scanf function. An error is reported when using scanf - the return value is ignored: Solutions

Syntaxe des requêtes fédérées SQL (inline, left, right, full)

Importance and purpose of test

SQL聯合查詢(內聯、左聯、右聯、全聯)的語法

3000 frame animation illustrating why MySQL needs binlog, redo log and undo log
随机推荐
Process injection
What is the difference between object storage and cloud disk service? What are the functions of cloud disk service?
Machine learning related
【Golang】快速复习指南QuickReview(六)——struct
ntpupdate. tencentyun. Com has been eliminated
What is the role of short video AI intelligent audit? Why do I need intelligent auditing?
Realize vscode to write markdown documents + pictures to be automatically uploaded to Tencent cloud cos
Whether the offsetwidth includes scroll bars
[golang] how to clear slices gracefully
QPS fails to go up due to frequency limitation of public network CLB bandwidth
JS mailbox regular expression
Dart series: your site is up to you. Use extension to extend classes
Memory patch amsi bypass
JS takes two decimal places
What are the server host security risks? How to prevent safety risks?
Easyplayer player error 502 bad gateway problem analysis
Use Tencent cloud lightweight application server to build an unlimited network disk -zpan building tutorial
How to solve the problem of large traffic audio audit? What are the common approval methods?
[golang] quick review guide quickreview (II) -- slice
Cobalt Strike Spawn & Tunnel