Guest User

Untitled

a guest
Jul 20th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. 2: kd> !analyze -v
  2. *******************************************************************************
  3. * *
  4. * Bugcheck Analysis *
  5. * *
  6. *******************************************************************************
  7.  
  8. SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
  9. This is a very common bugcheck. Usually the exception address pinpoints
  10. the driver/function that caused the problem. Always note this address
  11. as well as the link date of the driver/image that contains this address.
  12. Some common problems are exception code 0x80000003. This means a hard
  13. coded breakpoint or assertion was hit, but this system was booted
  14. /NODEBUG. This is not supposed to happen as developers should never have
  15. hardcoded breakpoints in retail code, but ...
  16. If this happens, make sure a debugger gets connected, and the
  17. system is booted /DEBUG. This will let us see why this breakpoint is
  18. happening.
  19. Arguments:
  20. Arg1: c0000005, The exception code that was not handled
  21. Arg2: 8053ac11, The address that the exception occurred at
  22. Arg3: b01dbbb4, Exception Record Address
  23. Arg4: b01db8b0, Context Record Address
  24.  
  25. Debugging Details:
  26. ------------------
  27.  
  28.  
  29. EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
  30.  
  31. FAULTING_IP:
  32. nt!memset+41
  33. 8053ac11 f3ab rep stos dword ptr es:[edi]
  34.  
  35. EXCEPTION_RECORD: b01dbbb4 -- (.exr 0xffffffffb01dbbb4)
  36. ExceptionAddress: 8053ac11 (nt!memset+0x00000041)
  37. ExceptionCode: c0000005 (Access violation)
  38. ExceptionFlags: 00000000
  39. NumberParameters: 2
  40. Parameter[0]: 00000001
  41. Parameter[1]: 02350000
  42. Attempt to write to address 02350000
  43.  
  44. CONTEXT: b01db8b0 -- (.cxr 0xffffffffb01db8b0)
  45. eax=00000000 ebx=00000080 ecx=00000020 edx=00000000 esi=e3f2f768 edi=02350000
  46. eip=8053ac11 esp=b01dbc7c ebp=b01dbd18 iopl=0 nv up ei pl nz ac po nc
  47. cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010212
  48. nt!memset+0x41:
  49. 8053ac11 f3ab rep stos dword ptr es:[edi]
  50. Resetting default scope
  51.  
  52. CUSTOMER_CRASH_COUNT: 2
  53.  
  54. DEFAULT_BUCKET_ID: DRIVER_FAULT
  55.  
  56. PROCESS_NAME: QCDPlayer.exe
  57.  
  58. ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
  59.  
  60. EXCEPTION_PARAMETER1: 00000001
  61.  
  62. EXCEPTION_PARAMETER2: 02350000
  63.  
  64. WRITE_ADDRESS: 02350000
  65.  
  66. FOLLOWUP_IP:
  67. BazisVirtualCDBus+ffb5
  68. b2e93fb5 ?? ???
  69.  
  70. BUGCHECK_STR: 0x7E
  71.  
  72. EXCEPTION_DOESNOT_MATCH_CODE: This indicates a hardware error.
  73. Instruction at 8053ac11 does not read/write to 02350000
  74.  
  75. LAST_CONTROL_TRANSFER: from 806e6d43 to 8053ac11
  76.  
  77. SYMBOL_ON_RAW_STACK: 1
  78.  
  79. STACK_ADDR_RAW_STACK_SYMBOL: ffffffffb01dbc84
  80.  
  81. STACK_COMMAND: dds B01DBC84-0x20 ; kb
  82.  
  83. STACK_TEXT:
  84. b01dbc64 00000080
  85. b01dbc68 b01dbd18
  86. b01dbc6c 00000002
  87. b01dbc70 8053ac11 nt!memset+0x41
  88. b01dbc74 00000008
  89. b01dbc78 00010212
  90. b01dbc7c 02350000
  91. b01dbc80 b2e93fb5 BazisVirtualCDBus+0xffb5
  92. b01dbc84 02350000
  93. b01dbc88 00000000
  94. b01dbc8c 00000080
  95. b01dbc90 02350000
  96. b01dbc94 89af1038
  97. b01dbc98 89af1068
  98. b01dbc9c 894e61a0
  99. b01dbca0 8a3ab4f8
  100. b01dbca4 00000000
  101. b01dbca8 b01dbcc0
  102. b01dbcac 804fc96c nt!KeReleaseMutex+0x14
  103. b01dbcb0 00000000
  104. b01dbcb4 00000001
  105. b01dbcb8 00000000
  106. b01dbcbc 00000000
  107. b01dbcc0 806e6d43 hal!HalpDispatchInterrupt+0xbb
  108. b01dbcc4 b01dbd68
  109. b01dbcc8 806e6427 hal!KfLowerIrql+0x17
  110. b01dbccc badb0d00
  111. b01dbcd0 00000000
  112. b01dbcd4 8a3ab4f8
  113. b01dbcd8 894e61e8
  114. b01dbcdc 00000000
  115. b01dbce0 00000000
  116.  
  117.  
  118. SYMBOL_NAME: BazisVirtualCDBus+ffb5
  119.  
  120. FOLLOWUP_NAME: MachineOwner
  121.  
  122. MODULE_NAME: BazisVirtualCDBus
  123.  
  124. IMAGE_NAME: BazisVirtualCDBus.sys
  125.  
  126. DEBUG_FLR_IMAGE_TIMESTAMP: 4cc98469
  127.  
  128. FAILURE_BUCKET_ID: 0x7E_CODE_ADDRESS_MISMATCH_BazisVirtualCDBus+ffb5
  129.  
  130. BUCKET_ID: 0x7E_CODE_ADDRESS_MISMATCH_BazisVirtualCDBus+ffb5
  131.  
  132. Followup: MachineOwner
  133. ---------
Add Comment
Please, Sign In to add comment