*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 50, {fffff6fc400947c8, 0, fffff80002a996d8, 9}
Could not read faulting driver name
Probably caused by : [COLOR="Red"]memory_corruption[/COLOR] ( nt!MiLockProtoPoolPage+38 )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced. This cannot be protected by try-except,
it must be protected by a Probe. Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: fffff6fc400947c8, [COLOR="red"]memory referenced.[/COLOR]
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff80002a996d8, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000009, (reserved)