Windows 10 Driver power state failure pci.sys

nilaygala

New Member
Recently i have been facing BSOD with driver power state failure. i have opened the dump file and debugged it
PLEASE HELP

**********
DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
Arguments:
Arg1: 0000000000000003, A device object has been blocking an IRP for too long a time
Arg2: ffffe3854598d060, Physical Device Object of the stack
Arg3: ffff8e053844f7b0, nt!TRIAGE_9F_POWER on Win7 and higher, otherwise the Functional Device Object of the stack
Arg4: ffffe385459d6010, The blocked IRP

Debugging Details:
------------------

*** WARNING: Unable to verify checksum for win32k.sys

KEY_VALUES_STRING: 1

Key : Analysis.CPU.mSec
Value: 6843

Key : Analysis.DebugAnalysisManager
Value: Create

Key : Analysis.Elapsed.mSec
Value: 11306

Key : Analysis.Init.CPU.mSec
Value: 624

Key : Analysis.Init.Elapsed.mSec
Value: 14004

Key : Analysis.Memory.CommitPeak.Mb
Value: 91

Key : WER.OS.Branch
Value: 19h1_release

Key : WER.OS.Timestamp
Value: 2019-03-18T12:02:00Z

Key : WER.OS.Version
Value: 10.0.18362.1


FILE_IN_CAB: 021222-19546-01.dmp

BUGCHECK_CODE: 9f

BUGCHECK_P1: 3

BUGCHECK_P2: ffffe3854598d060

BUGCHECK_P3: ffff8e053844f7b0

BUGCHECK_P4: ffffe385459d6010

DRVPOWERSTATE_SUBCODE: 3

IMAGE_NAME: pci.sys

MODULE_NAME: pci

FAULTING_MODULE: fffff8065dc10000 pci

BLACKBOXACPI: 1 (!blackboxacpi)


BLACKBOXBSD: 1 (!blackboxbsd)


BLACKBOXNTFS: 1 (!blackboxntfs)


BLACKBOXPNP: 1 (!blackboxpnp)


BLACKBOXWINLOGON: 1

CUSTOMER_CRASH_COUNT: 1

PROCESS_NAME: System

STACK_TEXT:
ffff8e05`3844f778 fffff806`5a4edb97 : 00000000`0000009f 00000000`00000003 ffffe385`4598d060 ffff8e05`3844f7b0 : nt!KeBugCheckEx
ffff8e05`3844f780 fffff806`5a4edaa1 : ffffe385`459d7200 00000000`00000008 ffffb080`90400100 ffffb080`90400180 : nt!PopIrpWatchdogBugcheck+0xef
ffff8e05`3844f7f0 fffff806`5a2c6609 : ffffe385`459d7238 00000000`00000002 00000000`00000080 ffffe385`5b95a000 : nt!PopIrpWatchdog+0x31
ffff8e05`3844f840 fffff806`5a2c5369 : 00000000`00000000 00000000`00989680 00000000`00002884 00000000`0000009c : nt!KiProcessExpiredTimerList+0x169
ffff8e05`3844f930 fffff806`5a3c796e : ffffffff`00000000 ffffb080`90400180 ffffb080`90411240 ffffe385`45906480 : nt!KiRetireDpcList+0x4e9
ffff8e05`3844fb60 00000000`00000000 : ffff8e05`38450000 ffff8e05`38449000 00000000`00000000 00000000`00000000 : nt!KiIdleLoop+0x7e


IMAGE_VERSION: 10.0.18362.1533

STACK_COMMAND: .cxr; .ecxr ; kb

FAILURE_BUCKET_ID: 0x9F_3_AML!_SB.PCI0.RP01.PC05._ON_ACPI_IMAGE_pci.sys

OS_VERSION: 10.0.18362.1

BUILDLAB_STR: 19h1_release

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {dd90b38f-b8b7-89cc-7c2e-07174a967df2}

Followup: MachineOwner
 
Hi,
can you post the actual dump files for us to read please.

Try running scannow and see if it helps.

Open an admin command prompt and type:

sfc /scannow

Press enter and await results.

In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results
 
Back
Top