*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 19, {3, fffff8a027b051d0, fffff8a027b051d0, fffbf8a027b051d0}
Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+c96 )
Followup: Pool_corruption
---------
2: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
BAD_POOL_HEADER (19)
The pool is already corrupt at the time of the current request.
This may or may not be due to the caller.
The internal pool links must be walked to figure out a possible cause of
the problem, and then special pool applied to the suspect tags or the driver
verifier to a suspect driver.
Arguments:
Arg1: 0000000000000003, the pool freelist is corrupt.
Arg2: fffff8a027b051d0, the pool entry being checked.
Arg3: fffff8a027b051d0, the read back flink freelist value (should be the same as 2).
Arg4: fffbf8a027b051d0, the read back blink freelist value (should be the same as 2).
Debugging Details:
------------------
BUGCHECK_STR: 0x19_3
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
PROCESS_NAME: hon.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from fffff800029b26ea to fffff8000287fc00
STACK_TEXT:
fffff880`0908d5e8 fffff800`029b26ea : 00000000`00000019 00000000`00000003 fffff8a0`27b051d0 fffff8a0`27b051d0 : nt!KeBugCheckEx
fffff880`0908d5f0 fffff800`029b34f1 : 00000000`00000000 fffff8a0`0014bdb0 fffffa80`130cb010 00000000`00000000 : nt!ExDeferredFreePool+0xc96
fffff880`0908d680 fffff880`04051523 : fffff8a0`0014bdc0 00000000`00000000 fffff880`4b677844 00000000`00000799 : nt!ExFreePoolWithTag+0x411
fffff880`0908d730 fffff960`002118c2 : fffffa80`0ffedb50 fffffa80`0ffedb50 00000000`fff44000 00000000`00000020 : dxgkrnl!DxgkEscape+0xc3f
fffff880`0908dab0 fffff800`0287ee93 : fffffa80`0ffedb50 00000000`00000384 00000000`00000000 fffffa80`16ec9f10 : win32k!NtGdiDdDDIEscape+0x12
fffff880`0908dae0 00000000`752e148a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
00000000`0494e7d8 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x752e148a
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!ExDeferredFreePool+c96
fffff800`029b26ea cc int 3
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt!ExDeferredFreePool+c96
FOLLOWUP_NAME: Pool_corruption
IMAGE_NAME: Pool_Corruption
DEBUG_FLR_IMAGE_TIMESTAMP: 0
MODULE_NAME: Pool_Corruption
FAILURE_BUCKET_ID: X64_0x19_3_nt!ExDeferredFreePool+c96
BUCKET_ID: X64_0x19_3_nt!ExDeferredFreePool+c96
Followup: Pool_corruption
---------