本帖最后由 812534593 于 2014-3-20 14:55 编辑
我使用windbg看了下,显示是硬盘问题,而且你找找ComputerZ_CN.e 是什么东西。信息如下:
- *******************************************************************************
- * *
- * Bugcheck Analysis *
- * *
- *******************************************************************************
- Use !analyze -v to get detailed debugging information.
- BugCheck 124, {0, fffffa80048b7028, be200000, 11136}
- Probably caused by : hardware
- Followup: MachineOwner
- ---------
- 3: 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: 0000000000000000, Machine Check Exception
- Arg2: fffffa80048b7028, Address of the WHEA_ERROR_RECORD structure.
- Arg3: 00000000be200000, High order 32-bits of the MCi_STATUS value.
- Arg4: 0000000000011136, 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: ComputerZ_CN.e
- CURRENT_IRQL: f
- STACK_TEXT:
- fffff880`049dfa58 fffff800`0422fa3b : 00000000`00000124 00000000`00000000 fffffa80`048b7028 00000000`be200000 : nt!KeBugCheckEx
- fffff880`049dfa60 fffff800`043f2463 : 00000000`00000001 fffffa80`048baea0 00000000`00000000 fffffa80`048baef0 : hal!HalBugCheckSystem+0x1e3
- fffff880`049dfaa0 fffff800`0422f700 : 00000000`00000728 fffffa80`048baea0 fffff880`049dfe30 fffff880`049dfe00 : nt!WheaReportHwError+0x263
- fffff880`049dfb00 fffff800`0422f052 : fffffa80`048baea0 fffff880`049dfe30 fffffa80`048baea0 00000000`00000000 : hal!HalpMcaReportError+0x4c
- fffff880`049dfc50 fffff800`0422ef0d : 00000000`00000004 00000000`00000001 fffff880`049dfeb0 00000000`00000000 : hal!HalpMceHandler+0x9e
- fffff880`049dfc90 fffff800`04222e88 : 00000000`8dd938c6 ffffffff`ffffffff 00000000`00000000 00000000`00000000 : hal!HalpMceHandlerWithRendezvous+0x55
- fffff880`049dfcc0 fffff800`042da4ac : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : hal!HalHandleMcheck+0x40
- fffff880`049dfcf0 fffff800`042da313 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KxMcheckAbort+0x6c
- fffff880`049dfe30 fffff800`042ae44c : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiMcheckAbort+0x153
- fffff880`07db6290 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!MiLockLeafPage+0x64
- STACK_COMMAND: kb
- FOLLOWUP_NAME: MachineOwner
- MODULE_NAME: hardware
- IMAGE_NAME: hardware
- DEBUG_FLR_IMAGE_TIMESTAMP: 0
- FAILURE_BUCKET_ID: X64_0x124_GenuineIntel_PROCESSOR_CACHE
- BUCKET_ID: X64_0x124_GenuineIntel_PROCESSOR_CACHE
- Followup: MachineOwner
- ---------
- 3: kd> !process
- GetPointerFromAddress: unable to read from fffff80004513000
- PROCESS fffffa80041387d0
- SessionId: none Cid: 13c8 Peb: 7efdf000 ParentCid: 09b0
- DirBase: 29ee4000 ObjectTable: fffff8a004379010 HandleCount: <Data Not Accessible>
- Image: ComputerZ_CN.e
- VadRoot fffffa80091336c0 Vads 732 Clone 0 Private 9594. Modified 263552. Locked 0.
- DeviceMap fffff8a0019bb430
- Token fffff8a0044ec580
- ReadMemory error: Cannot get nt!KeMaximumIncrement value.
- fffff78000000000: Unable to get shared data
- ElapsedTime 00:00:00.000
- UserTime 00:00:00.000
- KernelTime 00:00:00.000
- QuotaPoolUsage[PagedPool] 0
- QuotaPoolUsage[NonPagedPool] 0
- Working Set Sizes (now,min,max) (6384, 50, 345) (25536KB, 200KB, 1380KB)
- PeakWorkingSetSize 48165
- VirtualSize 275 Mb
- PeakVirtualSize 367 Mb
- PageFaultCount 5604552
- MemoryPriority BACKGROUND
- BasePriority 8
- CommitCharge 13096
- Job fffffa80090a9ce0
- *** Error in reading nt!_ETHREAD @ fffffa80040f1060
复制代码 |