|
Prev: RNDIS inf file installation failed with code 0x2 with DPInst in Vista x86
Next: Signed CAT files
From: Andrew Sha on 24 Apr 2008 17:23 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 25 Apr 2008 05:13 > 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 25 Apr 2008 12:23 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. > > >
|
Pages: 1 Prev: RNDIS inf file installation failed with code 0x2 with DPInst in Vista x86 Next: Signed CAT files |