- May 7, 2013
- 10,400
Code:
PFN_LIST_CORRUPT (4e)
Typically caused by drivers passing bad memory descriptor lists (ie: calling
MmUnlockPages twice with the same list, etc). If a kernel debugger is
available get the stack trace.
Arguments:
Arg1: 0000000000000099, A PTE or PFN is corrupt
Arg2: 00000000002bdd6e, page frame number
Arg3: [COLOR=#ff0000]0000000000000000[/COLOR], current page state
Arg4: 00000000002bddee, 0
I've got a quick question, page states can be of three things: free, reserved and committed. So with a Stop 0x4E bugcheck, which numbers correspond to what page state? For example, what page state is 0?