Advertisement
ajdam

Untitled

Aug 22nd, 2017
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1.  
  2. Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
  3. Copyright (c) Microsoft Corporation. All rights reserved.
  4.  
  5.  
  6. Loading Dump File [C:\Windows\Minidump\082217-4828-01.dmp]
  7. Mini Kernel Dump File: Only registers and stack trace are available
  8.  
  9. Symbol search path is: http://msdl.microsoft.com/download/symbols
  10. Executable search path is:
  11. Windows 7 Kernel Version 15063 MP (8 procs) Free x64
  12. Product: WinNt, suite: TerminalServer SingleUserTS
  13. Built by: 15063.0.amd64fre.rs2_release.170317-1834
  14. Machine Name:
  15. Kernel base = 0xfffff803`d2088000 PsLoadedModuleList = 0xfffff803`d23d45c0
  16. Debug session time: Tue Aug 22 20:58:31.877 2017 (GMT+2)
  17. System Uptime: 0 days 2:36:36.827
  18. Loading Kernel Symbols
  19. ...............................................................
  20. ................................................................
  21. ..............................................
  22. Loading User Symbols
  23. Loading unloaded module list
  24. ..........
  25. *******************************************************************************
  26. * *
  27. * Bugcheck Analysis *
  28. * *
  29. *******************************************************************************
  30.  
  31. Use !analyze -v to get detailed debugging information.
  32.  
  33. BugCheck 124, {0, ffff8703b5354028, be000000, 800400}
  34.  
  35. Probably caused by : hardware
  36.  
  37. Followup: MachineOwner
  38. ---------
  39.  
  40. 5: kd> !analyze -v
  41. *******************************************************************************
  42. * *
  43. * Bugcheck Analysis *
  44. * *
  45. *******************************************************************************
  46.  
  47. WHEA_UNCORRECTABLE_ERROR (124)
  48. A fatal hardware error has occurred. Parameter 1 identifies the type of error
  49. source that reported the error. Parameter 2 holds the address of the
  50. WHEA_ERROR_RECORD structure that describes the error conditon.
  51. Arguments:
  52. Arg1: 0000000000000000, Machine Check Exception
  53. Arg2: ffff8703b5354028, Address of the WHEA_ERROR_RECORD structure.
  54. Arg3: 00000000be000000, High order 32-bits of the MCi_STATUS value.
  55. Arg4: 0000000000800400, Low order 32-bits of the MCi_STATUS value.
  56.  
  57. Debugging Details:
  58. ------------------
  59.  
  60.  
  61. BUGCHECK_STR: 0x124_GenuineIntel
  62.  
  63. CUSTOMER_CRASH_COUNT: 1
  64.  
  65. DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
  66.  
  67. PROCESS_NAME: chrome.exe
  68.  
  69. CURRENT_IRQL: f
  70.  
  71. STACK_TEXT:
  72. ffffcf80`643f27b8 fffff803`d20455cf : 00000000`00000124 00000000`00000000 ffff8703`b5354028 00000000`be000000 : nt!KeBugCheckEx
  73. ffffcf80`643f27c0 fffff803`d22e422d : ffff8703`b5354028 ffff8703`b4c27a70 ffff8703`b4c27a70 ffff8703`b4c27a70 : hal!HalBugCheckSystem+0xcf
  74. ffffcf80`643f2800 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!WheaReportHwError+0x25d
  75.  
  76.  
  77. STACK_COMMAND: kb
  78.  
  79. FOLLOWUP_NAME: MachineOwner
  80.  
  81. MODULE_NAME: hardware
  82.  
  83. IMAGE_NAME: hardware
  84.  
  85. DEBUG_FLR_IMAGE_TIMESTAMP: 0
  86.  
  87. FAILURE_BUCKET_ID: X64_0x124_GenuineIntel_PROCESSOR_MAE
  88.  
  89. BUCKET_ID: X64_0x124_GenuineIntel_PROCESSOR_MAE
  90.  
  91. Followup: MachineOwner
  92. ---------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement