fork download
  1. 5: 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: ffffffffc0000005, The exception code that was not handled
  21. Arg2: fffff801cd8ab2cc, The address that the exception occurred at
  22. Arg3: ffffd0007b4f1aa8, Exception Record Address
  23. Arg4: ffffd0007b4f12c0, Context Record Address
  24.  
  25. Debugging Details:
  26. ------------------
  27.  
  28. ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
  29.  
  30. *************************************************************************
  31. *** ***
  32. *** ***
  33. *** Your debugger is not using the correct symbols ***
  34. *** ***
  35. *** In order for this command to work properly, your symbol path ***
  36. *** must point to .pdb files that have full type information. ***
  37. *** ***
  38. *** Certain .pdb files (such as the public OS symbols) do not ***
  39. *** contain the required information. Contact the group that ***
  40. *** provided you with these symbols if you need this command to ***
  41. *** work. ***
  42. *** ***
  43. *** Type referenced: nt!_KPRCB ***
  44. *** ***
  45. *************************************************************************
  46. *************************************************************************
  47. *** ***
  48. *** ***
  49. *** Your debugger is not using the correct symbols ***
  50. *** ***
  51. *** In order for this command to work properly, your symbol path ***
  52. *** must point to .pdb files that have full type information. ***
  53. *** ***
  54. *** Certain .pdb files (such as the public OS symbols) do not ***
  55. *** contain the required information. Contact the group that ***
  56. *** provided you with these symbols if you need this command to ***
  57. *** work. ***
  58. *** ***
  59. *** Type referenced: nt!KPRCB ***
  60. *** ***
  61. *************************************************************************
  62. *************************************************************************
  63. *** ***
  64. *** ***
  65. *** Your debugger is not using the correct symbols ***
  66. *** ***
  67. *** In order for this command to work properly, your symbol path ***
  68. *** must point to .pdb files that have full type information. ***
  69. *** ***
  70. *** Certain .pdb files (such as the public OS symbols) do not ***
  71. *** contain the required information. Contact the group that ***
  72. *** provided you with these symbols if you need this command to ***
  73. *** work. ***
  74. *** ***
  75. *** Type referenced: nt!_KPRCB ***
  76. *** ***
  77. *************************************************************************
  78. *************************************************************************
  79. *** ***
  80. *** ***
  81. *** Your debugger is not using the correct symbols ***
  82. *** ***
  83. *** In order for this command to work properly, your symbol path ***
  84. *** must point to .pdb files that have full type information. ***
  85. *** ***
  86. *** Certain .pdb files (such as the public OS symbols) do not ***
  87. *** contain the required information. Contact the group that ***
  88. *** provided you with these symbols if you need this command to ***
  89. *** work. ***
  90. *** ***
  91. *** Type referenced: nt!KPRCB ***
  92. *** ***
  93. *************************************************************************
  94. *************************************************************************
  95. *** ***
  96. *** ***
  97. *** Your debugger is not using the correct symbols ***
  98. *** ***
  99. *** In order for this command to work properly, your symbol path ***
  100. *** must point to .pdb files that have full type information. ***
  101. *** ***
  102. *** Certain .pdb files (such as the public OS symbols) do not ***
  103. *** contain the required information. Contact the group that ***
  104. *** provided you with these symbols if you need this command to ***
  105. *** work. ***
  106. *** ***
  107. *** Type referenced: nt!_KPRCB ***
  108. *** ***
  109. *************************************************************************
  110. *************************************************************************
  111. *** ***
  112. *** ***
  113. *** Your debugger is not using the correct symbols ***
  114. *** ***
  115. *** In order for this command to work properly, your symbol path ***
  116. *** must point to .pdb files that have full type information. ***
  117. *** ***
  118. *** Certain .pdb files (such as the public OS symbols) do not ***
  119. *** contain the required information. Contact the group that ***
  120. *** provided you with these symbols if you need this command to ***
  121. *** work. ***
  122. *** ***
  123. *** Type referenced: nt!_KPRCB ***
  124. *** ***
  125. *************************************************************************
  126. *************************************************************************
  127. *** ***
  128. *** ***
  129. *** Your debugger is not using the correct symbols ***
  130. *** ***
  131. *** In order for this command to work properly, your symbol path ***
  132. *** must point to .pdb files that have full type information. ***
  133. *** ***
  134. *** Certain .pdb files (such as the public OS symbols) do not ***
  135. *** contain the required information. Contact the group that ***
  136. *** provided you with these symbols if you need this command to ***
  137. *** work. ***
  138. *** ***
  139. *** Type referenced: nt!_KPRCB ***
  140. *** ***
  141. *************************************************************************
  142. *************************************************************************
  143. *** ***
  144. *** ***
  145. *** Your debugger is not using the correct symbols ***
  146. *** ***
  147. *** In order for this command to work properly, your symbol path ***
  148. *** must point to .pdb files that have full type information. ***
  149. *** ***
  150. *** Certain .pdb files (such as the public OS symbols) do not ***
  151. *** contain the required information. Contact the group that ***
  152. *** provided you with these symbols if you need this command to ***
  153. *** work. ***
  154. *** ***
  155. *** Type referenced: nt!_KPRCB ***
  156. *** ***
  157. *************************************************************************
  158.  
  159. ADDITIONAL_DEBUG_TEXT:
  160. Use '!findthebuild' command to search for the target build information.
  161. If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
  162.  
  163. FAULTING_MODULE: fffff80256073000 nt
  164.  
  165. DEBUG_FLR_IMAGE_TIMESTAMP: 565b654c
  166.  
  167. EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.
  168.  
  169. FAULTING_IP:
  170. atikmdag+ceb2cc
  171. fffff801`cd8ab2cc 48ff6058 jmp qword ptr [rax+58h]
  172.  
  173. EXCEPTION_RECORD: ffffd0007b4f1aa8 -- (.exr 0xffffd0007b4f1aa8)
  174. ExceptionAddress: fffff801cd8ab2cc (atikmdag+0x0000000000ceb2cc)
  175. ExceptionCode: c0000005 (Access violation)
  176. ExceptionFlags: 00000000
  177. NumberParameters: 2
  178. Parameter[0]: 0000000000000000
  179. Parameter[1]: ffffffffffffffff
  180. Attempt to read from address ffffffffffffffff
  181.  
  182. CONTEXT: ffffd0007b4f12c0 -- (.cxr 0xffffd0007b4f12c0)
  183. rax=fffff801ce1a03f0 rbx=ffffc0018faea360 rcx=ffffc001a974ab00
  184. rdx=ffffd0007b4f1d40 rsi=ffffc001c7bde060 rdi=ffffd0007b4f1d40
  185. rip=fffff801cd8ab2cc rsp=ffffd0007b4f1ce8 rbp=ffffd0007b4f1f90
  186. r8=fffff801ce18ad90 r9=0000000000000001 r10=0000000000000000
  187. r11=fffff801ccdd4d83 r12=ffffc0018fa886a0 r13=0000000000000002
  188. r14=ffffc0018fa69500 r15=ffffc0018fa886a0
  189. iopl=0 nv up ei ng nz na po nc
  190. cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010286
  191. atikmdag+0xceb2cc:
  192. fffff801`cd8ab2cc 48ff6058 jmp qword ptr [rax+58h] ds:002b:fffff801`ce1a0448=657079546d654d20
  193. Resetting default scope
  194.  
  195. CUSTOMER_CRASH_COUNT: 1
  196.  
  197. DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
  198.  
  199. BUGCHECK_STR: 0x7E
  200.  
  201. CURRENT_IRQL: 0
  202.  
  203. EXCEPTION_STR: 0x0
  204.  
  205. LAST_CONTROL_TRANSFER: from fffff801cd8363a1 to fffff801cd8ab2cc
  206.  
  207. STACK_TEXT:
  208. ffffd000`7b4f1ce8 fffff801`cd8363a1 : ffffc001`8faea360 00000016`0000002f 00000000`00000080 fffff801`cd962d67 : atikmdag+0xceb2cc
  209. ffffd000`7b4f1cf0 ffffc001`8faea360 : 00000016`0000002f 00000000`00000080 fffff801`cd962d67 ffffc001`c7bde060 : atikmdag+0xc763a1
  210. ffffd000`7b4f1cf8 00000016`0000002f : 00000000`00000080 fffff801`cd962d67 ffffc001`c7bde060 fffff801`cd7cdccf : 0xffffc001`8faea360
  211. ffffd000`7b4f1d00 00000000`00000080 : fffff801`cd962d67 ffffc001`c7bde060 fffff801`cd7cdccf ffffd000`7b4f2060 : 0x16`0000002f
  212. ffffd000`7b4f1d08 fffff801`cd962d67 : ffffc001`c7bde060 fffff801`cd7cdccf ffffd000`7b4f2060 00000000`00000001 : 0x80
  213. ffffd000`7b4f1d10 ffffc001`c7bde060 : fffff801`cd7cdccf ffffd000`7b4f2060 00000000`00000001 00000003`00000048 : atikmdag+0xda2d67
  214. ffffd000`7b4f1d18 fffff801`cd7cdccf : ffffd000`7b4f2060 00000000`00000001 00000003`00000048 ffffd000`7b4f1e00 : 0xffffc001`c7bde060
  215. ffffd000`7b4f1d20 ffffd000`7b4f2060 : 00000000`00000001 00000003`00000048 ffffd000`7b4f1e00 00000000`00000000 : atikmdag+0xc0dccf
  216. ffffd000`7b4f1d28 00000000`00000001 : 00000003`00000048 ffffd000`7b4f1e00 00000000`00000000 00000000`00000000 : 0xffffd000`7b4f2060
  217. ffffd000`7b4f1d30 00000003`00000048 : ffffd000`7b4f1e00 00000000`00000000 00000000`00000000 00000000`00000000 : 0x1
  218. ffffd000`7b4f1d38 ffffd000`7b4f1e00 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x3`00000048
  219. ffffd000`7b4f1d40 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xffffd000`7b4f1e00
  220.  
  221.  
  222. FOLLOWUP_IP:
  223. atikmdag+ceb2cc
  224. fffff801`cd8ab2cc 48ff6058 jmp qword ptr [rax+58h]
  225.  
  226. SYMBOL_STACK_INDEX: 0
  227.  
  228. SYMBOL_NAME: atikmdag+ceb2cc
  229.  
  230. FOLLOWUP_NAME: MachineOwner
  231.  
  232. MODULE_NAME: atikmdag
  233.  
  234. IMAGE_NAME: atikmdag.sys
  235.  
  236. STACK_COMMAND: .cxr 0xffffd0007b4f12c0 ; kb
  237.  
  238. BUCKET_ID: WRONG_SYMBOLS
  239.  
  240. Followup: MachineOwner
  241. ---------
  242. 5: kd> lm t n
  243. start end module name
  244. fffff801`c7e00000 fffff801`c7e99000 CI CI.dll Fri Oct 30 03:35:19 2015 (5632D767)
  245. fffff801`c7ea0000 fffff801`c7efc000 msrpc msrpc.sys Fri Oct 30 03:34:46 2015 (5632D746)
  246. fffff801`c7f00000 fffff801`c7f62000 FLTMGR FLTMGR.SYS Fri Oct 30 03:09:58 2015 (5632D176)
  247. fffff801`c7f70000 fffff801`c7f95000 ksecdd ksecdd.sys Fri Oct 30 03:38:43 2015 (5632D833)
  248. fffff801`c7fa0000 fffff801`c8045000 clipsp clipsp.sys Fri Oct 30 03:37:15 2015 (5632D7DB)
  249. fffff801`c8050000 fffff801`c8115000 Wdf01000 Wdf01000.sys Fri Oct 30 03:24:27 2015 (5632D4DB)
  250. fffff801`c8120000 fffff801`c8133000 WDFLDR WDFLDR.SYS Fri Oct 30 03:09:44 2015 (5632D168)
  251. fffff801`c8140000 fffff801`c8163000 acpiex acpiex.sys Fri Oct 30 03:39:16 2015 (5632D854)
  252. fffff801`c8170000 fffff801`c817d000 WppRecorder WppRecorder.sys Fri Oct 30 03:09:42 2015 (5632D166)
  253. fffff801`c8180000 fffff801`c8218000 cng cng.sys Sun Nov 22 10:40:56 2015 (56518DA8)
  254. fffff801`c8220000 fffff801`c82b0000 ACPI ACPI.sys Fri Oct 30 03:10:07 2015 (5632D17F)
  255. fffff801`c82b0000 fffff801`c82bc000 WMILIB WMILIB.SYS Fri Oct 30 03:09:42 2015 (5632D166)
  256. fffff801`c82d0000 fffff801`c82ef000 WindowsTrustedRT WindowsTrustedRT.sys Fri Oct 30 03:38:30 2015 (5632D826)
  257. fffff801`c82f0000 fffff801`c82fb000 WindowsTrustedRTProxy WindowsTrustedRTProxy.sys Fri Oct 30 03:38:29 2015 (5632D825)
  258. fffff801`c8300000 fffff801`c8312000 pcw pcw.sys Fri Oct 30 03:09:42 2015 (5632D166)
  259. fffff801`c8320000 fffff801`c832b000 msisadrv msisadrv.sys Fri Oct 30 03:41:55 2015 (5632D8F3)
  260. fffff801`c8330000 fffff801`c8386000 pci pci.sys Fri Oct 30 03:29:30 2015 (5632D60A)
  261. fffff801`c8390000 fffff801`c83a2000 vdrvroot vdrvroot.sys Fri Oct 30 03:39:01 2015 (5632D845)
  262. fffff801`c83b0000 fffff801`c83ce000 pdc pdc.sys Fri Oct 30 03:09:51 2015 (5632D16F)
  263. fffff801`c83d0000 fffff801`c83e9000 CEA CEA.sys Fri Oct 30 03:42:10 2015 (5632D902)
  264. fffff801`c83f0000 fffff801`c8412000 partmgr partmgr.sys Fri Oct 30 03:09:52 2015 (5632D170)
  265. fffff801`c8420000 fffff801`c84a6000 spaceport spaceport.sys Fri Oct 30 03:34:45 2015 (5632D745)
  266. fffff801`c84b0000 fffff801`c84c8000 volmgr volmgr.sys Fri Oct 30 03:09:49 2015 (5632D16D)
  267. fffff801`c84d0000 fffff801`c852e000 volmgrx volmgrx.sys Fri Oct 30 03:09:52 2015 (5632D170)
  268. fffff801`c8530000 fffff801`c8549000 vmci vmci.sys Fri Sep 05 04:11:32 2014 (54091BD4)
  269. fffff801`c8550000 fffff801`c8567000 vsock vsock.sys Fri Sep 05 04:12:05 2014 (54091BF5)
  270. fffff801`c8570000 fffff801`c858d000 mountmgr mountmgr.sys Fri Oct 30 03:09:48 2015 (5632D16C)
  271. fffff801`c8590000 fffff801`c85b5000 storahci storahci.sys Fri Oct 30 03:35:25 2015 (5632D76D)
  272. fffff801`c85c0000 fffff801`c8638000 storport storport.sys Fri Oct 30 03:34:05 2015 (5632D71D)
  273. fffff801`c8640000 fffff801`c86ce000 mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Fri Oct 30 03:42:26 2015 (5632D912)
  274. fffff801`c86d0000 fffff801`c86e0000 werkernel werkernel.sys Fri Oct 30 03:42:19 2015 (5632D90B)
  275. fffff801`c86e0000 fffff801`c8745000 CLFS CLFS.SYS Fri Oct 30 03:09:54 2015 (5632D172)
  276. fffff801`c8750000 fffff801`c8775000 tm tm.sys Fri Oct 30 03:09:42 2015 (5632D166)
  277. fffff801`c8780000 fffff801`c8797000 PSHED PSHED.dll Fri Oct 30 03:09:48 2015 (5632D16C)
  278. fffff801`c87a0000 fffff801`c87ab000 BOOTVID BOOTVID.dll Fri Oct 30 03:09:41 2015 (5632D165)
  279. fffff801`c87b0000 fffff801`c87be000 cmimcext cmimcext.sys Fri Oct 30 03:09:42 2015 (5632D166)
  280. fffff801`c87c0000 fffff801`c87cc000 ntosext ntosext.sys Fri Oct 30 03:09:41 2015 (5632D165)
  281. fffff801`c87d0000 fffff801`c87ec000 EhStorClass EhStorClass.sys Fri Oct 30 03:31:41 2015 (5632D68D)
  282. fffff801`c8800000 fffff801`c8838000 Wof Wof.sys Fri Oct 30 03:38:16 2015 (5632D818)
  283. fffff801`c8840000 fffff801`c888c000 WdFilter WdFilter.sys Fri Oct 30 03:34:35 2015 (5632D73B)
  284. fffff801`c8890000 fffff801`c8aa8000 NTFS NTFS.sys Fri Oct 30 03:12:23 2015 (5632D207)
  285. fffff801`c8ab0000 fffff801`c8abd000 Fs_Rec Fs_Rec.sys Fri Oct 30 03:09:42 2015 (5632D166)
  286. fffff801`c8ac0000 fffff801`c8be0000 ndis ndis.sys Fri Oct 30 03:28:34 2015 (5632D5D2)
  287. fffff801`c8be0000 fffff801`c8c58000 NETIO NETIO.SYS Fri Oct 30 03:33:57 2015 (5632D715)
  288. fffff801`c8c60000 fffff801`c8c8e000 ksecpkg ksecpkg.sys Sun Nov 22 10:50:35 2015 (56518FEB)
  289. fffff801`c8c90000 fffff801`c8ee7000 tcpip tcpip.sys Fri Oct 30 03:26:39 2015 (5632D55F)
  290. fffff801`c8ef0000 fffff801`c8f57000 fwpkclnt fwpkclnt.sys Fri Oct 30 03:10:03 2015 (5632D17B)
  291. fffff801`c8f60000 fffff801`c8f8a000 wfplwfs wfplwfs.sys Fri Oct 30 03:36:36 2015 (5632D7B4)
  292. fffff801`c8f90000 fffff801`c9031000 fvevol fvevol.sys Fri Oct 30 03:31:17 2015 (5632D675)
  293. fffff801`c9040000 fffff801`c90a9000 volsnap volsnap.sys Fri Oct 30 03:09:52 2015 (5632D170)
  294. fffff801`c90b0000 fffff801`c90f4000 rdyboost rdyboost.sys Fri Oct 30 03:35:23 2015 (5632D76B)
  295. fffff801`c9100000 fffff801`c9125000 mup mup.sys Fri Oct 30 03:24:27 2015 (5632D4DB)
  296. fffff801`c9140000 fffff801`c915f000 disk disk.sys Fri Oct 30 03:09:50 2015 (5632D16E)
  297. fffff801`c9160000 fffff801`c91c0000 CLASSPNP CLASSPNP.SYS Fri Oct 30 03:09:57 2015 (5632D175)
  298. fffff801`c91e0000 fffff801`c91f9000 crashdmp crashdmp.sys Fri Oct 30 03:38:20 2015 (5632D81C)
  299. fffff801`c9200000 fffff801`c9222000 WdNisDrv WdNisDrv.sys Fri Oct 30 03:36:57 2015 (5632D7C9)
  300. fffff801`c9230000 fffff801`c9248600 ssudbus ssudbus.sys Thu Jan 02 10:51:22 2014 (52C5369A)
  301. fffff801`c9250000 fffff801`c926d000 WinUSB WinUSB.SYS Fri Oct 30 03:40:39 2015 (5632D8A7)
  302. fffff801`c9270000 fffff801`c92a0200 ssudmdm ssudmdm.sys Thu Jan 02 10:51:26 2014 (52C5369E)
  303. fffff801`c92b0000 fffff801`c92c1000 modem modem.sys Fri Oct 30 03:39:42 2015 (5632D86E)
  304. fffff801`c92d0000 fffff801`c92d6000 RTCore64 RTCore64.sys Fri Apr 24 09:01:47 2015 (5539EA5B)
  305. fffff801`c9300000 fffff801`c931d000 filecrypt filecrypt.sys Fri Oct 30 03:37:49 2015 (5632D7FD)
  306. fffff801`c9320000 fffff801`c932c000 tbs tbs.sys Fri Oct 30 03:41:53 2015 (5632D8F1)
  307. fffff801`c9330000 fffff801`c933a000 Null Null.SYS Fri Oct 30 03:09:42 2015 (5632D166)
  308. fffff801`c9340000 fffff801`c934a000 Beep Beep.SYS Fri Oct 30 03:41:57 2015 (5632D8F5)
  309. fffff801`c9350000 fffff801`c9359000 MtiCtwl MtiCtwl.sys Tue Nov 04 08:40:50 2008 (490FFC82)
  310. fffff801`c9360000 fffff801`c9374000 BasicDisplay BasicDisplay.sys Fri Oct 30 03:40:28 2015 (5632D89C)
  311. fffff801`c9380000 fffff801`c9395000 watchdog watchdog.sys Fri Oct 30 03:39:37 2015 (5632D869)
  312. fffff801`c93a0000 fffff801`c958d000 dxgkrnl dxgkrnl.sys Fri Oct 30 03:13:53 2015 (5632D261)
  313. fffff801`c9590000 fffff801`c95a2000 BasicRender BasicRender.sys Fri Oct 30 03:41:40 2015 (5632D8E4)
  314. fffff801`c95b0000 fffff801`c95c9000 Npfs Npfs.SYS Fri Oct 30 03:09:42 2015 (5632D166)
  315. fffff801`c95d0000 fffff801`c95df000 Msfs Msfs.SYS Fri Oct 30 03:09:42 2015 (5632D166)
  316. fffff801`c95e0000 fffff801`c9603000 tdx tdx.sys Thu Nov 05 10:56:13 2015 (563B27BD)
  317. fffff801`c9610000 fffff801`c961f000 TDI TDI.SYS Fri Oct 30 03:41:51 2015 (5632D8EF)
  318. fffff801`c9620000 fffff801`c966b000 netbt netbt.sys Fri Oct 30 03:35:40 2015 (5632D77C)
  319. fffff801`c9670000 fffff801`c9702000 afd afd.sys Thu Nov 05 10:28:03 2015 (563B2123)
  320. fffff801`c9710000 fffff801`c9729000 vwififlt vwififlt.sys Fri Oct 30 03:37:27 2015 (5632D7E7)
  321. fffff801`c9730000 fffff801`c975b000 pacer pacer.sys Fri Oct 30 03:36:02 2015 (5632D792)
  322. fffff801`c9760000 fffff801`c9772000 netbios netbios.sys Fri Oct 30 03:37:46 2015 (5632D7FA)
  323. fffff801`c9780000 fffff801`c9787000 se64a se64a.sys Thu May 03 07:50:31 2007 (46397827)
  324. fffff801`c9790000 fffff801`c97bf000 tunnel tunnel.sys Fri Oct 30 03:36:11 2015 (5632D79B)
  325. fffff801`c97d0000 fffff801`c97e9000 fileinfo fileinfo.sys Fri Oct 30 03:37:17 2015 (5632D7DD)
  326. fffff801`c9a00000 fffff801`c9a11000 CompositeBus CompositeBus.sys Fri Oct 30 03:41:36 2015 (5632D8E0)
  327. fffff801`c9a20000 fffff801`c9a2d000 kdnic kdnic.sys Fri Oct 30 03:41:45 2015 (5632D8E9)
  328. fffff801`c9a30000 fffff801`c9a45000 umbus umbus.sys Fri Oct 30 03:37:25 2015 (5632D7E5)
  329. fffff801`c9a50000 fffff801`c9afa000 atikmpag atikmpag.sys Sun Nov 29 21:17:54 2015 (565B5D72)
  330. fffff801`c9b00000 fffff801`c9b87000 UsbHub3 UsbHub3.sys Fri Oct 30 03:30:55 2015 (5632D65F)
  331. fffff801`c9b90000 fffff801`c9ba1000 HIDPARSE HIDPARSE.SYS Fri Oct 30 03:40:39 2015 (5632D8A7)
  332. fffff801`c9bb0000 fffff801`c9bc2000 mouclass mouclass.sys Fri Oct 30 03:37:57 2015 (5632D805)
  333. fffff801`c9bd0000 fffff801`c9bfb000 usbccgp usbccgp.sys Fri Oct 30 03:39:08 2015 (5632D84C)
  334. fffff801`c9c00000 fffff801`ca087d80 lvuvc64 lvuvc64.sys Tue Oct 23 04:12:08 2012 (5085FCF8)
  335. fffff801`ca090000 fffff801`ca0b6000 usbaudio usbaudio.sys Fri Oct 30 03:38:42 2015 (5632D832)
  336. fffff801`ca0c0000 fffff801`ca114000 lvrs64 lvrs64.sys Tue Oct 23 04:11:24 2012 (5085FCCC)
  337. fffff801`ca120000 fffff801`ca231000 HTTP HTTP.sys Fri Oct 30 03:29:26 2015 (5632D606)
  338. fffff801`ca240000 fffff801`ca251000 vmnetbridge vmnetbridge.sys Sun Jul 27 15:30:32 2014 (53D4FEF8)
  339. fffff801`ca260000 fffff801`ca276000 lltdio lltdio.sys Fri Oct 30 03:40:06 2015 (5632D886)
  340. fffff801`ca280000 fffff801`ca29a000 rspndr rspndr.sys Fri Oct 30 03:39:46 2015 (5632D872)
  341. fffff801`ca2a0000 fffff801`ca2b9000 mpsdrv mpsdrv.sys Fri Oct 30 03:37:43 2015 (5632D7F7)
  342. fffff801`ca2c0000 fffff801`ca2da000 vmx86 vmx86.sys Mon Oct 19 03:26:32 2015 (562446C8)
  343. fffff801`ca2e0000 fffff801`ca2f2000 hcmon hcmon.sys Tue Oct 06 17:01:56 2015 (5613E264)
  344. fffff801`ca300000 fffff801`ca319000 IntelHaxm IntelHaxm.sys Fri Jan 30 03:02:09 2015 (54CAE621)
  345. fffff801`ca320000 fffff801`ca334000 mmcss mmcss.sys Fri Oct 30 03:38:57 2015 (5632D841)
  346. fffff801`ca340000 fffff801`ca38e000 mrxsmb10 mrxsmb10.sys Fri Oct 30 03:27:22 2015 (5632D58A)
  347. fffff801`ca390000 fffff801`ca3b6000 Ndu Ndu.sys Fri Oct 30 03:37:27 2015 (5632D7E7)
  348. fffff801`ca3c0000 fffff801`ca401000 srvnet srvnet.sys Fri Oct 30 03:29:28 2015 (5632D608)
  349. fffff801`ca410000 fffff801`ca4d0000 peauth peauth.sys Fri Oct 30 03:32:55 2015 (5632D6D7)
  350. fffff801`ca4d0000 fffff801`ca57f000 srv2 srv2.sys Fri Oct 30 03:30:24 2015 (5632D640)
  351. fffff801`ca580000 fffff801`ca60c000 srv srv.sys Fri Oct 30 03:30:28 2015 (5632D644)
  352. fffff801`ca610000 fffff801`ca61b000 umpass umpass.sys Fri Oct 30 03:42:12 2015 (5632D904)
  353. fffff801`ca650000 fffff801`ca675000 dump_storahci dump_storahci.sys Fri Oct 30 03:35:25 2015 (5632D76D)
  354. fffff801`ca6a0000 fffff801`ca6bc000 dump_dumpfve dump_dumpfve.sys Fri Oct 30 03:40:02 2015 (5632D882)
  355. fffff801`ca6c0000 fffff801`ca752000 dxgmms2 dxgmms2.sys Fri Oct 30 03:13:10 2015 (5632D236)
  356. fffff801`ca760000 fffff801`ca770000 monitor monitor.sys Fri Oct 30 03:40:35 2015 (5632D8A3)
  357. fffff801`ca770000 fffff801`ca78d000 WudfPf WudfPf.sys Fri Oct 30 03:09:52 2015 (5632D170)
  358. fffff801`ca790000 fffff801`ca7cb000 WUDFRd WUDFRd.sys Fri Oct 30 03:09:51 2015 (5632D16F)
  359. fffff801`ca7d0000 fffff801`ca7f6000 luafv luafv.sys Fri Oct 30 03:34:43 2015 (5632D743)
  360. fffff801`ca800000 fffff801`ca80d000 rdpvideominiport rdpvideominiport.sys Fri Oct 30 03:10:08 2015 (5632D180)
  361. fffff801`ca810000 fffff801`ca829000 storqosflt storqosflt.sys Fri Oct 30 03:37:39 2015 (5632D7F3)
  362. fffff801`ca830000 fffff801`ca83e000 WpdUpFltr WpdUpFltr.sys Fri Oct 30 03:40:06 2015 (5632D886)
  363. fffff801`ca840000 fffff801`ca870000 rdpdr rdpdr.sys Fri Oct 30 03:10:29 2015 (5632D195)
  364. fffff801`ca870000 fffff801`ca88a000 mslldp mslldp.sys Fri Oct 30 03:37:12 2015 (5632D7D8)
  365. fffff801`ca890000 fffff801`ca8b3000 bowser bowser.sys Fri Oct 30 03:40:29 2015 (5632D89D)
  366. fffff801`ca8c0000 fffff801`ca932000 mrxsmb mrxsmb.sys Fri Oct 30 03:26:42 2015 (5632D562)
  367. fffff801`ca940000 fffff801`ca97a000 mrxsmb20 mrxsmb20.sys Fri Oct 30 03:27:25 2015 (5632D58D)
  368. fffff801`ca980000 fffff801`ca994000 tcpipreg tcpipreg.sys Fri Oct 30 03:38:09 2015 (5632D811)
  369. fffff801`ca9a0000 fffff801`ca9aa000 vmnetuserif vmnetuserif.sys Mon Oct 19 03:11:36 2015 (56244348)
  370. fffff801`ca9b0000 fffff801`ca9bc000 vstor2_mntapi20_shared vstor2-mntapi20-shared.sys Fri Jul 10 01:02:29 2015 (559EFD85)
  371. fffff801`ca9c0000 fffff801`ca9ca000 ALSysIO64 ALSysIO64.sys Thu Nov 21 02:25:14 2013 (528D60FA)
  372. fffff801`ca9d0000 fffff801`ca9dc000 PROCEXP152 PROCEXP152.SYS Mon May 11 06:52:10 2015 (5550357A)
  373. fffff801`ca9e0000 fffff801`caa51000 rdbss rdbss.sys Fri Oct 30 03:25:43 2015 (5632D527)
  374. fffff801`caa60000 fffff801`caaee000 csc csc.sys Fri Oct 30 03:25:37 2015 (5632D521)
  375. fffff801`caaf0000 fffff801`cab00000 nsiproxy nsiproxy.sys Fri Oct 30 03:38:00 2015 (5632D808)
  376. fffff801`cab00000 fffff801`cab0d000 npsvctrig npsvctrig.sys Fri Oct 30 03:40:23 2015 (5632D897)
  377. fffff801`cab10000 fffff801`cab20000 mssmbios mssmbios.sys Fri Oct 30 03:38:07 2015 (5632D80F)
  378. fffff801`cab20000 fffff801`cab2a000 gpuenergydrv gpuenergydrv.sys Fri Oct 30 03:39:54 2015 (5632D87A)
  379. fffff801`cab30000 fffff801`cab5a000 dfsc dfsc.sys Fri Oct 30 03:25:22 2015 (5632D512)
  380. fffff801`cab60000 fffff801`cab71000 condrv condrv.sys Fri Oct 30 03:09:42 2015 (5632D166)
  381. fffff801`cab80000 fffff801`cabbc000 ahcache ahcache.sys Fri Oct 30 03:09:45 2015 (5632D169)
  382. fffff801`cabc0000 fffff801`cabcc000 tap0901 tap0901.sys Wed Nov 05 14:16:32 2014 (545A2330)
  383. fffff801`cabd0000 fffff801`cabda000 vmnetadapter vmnetadapter.sys Sun Jul 27 15:30:30 2014 (53D4FEF6)
  384. fffff801`cabe0000 fffff801`cabeb000 VMNET VMNET.SYS Sun Jul 27 15:30:27 2014 (53D4FEF3)
  385. fffff801`cabf0000 fffff801`cabff000 terminpt terminpt.sys Fri Oct 30 03:10:15 2015 (5632D187)
  386. fffff801`cc400000 fffff801`cc468000 ks ks.sys Fri Oct 30 03:33:56 2015 (5632D714)
  387. fffff801`cc470000 fffff801`cc481000 HECIx64 HECIx64.sys Wed Oct 20 01:33:43 2010 (4CBE2AD7)
  388. fffff801`cc490000 fffff801`cc4ac000 usbehci usbehci.sys Fri Oct 30 03:27:04 2015 (5632D578)
  389. fffff801`cc4b0000 fffff801`cc525000 USBPORT USBPORT.SYS Fri Oct 30 03:27:18 2015 (5632D586)
  390. fffff801`cc530000 fffff801`cc85e000 cmudaxp cmudaxp.sys Tue Jun 02 11:11:20 2015 (556D7338)
  391. fffff801`cc860000 fffff801`cc86e000 ksthunk ksthunk.sys Fri Oct 30 03:42:01 2015 (5632D8F9)
  392. fffff801`cc870000 fffff801`cc8d1000 USBXHCI USBXHCI.SYS Fri Oct 30 03:32:00 2015 (5632D6A0)
  393. fffff801`cc8e0000 fffff801`cc918000 ucx01000 ucx01000.sys Fri Oct 30 03:34:40 2015 (5632D740)
  394. fffff801`cc920000 fffff801`cc991000 k57nd60a k57nd60a.sys Thu Aug 20 04:16:18 2015 (55D53872)
  395. fffff801`cc9a0000 fffff801`cc9c2000 i8042prt i8042prt.sys Fri Oct 30 03:37:42 2015 (5632D7F6)
  396. fffff801`cc9d0000 fffff801`cc9e3000 kbdclass kbdclass.sys Fri Oct 30 03:38:20 2015 (5632D81C)
  397. fffff801`cc9f0000 fffff801`cca1b000 intelppm intelppm.sys Fri Oct 30 03:09:51 2015 (5632D16F)
  398. fffff801`cca20000 fffff801`cca31000 ISCTD64 ISCTD64.sys Tue Nov 27 20:52:34 2012 (50B51A02)
  399. fffff801`cca40000 fffff801`cca6e000 HIDCLASS HIDCLASS.SYS Fri Oct 30 03:36:25 2015 (5632D7A9)
  400. fffff801`cca70000 fffff801`cca7f000 mouhid mouhid.sys Fri Oct 30 03:39:03 2015 (5632D847)
  401. fffff801`cca80000 fffff801`cca8d000 NdisVirtualBus NdisVirtualBus.sys Fri Oct 30 03:38:26 2015 (5632D822)
  402. fffff801`cca90000 fffff801`cca9c000 swenum swenum.sys Fri Oct 30 03:42:20 2015 (5632D90C)
  403. fffff801`ccaa0000 fffff801`ccad5000 BazisVirtualCDBus BazisVirtualCDBus.sys Mon Aug 08 20:11:12 2011 (4E4026C0)
  404. fffff801`ccae0000 fffff801`ccaee000 rdpbus rdpbus.sys Fri Oct 30 03:10:15 2015 (5632D187)
  405. fffff801`ccaf0000 fffff801`ccb06980 vrtaucbl vrtaucbl.sys Fri May 30 18:01:40 2014 (5388AB64)
  406. fffff801`ccb10000 fffff801`ccb90000 usbhub usbhub.sys Fri Oct 30 03:30:56 2015 (5632D660)
  407. fffff801`ccb90000 fffff801`ccb9e000 USBD USBD.SYS Fri Oct 30 03:41:54 2015 (5632D8F2)
  408. fffff801`ccba0000 fffff801`ccbbe000 AtihdWT6 AtihdWT6.sys Fri Sep 18 12:08:20 2015 (55FBE294)
  409. fffff801`ccbc0000 fffff801`ce307000 atikmdag atikmdag.sys Sun Nov 29 21:51:24 2015 (565B654C)
  410. fffff801`ce320000 fffff801`ce33a000 HDAudBus HDAudBus.sys Fri Oct 30 03:37:21 2015 (5632D7E1)
  411. fffff801`ce340000 fffff801`ce398000 portcls portcls.sys Fri Oct 30 03:33:27 2015 (5632D6F7)
  412. fffff801`ce3a0000 fffff801`ce3c1000 drmk drmk.sys Fri Oct 30 03:38:44 2015 (5632D834)
  413. fffff801`ce3d0000 fffff801`ce3e1000 hidusb hidusb.sys Fri Oct 30 03:41:44 2015 (5632D8E8)
  414. fffff801`ce3f0000 fffff801`ce3ff000 dump_diskdump dump_diskdump.sys Fri Oct 30 03:42:02 2015 (5632D8FA)
  415. fffff802`54825000 fffff802`54830000 kd kd.dll Fri Oct 30 03:43:04 2015 (5632D938)
  416. fffff802`56000000 fffff802`56073000 hal hal.dll Fri Oct 30 03:10:02 2015 (5632D17A)
  417. fffff802`56073000 fffff802`5683f000 nt ntoskrnl.exe Sun Nov 22 10:24:24 2015 (565189C8)
  418. fffff961`2f800000 fffff961`2fb82000 win32kfull win32kfull.sys unavailable (00000000)
  419. fffff961`2fb90000 fffff961`2fcf2000 win32kbase win32kbase.sys unavailable (00000000)
  420. fffff961`2fd10000 fffff961`2fd1a000 TSDDD TSDDD.dll unavailable (00000000)
  421. fffff961`2fd20000 fffff961`2fd80000 ATMFD ATMFD.DLL unavailable (00000000)
  422. fffff961`2fd80000 fffff961`2fdbc000 cdd cdd.dll unavailable (00000000)
  423. fffff961`2fe50000 fffff961`2fe73000 win32k win32k.sys unavailable (00000000)
  424.  
  425. Unloaded modules:
  426. fffff801`c9210000 fffff801`c921f000 dump_storpor
  427. Timestamp: unavailable (00000000)
  428. Checksum: 00000000
  429. ImageSize: 0000F000
  430. fffff801`c9250000 fffff801`c9275000 dump_storahc
  431. Timestamp: unavailable (00000000)
  432. Checksum: 00000000
  433. ImageSize: 00025000
  434. fffff801`c92a0000 fffff801`c92bc000 dump_dumpfve
  435. Timestamp: unavailable (00000000)
  436. Checksum: 00000000
  437. ImageSize: 0001C000
  438. fffff801`cca40000 fffff801`cca7b000 WUDFRd.sys
  439. Timestamp: unavailable (00000000)
  440. Checksum: 00000000
  441. ImageSize: 0003B000
  442. fffff801`ce310000 fffff801`ce31a000 amdkmafd.sys
  443. Timestamp: unavailable (00000000)
  444. Checksum: 00000000
  445. ImageSize: 0000A000
  446. fffff801`cab60000 fffff801`cab73000 dam.sys
  447. Timestamp: unavailable (00000000)
  448. Checksum: 00000000
  449. ImageSize: 00013000
  450. fffff801`c92c0000 fffff801`c92f1000 cdrom.sys
  451. Timestamp: unavailable (00000000)
  452. Checksum: 00000000
  453. ImageSize: 00031000
  454. fffff801`c82c0000 fffff801`c82d0000 WdBoot.sys
  455. Timestamp: unavailable (00000000)
  456. Checksum: 00000000
  457. ImageSize: 00010000
  458. fffff801`c9130000 fffff801`c913e000 hwpolicy.sys
  459. Timestamp: unavailable (00000000)
  460. Checksum: 00000000
  461. ImageSize: 0000E000
  462.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty