power irp

About this tag
The tag 'power irp' refers to Power I/O Request Packets, which are used by Windows drivers to manage power state transitions. On WindowsForum.com, discussions tagged with 'power irp' often involve troubleshooting the DRIVER_POWER_STATE_FAILURE Blue Screen of Death (BSOD), error code 0x9f. This error occurs when a driver fails to complete a power IRP within the required timeout period, typically 10 minutes. Common scenarios include system shutdown or restart failures, with debug arguments indicating the timeout duration and the thread holding the PnP lock. Users share crash dump analysis and solutions for resolving these power-related driver issues on Windows 8 and other versions.
  1. R

    Windows 8 Troubleshooting DRIVER_POWER_STATE_FAILURE BSOD on Windows 8 Gateway DX4870

    I have a Gateway DX4870 UB305 running Windows 8. On shut downor restart it sometimes has the DRIVER_POWER_STATE_FAILURE BSOD. Windows Debug shows: DRIVER_POWER_STATE_FAILURE (9f) A driver has failed to complete a power IRP within a specific time (usually 10 minutes). Arguments: Arg1...
Back
Top