请教: 系统blue screen后, 如何使用windebug分析dump文件?

Rongbin11 2008-07-23 04:24:18

我的机器出现Blue screen问题后,用windebug工具分析得出下面所列信息:
请教高手: 如何看其中的信息来判断问题所在呢?多谢指教!

1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (7e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 8224c639, The address that the exception occurred at
Arg3: 8cd03c04, Exception Record Address
Arg4: 8cd03900, Context Record Address

Debugging Details:
------------------


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

FAULTING_IP:
iaStor+42639
8224c639 8b01 mov eax,dword ptr [ecx]

EXCEPTION_RECORD: 8cd03c04 -- (.exr 0xffffffff8cd03c04)
ExceptionAddress: 8224c639 (iaStor+0x00042639)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00000000
Attempt to read from address 00000000

CONTEXT: 8cd03900 -- (.cxr 0xffffffff8cd03900)
eax=8534b300 ebx=8534b2a8 ecx=00000000 edx=8534b168 esi=8534b2a8 edi=00000002
eip=8224c639 esp=8cd03ccc ebp=8cd03cd4 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
iaStor+0x42639:
8224c639 8b01 mov eax,dword ptr [ecx] ds:0023:00000000=????????
Resetting default scope

DEFAULT_BUCKET_ID: NULL_DEREFERENCE

PROCESS_NAME: System

CURRENT_IRQL: 0

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

READ_ADDRESS: 00000000

BUGCHECK_STR: 0x7E

LAST_CONTROL_TRANSFER: from 8224c79c to 8224c639

STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
8cd03cd4 8224c79c 00000002 8534b2a0 8534b168 iaStor+0x42639
8cd03cfc 8224cd48 81d1e13c 88b34c78 84ef5f68 iaStor+0x4279c
8cd03d14 82213bb4 8534b2ac 8cd03d30 82242059 iaStor+0x42d48
8cd03d20 82242059 85348a20 852c65e8 8cd03d44 iaStor+0x9bb4
8cd03d30 81e3823b 852c65e8 88b34c78 8848d270 iaStor+0x38059
8cd03d44 81c5441d 84ef5f68 00000000 8848d270 nt!IopProcessWorkItem+0x23
8cd03d7c 81df1a1c 84ef5f68 2f479c07 00000000 nt!ExpWorkerThread+0xfd
8cd03dc0 81c4aa3e 81c54320 80000001 00000000 nt!PspSystemThreadStartup+0x9d
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


FOLLOWUP_IP:
iaStor+42639
8224c639 8b01 mov eax,dword ptr [ecx]

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: iaStor+42639

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: iaStor

IMAGE_NAME: iaStor.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 4865ac6e

STACK_COMMAND: .cxr 0xffffffff8cd03900 ; kb

FAILURE_BUCKET_ID: 0x7E_iaStor+42639

BUCKET_ID: 0x7E_iaStor+42639

Followup: MachineOwner
---------


...全文
706 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
拓跋野 2011-11-21
  • 打赏
  • 举报
回复
请直接Google错误代码
lvusyy 2011-11-20
  • 打赏
  • 举报
回复
你们都很老啊、
空心兜兜 2010-10-16
  • 打赏
  • 举报
回复
!!!!!!!!!!!!
这么老的帖子!!!!!!!!!!!!!
cauchywu 2010-10-16
  • 打赏
  • 举报
回复
从dump file来看,是有关硬盘的故障。
iaStor.sys是SATA driver
请update相应最新的SATA 驱动试一下
WinDBG 是个非常强大的调试器,它设计了极其丰富的功能来支持各种调试任务,包括用户 态调试、 内核态调试、 调试转储文件、 远程调试等等。 WinDBG 具有非常大的灵活性和可扩展性, 用来满足各种各样的调试需求,比如用户可以自由定义调试事件的处理方式,编写调试扩展模块 来定制和补充 WinDBG 的调试功能。 尽管 WinDBG 是个典型的窗口程序, 但是它的大多数调试功能还是以手工输入命令的方式来 工作的。目前版本的 WinDBG 共提供了 20 多条标准命令, 140 多条元命令( Meta-commands), 和难以计数的大量扩展命令。学习和灵活使用这些命令是学习 WinDBG 的关键,也是难点。 上一章我们从设计的角度分析WinDBG ,本章将从使用(用户)的角度介绍 WinDBG 。我 们先介绍工作空间的概念和用法(第 1 节),然后介绍命令的分类和不同种类的命令提示符(第 2 节)。 第 3 节介绍不同的调试模式, 也就是如何与不同特征的调试目标建立调试会话。 第 4 节介绍 上下文的概念和在调试时应该如何切换和控制上下文。第 5 节介绍调试事件和如何定制调试事件 的处理方式。 从第 6 节到第 9 节我们将分别介绍如何在 WinDBG 中完成典型的调试操作, 比如控 制调试目标(第 6 节)、设置断点(第 7 节)、观察栈(第 8 节)以及如何观察和修改数据(第 9 节)。

18,124

社区成员

发帖
与我相关
我的任务
社区描述
Windows客户端使用相关问题交流社区
社区管理员
  • Windows客户端使用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧