当前位置:网站首页>dmp(dump)转储文件
dmp(dump)转储文件
2022-08-05 02:32:00 【rainbow_lucky0106】
简介
dmp文件(dump文件):系统错误内存转储文件,可以把转储文件看成软件的某个时刻的一个快照。系统发生错误时转储的内存镜像,记录有发生系统错误的详细信息。
windows 10系统默认的dmp转储文件路径为:%SystemRoot%MEMORY.DMP,也就是系统盘 Windows 目录下的 MEMORY.DMP 文件。
打开方式
可以使用Debugging Tools或BlueScreenView打开dmp文件进行分析。
生成dmp文件方法
任务管理器
原则:用32位任务管理器给32位进程(无论该进程是运行在32位还是64位系统上面)生成转储文件,用64位任务管理器给64位进程生成转储文件。在64位系统上,32位的任务管理器位于C:\Windows\SysWOW64\taskmgr.exe。
生成方法:右键进程 --> 创建转储文件–>弹出对话框提示生成成功,以及dmp文件位置。
ps:路径可在注册表中配置(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps)
Windbg
下载 & 安装
https://docs.microsoft.com/zh-cn/windows-hardware/drivers/debugger/debugger-download-tools
打开软件
打开生成的dmp文件
查看数据:!analyze -v
查看所有线程:~*kbn
Adplus
adplus工具位于windbg安装目录。不仅可以在程序崩溃时手动运行来生成dmp文件,也可以在崩溃之前就运行它,当程序崩溃时它会自动生成dmp文件;甚至可以在程序没有运行之前就先运行adplus,当程序崩溃时它会自动生成dmp文件。
windbg使用超详细教程
书:Memory Dump Analysis Anthology Volume
如何生成转储(dmp)文件–工具篇
边栏推荐
- shell语句修改txt文件或者sh文件
- RAID disk array
- [Decryption] Can the NFTs created by OpenSea for free appear in my wallet without being chained?
- Tree search (bintree)
- Solve connect: The requested address is not valid in its context
- Flink 1.15.1 集群搭建(StandaloneSession)
- 【日常训练】1403. 非递增顺序的最小子序列
- The 20th day of the special assault version of the sword offer
- nodeJs--封装路由
- 继承关系下构造方法的访问特点
猜你喜欢
shell语句修改txt文件或者sh文件
DAY22:sqli-labs 靶场通关wp(Less01~~Less20)
Understand the recommendation system in one article: Recall 06: Two-tower model - model structure, training method, the recall model is a late fusion feature, and the sorting model is an early fusion
使用SuperMap iDesktopX数据迁移工具迁移地图文档和符号
C语言实现简单猜数字游戏
shell statement to modify txt file or sh file
leetcode 15
Compressed storage of special matrices
2022-08-04: Input: deduplicated array arr, the numbers in it only contain 0~9.limit, a number.Return: The maximum number that can be spelled out with arr if the requirement is smaller than limit.from
浅谈数据安全治理与隐私计算
随机推荐
Solve connect: The requested address is not valid in its context
Programmer's list of sheep counting when insomnia | Daily anecdote
【解密】OpenSea免费创造的NFT都没上链竟能出现在我的钱包里?
The 2022 EdgeX China Challenge will be grandly opened on August 3
程序员的七夕浪漫时刻
Live preview | 30 minutes started quickly!Look at credible distributed AI chain oar architectural design
Jincang database KingbaseES V8 GIS data migration solution (3. Data migration based on ArcGIS platform to KES)
Tree search (bintree)
Pisanix v0.2.0 released | Added support for dynamic read-write separation
LPQ (local phase quantization) study notes
Greenplum Database Fault Analysis - Why Does gpstart -a Return Failure After Version Upgrade?
lua学习
Greenplum Database Fault Analysis - Can a Soft Connection Be Made to the Database Base Folder?
剑指offer专项突击版第20天
解决connect: The requested address is not valid in its context
线上MySQL的自增id用尽怎么办?
mysql树状结构查询问题
【LeetCode刷题】-数之和专题(待补充更多题目)
nodeJs--封装路由
RAID disk array