1. 2: kd> !analyze -v
  2. *******************************************************************************
  3. * *
  4. * Bugcheck Analysis *
  5. * *
  6. *******************************************************************************
  7. UNEXPECTED_KERNEL_MODE_TRAP (7f)
  8. This means a trap occurred in kernel mode, and it's a trap of a kind
  9. that the kernel isn't allowed to have/catch (bound trap) or that
  10. is always instant death (double fault). The first number in the
  11. bugcheck params is the number of the trap (8 = double fault, etc)
  12. Consult an Intel x86 family manual to learn more about what these
  13. traps are. Here is a *portion* of those codes:
  14. If kv shows a taskGate
  15. use .tss on the part before the colon, then kv.
  16. Else if kv shows a trapframe
  17. use .trap on that value
  18. Else
  19. .trap on the appropriate frame will show where the trap was taken
  20. (on x86, this will be the ebp that goes with the procedure KiTrap)
  21. Endif
  22. kb will then show the corrected stack.
  23. Arguments:
  24. Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
  25. Arg2: 0000000080050033
  26. Arg3: 00000000000406f8
  27. Arg4: fffff800034c9d3d
  28. Debugging Details:
  29. ------------------
  30. BUGCHECK_STR: 0x7f_8
  31. CUSTOMER_CRASH_COUNT: 1
  32. DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
  33. PROCESS_NAME: System
  34. CURRENT_IRQL: 2
  35. ANALYSIS_VERSION: 6.3.9600.17029 (debuggers(dbg).140219-1702) amd64fre
  36. LAST_CONTROL_TRANSFER: from fffff800034c6169 to fffff800034c6bc0
  37. STACK_TEXT:
  38. fffff880`0336bce8 fffff800`034c6169 : 00000000`0000007f 00000000`00000008 00000000`80050033 00000000`000406f8 : nt!KeBugCheckEx
  39. fffff880`0336bcf0 fffff800`034c4632 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
  40. fffff880`0336be30 fffff800`034c9d3d : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0xb2
  41. fffff880`03717fd0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!SwapContext+0xd
  42. STACK_COMMAND: kb
  43. FOLLOWUP_IP:
  44. nt!KiDoubleFaultAbort+b2
  45. fffff800`034c4632 90 nop
  46. SYMBOL_STACK_INDEX: 2
  47. SYMBOL_NAME: nt!KiDoubleFaultAbort+b2
  48. FOLLOWUP_NAME: MachineOwner
  49. MODULE_NAME: nt
  50. IMAGE_NAME: ntkrnlmp.exe
  51. DEBUG_FLR_IMAGE_TIMESTAMP: 531590fb
  52. IMAGE_VERSION: 6.1.7601.18409
  53. FAILURE_BUCKET_ID: X64_0x7f_8_nt!KiDoubleFaultAbort+b2
  54. BUCKET_ID: X64_0x7f_8_nt!KiDoubleFaultAbort+b2
  55. ANALYSIS_SOURCE: KM
  56. FAILURE_ID_HASH_STRING: km:x64_0x7f_8_nt!kidoublefaultabort+b2
  57. FAILURE_ID_HASH: {0367acc4-9bb4-ab69-5701-46a2011718e9}
  58. Followup: MachineOwner