windbg转储命令失败,错误为0x8007012b [英] windbg dump command fails with error 0x8007012b

查看:176
本文介绍了windbg转储命令失败,错误为0x8007012b的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

客户正在尝试捕获挂起的小型转储.他启动了WindDbg并成功附加到该过程. WinDbg显示其标题:

A customer is attempting to capture a minidump of a hang. He fires up WindDbg and successfully attaches to the process. WinDbg displays its header:

Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.

并枚举了已加载的模块.

and the loaded modules are enumerated.

他输入了转储命令:

.dump /m c:\problem.dmp

它报告:

Creating c:\problem.dmp - mini user dump
WriteMemoryFromProcess.Read(0x1f1e000, 0x2000) failed, 0x8007012b
Dump creation failed, Win32 error 0n299
"Only part of a ReadProcessMemory or WriteProcessMemory request was completed."

错误0x299是: 由于文件系统限制,无法完成请求的操作

Error 0x299 is: The requested operation could not be completed due to a file system limitation

任何想法意味着什么或如何诊断?

Any ideas what this means or how to diagnose?

推荐答案

看看/mA开关,它是

Have a look at the /mA switch, it was introduced with 6.10.3:

这篇关于windbg转储命令失败,错误为0x8007012b的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆