当前位置:网站首页>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
边栏推荐
- What is the main content of short video audit? What is illegal?
- This article introduces you to the necessity of database connection pooling
- 【Golang】在Go语言的角度重新审视闭包
- [hot sales at the beginning of the year] | the first special offer of popular cloud products is second to none, and the first year of 1-core 2G cloud server is 38 yuan!
- The element of display:none cannot get offsetwidth and offsetHeight
- Is Huishang futures trading software formal? How to download safely?
- JS remove tabs and line breaks
- . Net cloud native architect training camp (rgca four step architecture method) -- learning notes
- Pathname attribute of link a object
- Development and code analysis of easycvr national standard user defined streaming address function
猜你喜欢

Importance and purpose of test

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

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

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

3000 frame animation illustrating why MySQL needs binlog, redo log and undo log

Applet development framework recommendation
Implementing MySQL fuzzy search with node and express
Application of JDBC in performance test

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

Yaokui tower in Fengjie, Chongqing, after its completion, will be the safety tower for Sichuan river shipping with five local scholars in the company
随机推荐
Syntax of SQL union query (inline, left, right, and full)
【Golang】快速复习指南QuickReview(七)——interface
[golang] use go language to operate etcd - configuration center
Teach you how to develop desktop applications with web pages
How to process the text of a picture into a table? Can the text in the picture be transferred to the document?
The substring() method in. JS can be used to intercept all characters after the specified string
Implementation of flashback query for PostgreSQL database compatible with Oracle Database
How do I open an account? Is it safe to open an account in Guohai Securities? What do you need to bring?
JS chain call
Do you need a server to set up cloud on demand? What services can cloud on demand provide?
The background receives the post data passed by the fetch
实现vscode写markdown文档+图片自动上传至腾讯云cos
[golang] quick review guide quickreview (VIII) -- goroutine
Can Tencent cloud disk service share data? What are the advantages of cloud disk service?
国元期货交易软件正规吗?如何安全下载?
Digital procurement transformation solution: SaaS procurement management platform promotes enterprise sunshine procurement
Using asp Net core MVC framework for building web applications
Newbeecoder. UI new open source control library DataGrid instructions
Application of MySQL time function, simple problem
Excel text function