From: Andrew Sha on
MEMORY_MANAGEMENT (1a)
# Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 0000000000004000, The subtype of the bugcheck.
Arg2: fffffa80036431d0
Arg3: 0000000000010000
Arg4: 000000000014f820

What does it say?

TIA
Andrew
From: Pavel Lebedinsky [MSFT] on
> MEMORY_MANAGEMENT (1a)
> # Any other values for parameter 1 must be individually examined.
> Arguments:
> Arg1: 0000000000004000, The subtype of the bugcheck.
> Arg2: fffffa80036431d0
> Arg3: 0000000000010000
> Arg4: 000000000014f820
>
> What does it say?


This bugcheck occurs when Mm is freeing a PTE that appears to be
in pagefile format, but the corresponding bit in the pagefile bitmap is
already clear:

Arg1: 0x4000
Arg2: Pagefile pointer (PMMPAGING_FILE)
Arg3: FreeBit
Arg4: Bitmap->SizeOfBitMap

This looks suspiciously like a single bit flip in the PTE (free bit is
0x10000).
Try running memory diagnostics.

--
This posting is provided "AS IS" with no warranties, and confers no
rights.


From: Andrew Sha on
Pavel thank you (spasibo)

It definitely looks like it; that what I got from another BSOD:


MODULE_NAME: memory_corruption

IMAGE_NAME: memory_corruption

FOLLOWUP_NAME: memory_corruption

DEBUG_FLR_IMAGE_TIMESTAMP: 0

MEMORY_CORRUPTOR: ONE_BIT

STACK_COMMAND: .cxr 0xfffffa600b5d1930 ; kb

FAILURE_BUCKET_ID: X64_MEMORY_CORRUPTION_ONE_BIT

BUCKET_ID: X64_MEMORY_CORRUPTION_ONE_BIT




"Pavel Lebedinsky [MSFT]" wrote:

> > MEMORY_MANAGEMENT (1a)
> > # Any other values for parameter 1 must be individually examined.
> > Arguments:
> > Arg1: 0000000000004000, The subtype of the bugcheck.
> > Arg2: fffffa80036431d0
> > Arg3: 0000000000010000
> > Arg4: 000000000014f820
> >
> > What does it say?
>
>
> This bugcheck occurs when Mm is freeing a PTE that appears to be
> in pagefile format, but the corresponding bit in the pagefile bitmap is
> already clear:
>
> Arg1: 0x4000
> Arg2: Pagefile pointer (PMMPAGING_FILE)
> Arg3: FreeBit
> Arg4: Bitmap->SizeOfBitMap
>
> This looks suspiciously like a single bit flip in the PTE (free bit is
> 0x10000).
> Try running memory diagnostics.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>