Advertisement
Guest User

DRIVER_POWER_STATE_FAILURE Fingerprint Reader

a guest
Oct 12th, 2021
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1.  
  2. Microsoft (R) Windows Debugger Version 10.0.19041.685 AMD64
  3. Copyright (c) Microsoft Corporation. All rights reserved.
  4.  
  5.  
  6. Loading Dump File [C:\Windows\MEMORY.DMP]
  7. Kernel Bitmap Dump File: Kernel address space is available, User address space may not be available.
  8.  
  9. Symbol search path is: srv*
  10. Executable search path is:
  11. Windows 10 Kernel Version 19041 MP (8 procs) Free x64
  12. Product: WinNt, suite: TerminalServer SingleUserTS
  13. Built by: 19041.1.amd64fre.vb_release.191206-1406
  14. Machine Name:
  15. Kernel base = 0xfffff806`7de00000 PsLoadedModuleList = 0xfffff806`7ea2a230
  16. Debug session time: Mon Oct 11 21:59:20.768 2021 (UTC - 7:00)
  17. System Uptime: 1 days 20:25:13.341
  18. Loading Kernel Symbols
  19. ...............................................................
  20. ..........Page 12fc62 not present in the dump file. Type ".hh dbgerr004" for details
  21. ......................................................
  22. ................................................................
  23. ...............................................
  24. Loading User Symbols
  25.  
  26. Loading unloaded module list
  27. ..................................................
  28. For analysis of this file, run !analyze -v
  29. 4: kd> !analyze -v
  30. *******************************************************************************
  31. * *
  32. * Bugcheck Analysis *
  33. * *
  34. *******************************************************************************
  35.  
  36. DRIVER_POWER_STATE_FAILURE (9f)
  37. A driver has failed to complete a power IRP within a specific time.
  38. Arguments:
  39. Arg1: 0000000000000006, The device did not complete its Directed Power Transition callback successfully.
  40. Arg2: ffff990ce28b7010, The POP_FX_DEVICE object
  41. Arg3: 0000000000000000, If this was a Directed Power Down(1) or Power Up(0) completion
  42. Arg4: 0000000000000000
  43.  
  44. Debugging Details:
  45. ------------------
  46.  
  47.  
  48. KEY_VALUES_STRING: 1
  49.  
  50. Key : Analysis.CPU.Sec
  51. Value: 1
  52.  
  53. Key : Analysis.DebugAnalysisProvider.CPP
  54. Value: Create: 8007007e on WORKBRIAN
  55.  
  56. Key : Analysis.DebugData
  57. Value: CreateObject
  58.  
  59. Key : Analysis.DebugModel
  60. Value: CreateObject
  61.  
  62. Key : Analysis.Elapsed.Sec
  63. Value: 3
  64.  
  65. Key : Analysis.Memory.CommitPeak.Mb
  66. Value: 75
  67.  
  68. Key : Analysis.System
  69. Value: CreateObject
  70.  
  71.  
  72. BUGCHECK_CODE: 9f
  73.  
  74. BUGCHECK_P1: 6
  75.  
  76. BUGCHECK_P2: ffff990ce28b7010
  77.  
  78. BUGCHECK_P3: 0
  79.  
  80. BUGCHECK_P4: 0
  81.  
  82. DRVPOWERSTATE_SUBCODE: 6
  83.  
  84. BLACKBOXBSD: 1 (!blackboxbsd)
  85.  
  86.  
  87. BLACKBOXNTFS: 1 (!blackboxntfs)
  88.  
  89.  
  90. BLACKBOXPNP: 1 (!blackboxpnp)
  91.  
  92.  
  93. BLACKBOXWINLOGON: 1
  94.  
  95. PROCESS_NAME: System
  96.  
  97. STACK_TEXT:
  98. ffffe782`1146f358 fffff806`7e36588d : 00000000`0000009f 00000000`00000006 ffff990c`e28b7010 00000000`00000000 : nt!KeBugCheckEx
  99. ffffe782`1146f360 fffff806`7e36536b : ffff990c`e28b7010 00000000`00000000 ffff990c`e28a7c00 ffff990c`e28b73e0 : nt!PopFxEnforceDirectedPowerTransition+0xc1
  100. ffffe782`1146f3c0 fffff806`7e365a52 : 00000000`00000000 00000000`00000000 fffff806`7e365660 ffff990c`e3a28050 : nt!PopFxCompleteDirectedPowerTransition+0x16f
  101. ffffe782`1146f410 fffff806`7e365671 : ffff990c`e28b7010 ffff990c`e28a7c70 00000000`00000000 00000000`00000100 : nt!PopFxHandleDirectedPowerTransition+0xa6
  102. ffffe782`1146f440 fffff806`7e0b8515 : ffff990d`0b51b040 fffff806`7e17f230 ffff990c`e28a7c70 ffff990d`00000000 : nt!PopFxDirectedPowerTransitionWorker+0x11
  103. ffffe782`1146f470 fffff806`7e155855 : ffff990d`0b51b040 00000000`00000080 ffff990c`e28d7080 00250064`00330025 : nt!ExpWorkerThread+0x105
  104. ffffe782`1146f510 fffff806`7e1fe818 : ffffaa01`786c0180 ffff990d`0b51b040 fffff806`7e155800 006f0073`006f0072 : nt!PspSystemThreadStartup+0x55
  105. ffffe782`1146f560 00000000`00000000 : ffffe782`11470000 ffffe782`11469000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x28
  106.  
  107.  
  108. SYMBOL_NAME: nt!PopFxEnforceDirectedPowerTransition+c1
  109.  
  110. MODULE_NAME: nt
  111.  
  112. IMAGE_NAME: ntkrnlmp.exe
  113.  
  114. STACK_COMMAND: .thread ; .cxr ; kb
  115.  
  116. BUCKET_ID_FUNC_OFFSET: c1
  117.  
  118. FAILURE_BUCKET_ID: 0x9F_nt!PopFxEnforceDirectedPowerTransition
  119.  
  120. OS_VERSION: 10.0.19041.1
  121.  
  122. BUILDLAB_STR: vb_release
  123.  
  124. OSPLATFORM_TYPE: x64
  125.  
  126. OSNAME: Windows 10
  127.  
  128. FAILURE_ID_HASH: {3a526de2-2a14-c8eb-842b-62f21361ee39}
  129.  
  130. Followup: MachineOwner
  131. ---------
  132.  
  133. 4: kd> dt _POP_FX_DEVICE ffff990ce28b7010
  134. nt!_POP_FX_DEVICE
  135. +0x000 Link : _LIST_ENTRY [ 0xffff990c`e94a2730 - 0xffff990c`ef6428a0 ]
  136. +0x010 Irp : 0xffff990c`f33785f0 _IRP
  137. +0x018 IrpData : 0xffff990c`f33737c8 _POP_IRP_DATA
  138. +0x020 Status : _POP_FX_DEVICE_STATUS
  139. +0x024 PowerReqCall : 0n0
  140. +0x028 PowerNotReqCall : 0n0
  141. +0x030 DevNode : 0xffff990c`f0a78340 _DEVICE_NODE
  142. +0x038 DpmContext : 0xffff990c`f0cb9dc0 PEPHANDLE__
  143. +0x040 Plugin : (null)
  144. +0x048 PluginHandle : (null)
  145. +0x050 AcpiPlugin : (null)
  146. +0x058 AcpiPluginHandle : (null)
  147. +0x060 DeviceObject : 0xffff990c`effa0b70 _DEVICE_OBJECT
  148. +0x068 TargetDevice : 0xffff990c`f0fb5df0 _DEVICE_OBJECT
  149. +0x070 Callbacks : _POP_FX_DRIVER_CALLBACKS
  150. +0x0c0 DriverContext : 0xffff990c`efe4a290 Void
  151. +0x0c8 AcpiLink : _LIST_ENTRY [ 0xffff990c`e28b70d8 - 0xffff990c`e28b70d8 ]
  152. +0x0d8 DeviceId : _UNICODE_STRING "\_SB.PC00.XHCI.RHUB.HS09"
  153. +0x0e8 CommonReferenceFlags : 0n1
  154. +0x0f0 RemoveLock : _IO_REMOVE_LOCK
  155. +0x110 AcpiRemoveLock : _IO_REMOVE_LOCK
  156. +0x130 WorkOrder : _POP_FX_WORK_ORDER
  157. +0x168 IdleLock : 0
  158. +0x170 IdleTimer : _KTIMER
  159. +0x1b0 IdleDpc : _KDPC
  160. +0x1f0 IdleTimeout : 0x2faf080
  161. +0x1f8 IdleStamp : 0x00000174`1b0e8ff9
  162. +0x200 NextIrpDeviceObject : [2] (null)
  163. +0x210 NextIrpPowerState : [2] _POWER_STATE
  164. +0x218 NextIrpCallerCompletion : [2] (null)
  165. +0x228 NextIrpCallerContext : [2] (null)
  166. +0x238 IrpCompleteEvent : _KEVENT
  167. +0x250 PowerOnDumpDeviceCallback : (null)
  168. +0x258 Accounting : _POP_FX_ACCOUNTING
  169. +0x338 Flags : 0x20
  170. +0x33c ComponentCount : 1
  171. +0x340 Components : 0xffff990c`f33735f0 -> 0xffff990c`f33735f8 _POP_FX_COMPONENT
  172. +0x348 LogEntries : 0x40
  173. +0x350 Log : 0xffff990c`f33738c8 _POP_FX_LOG_ENTRY
  174. +0x358 LogIndex : 0n17302
  175. +0x360 DripsWatchdogDriverObject : (null)
  176. +0x368 DripsWatchdogContext : _POP_FX_DRIPS_WATCHDOG_CONTEXT
  177. +0x390 DirectedTimeout : 0x78
  178. +0x398 DirectedWorkOrder : _POP_FX_WORK_ORDER
  179. +0x3d0 DirectedWorkWatchdogInfo : _POP_FX_WORK_ORDER_WATCHDOG_INFO
  180. +0x480 DirectedLock : 0
  181. +0x488 DirectedTransitionCallCount : 0n0
  182. +0x490 DirectedTransitionState : _POP_FX_DEVICE_DIRECTED_TRANSITION_STATE
  183. +0x4a0 PowerProfile : (null)
  184. +0x4a8 FriendlyName : _UNICODE_STRING "Framework Fingerprint Reader (\_SB.PC00.XHCI.RHUB.HS09)"
  185.  
  186. 4: kd> !devobj 0xffff990ceffa0b70
  187. Device object (ffff990ceffa0b70) is for:
  188. USBPDO-4Page 84127d not present in the dump file. Type ".hh dbgerr004" for details
  189. \Driver\USBHUB3 DriverObject ffff990cef29fe00
  190. Current Irp 00000000 RefCount 1 Type 00000022 Flags 0000304c
  191. SecurityDescriptor ffffbf0393798260 DevExt ffff990cf0323d20 DevObjExt ffff990ceffa0ce8 DevNode ffff990cf0a78340
  192. ExtensionFlags (0000000000)
  193. Characteristics (0x00000100) FILE_DEVICE_SECURE_OPEN
  194. AttachedDevice (Upper) ffff990cf0a62e10 \Driver\ACPI
  195. Device queue is not busy.
  196. 4: kd> !devnode 0xffff990cf0a78340
  197. DevNode 0xffff990cf0a78340 for PDO 0xffff990ceffa0b70
  198. Parent 0xffff990cef489820 Sibling 0xffff990cf0a78670 Child 0000000000
  199. InstancePath is "USB\VID_27C6&PID_609C\UIDB72F50FA_XXXX_MOC_B0"
  200. ServiceName is "WUDFRd"
  201. State = DeviceNodeStarted (0x308)
  202. Previous State = DeviceNodeEnumerateCompletion (0x30d)
  203. StateHistory[16] = DeviceNodeEnumerateCompletion (0x30d)
  204. StateHistory[15] = DeviceNodeEnumeratePending (0x30c)
  205. StateHistory[14] = DeviceNodeStarted (0x308)
  206. StateHistory[13] = DeviceNodeEnumerateCompletion (0x30d)
  207. StateHistory[12] = DeviceNodeEnumeratePending (0x30c)
  208. StateHistory[11] = DeviceNodeStarted (0x308)
  209. StateHistory[10] = DeviceNodeEnumerateCompletion (0x30d)
  210. StateHistory[09] = DeviceNodeEnumeratePending (0x30c)
  211. StateHistory[08] = DeviceNodeStarted (0x308)
  212. StateHistory[07] = DeviceNodeEnumerateCompletion (0x30d)
  213. StateHistory[06] = DeviceNodeEnumeratePending (0x30c)
  214. StateHistory[05] = DeviceNodeStarted (0x308)
  215. StateHistory[04] = DeviceNodeEnumerateCompletion (0x30d)
  216. StateHistory[03] = DeviceNodeEnumeratePending (0x30c)
  217. StateHistory[02] = DeviceNodeStarted (0x308)
  218. StateHistory[01] = DeviceNodeEnumerateCompletion (0x30d)
  219. StateHistory[00] = DeviceNodeEnumeratePending (0x30c)
  220. StateHistory[19] = DeviceNodeStarted (0x308)
  221. StateHistory[18] = DeviceNodeEnumerateCompletion (0x30d)
  222. StateHistory[17] = DeviceNodeEnumeratePending (0x30c)
  223. Flags (0x68000130) DNF_ENUMERATED, DNF_IDS_QUERIED,
  224. DNF_NO_RESOURCE_REQUIRED, DNF_NO_LOWER_CLASS_FILTERS,
  225. DNF_NO_UPPER_DEVICE_FILTERS, DNF_NO_UPPER_CLASS_FILTERS
  226. CapabilityFlags (0x00041e43) DeviceD1, DeviceD2,
  227. UniqueID, SurpriseRemovalOK,
  228. WakeFromD0, WakeFromD1,
  229. WakeFromD2, ReservedCap1
  230.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement