windows - Analyze BSOD WHEA_UNCORRECTABLE_ERROR WIN8 Driver -


i have new computer 3 weeks , lot of whea_uncorrectable_error bsods. these bluescreens random every 30 - 50 minutes.

here dump windbg:


microsoft (r) windows debugger version 6.2.9200.20512 amd64 copyright (c) microsoft corporation. rights reserved.

loading dump file [c:\windows\minidump\050913-7984-01.dmp] mini kernel dump file: registers , stack trace available

symbol search path is: srv*c:\symbole*http://msdl.microsoft.com/download/symbols executable search path is: windows 8 kernel version 9200 mp (4 procs) free x64 product: winnt, suite: terminalserver singleuserts built by: 9200.16551.amd64fre.win8_gdr.130306-1502 machine name: kernel base = 0xfffff80104018000 psloadedmodulelist = 0xfffff801042e4b00 debug session time: thu may 9 17:12:45.597 2013 (utc + 2:00) system uptime: 0 days 0:00:25.246 loading kernel symbols ............................................................... ................................................................ .................. loading user symbols loading unloaded module list .......


  • *
  • bugcheck analysis *
  • *

use !analyze -v detailed debugging information.

bugcheck 124, {0, fffffa8008c87028, be200000, 2110a}

probably caused : genuineintel

followup: machineowner

1: kd> !analyze -v


  • *
  • bugcheck analysis *
  • *

whea_uncorrectable_error (124) fatal hardware error has occurred. parameter 1 identifies type of error source reported error. parameter 2 holds address of whea_error_record structure describes error conditon. arguments: arg1: 0000000000000000, machine check exception arg2: fffffa8008c87028, address of whea_error_record structure. arg3: 00000000be200000, high order 32-bits of mci_status value. arg4: 000000000002110a, low order 32-bits of mci_status value.

debugging details:

bugcheck_str: 0x124_genuineintel

customer_crash_count: 1

default_bucket_id: win8_driver_fault

process_name: system

current_irql: f

stack_text:
fffff880009f9868 fffff8010479193d : 0000000000000124 0000000000000000 fffffa8008c87028 00000000be200000 : nt!kebugcheckex fffff880009f9870 fffff80104178969 : 0000000000000001 fffffa80066d7320 0000000000000000 fffffa8008c87028 : hal!halbugchecksystem+0xf9 fffff880009f98b0 fffff801047916e3 : 0000000000000728 0000000000000001 fffff880009f9a10 fffffa80066d7320 : nt!wheareporthwerror+0x249 fffff880009f9910 fffff8010479100c : 0000000000000010 fffffa80066d7320 fffff880009f9ac8 fffffa80066d7320 : hal!halpmcareporterror+0x53 fffff880009f9a70 fffff80104790f07 : fffffa800678b760 0000000000000001 0000000000000001 0000000000000000 : hal!halpmcehandlercore+0xd4 fffff880009f9ac0 fffff80104790d64 : 0000000000000004 0000000000000001 0000000000000000 0000000000000000 : hal!halpmcehandler+0xe3 fffff880009f9b00 fffff80104791edb : fffffa800678b760 fffff880009f9d30 0000000000000000 0000000000000000 : hal!halpmcehandlerwithrendezvous+0xd4 fffff880009f9b30 fffff8010407057b : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : hal!halhandlemcheck+0x40 fffff880009f9b60 fffff8010407032e : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : nt!kxmcheckabort+0x7b fffff880009f9ca0 fffff8800158e984 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : nt!kimcheckabort+0x16e fffff88002e1b888 0000000000000000 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : intelppm!mwaitidle+0x18

stack_command: kb

followup_name: machineowner

module_name: genuineintel

image_name: genuineintel

debug_flr_image_timestamp: 0

failure_bucket_id: 0x124_genuineintel_processor_cache

bucket_id: 0x124_genuineintel_processor_cache

followup: machineowner


i have reinstalled windows 3 times every time these errors. can tell me whats problem is?

greets

this might cause intel cpu driver, energy management or etc. try not install intel cpu driver(might delivered motherboard).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -