Re: 该蓝屏应该是硬件故障,我该如何进一步定位?

Windows内核调试

该蓝屏应该是硬件故障,我该如何进一步定位?


tpoped 2010-03-08, 21:39 下午

我的一位朋友有台hp笔记本,vista系统,买了不久老是蓝屏,我开始估计是杀毒软件所致,但好像卸了之后还是蓝,我在windbg中查看了下Minidump文件,应该是硬件故障,在网上找了不少,其他一些人也曾经遇到过同样的故障,但是总是说得不清不楚,从以下的分析应该看应该是硬件故障,但若是硬件故障我该如何用windbg进一步找出到底是CPU故障还是内存故障呢?请张老师及各位高人帮我看看,十分感谢.

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 124, {0, 84490028, b2000000, 60151}
Probably caused by : hardware

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

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

WHEA_UNCORRECTABLE_ERROR (124)
A fatal hardware error has occurred. Parameter 1 identifies the type of error
source that reported the error. Parameter 2 holds the address of the
WHEA_ERROR_RECORD structure that describes the error conditon.
Arguments:
Arg1: 00000000, Machine Check Exception
Arg2: 84490028, Address of the WHEA_ERROR_RECORD structure.
Arg3: b2000000, High order 32-bits of the MCi_STATUS value.
Arg4: 00060151, Low order 32-bits of the MCi_STATUS value.

Debugging Details:
------------------
BUGCHECK_STR:  0x124_GenuineIntel

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

PROCESS_NAME:  taskeng.exe

CURRENT_IRQL:  0

STACK_TEXT: 
822f8f38 825c58b5 00000124 00000000 84490028 nt!KeBugCheckEx+0x1e
822f8f8c 822c6928 84490028 844b4008 844b4008 hal!HalBugCheckSystem+0xe1
822f8fb8 825c57c9 844b4008 00000000 822f8ff4 nt!WheaReportHwError+0x1d0
822f8fc8 825c5ea7 00000003 844b4008 00000000 hal!HalpReportMachineCheck+0x31
822f8ff4 825c199f 80154000 00000000 00000000 hal!HalpMcaExceptionHandler+0xf7
822f8ff4 00000000 80154000 00000000 00000000 hal!HalpMcaExceptionHandlerWrapper+0x77


STACK_COMMAND:  kb

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: hardware

IMAGE_NAME:  hardware

DEBUG_FLR_IMAGE_TIMESTAMP:  0

FAILURE_BUCKET_ID:  0x124_GenuineIntel__UNKNOWN

BUCKET_ID:  0x124_GenuineIntel__UNKNOWN

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

Re: 该蓝屏应该是硬件故障,我该如何进一步定位?


格蠹老雷 2010-03-09, 12:57 下午
从错误码来看,是内存的问题

Powered by Community Server Powered by CnForums.Net