BSOD Problem

Associate
Joined
9 Mar 2024
Posts
2
Location
United Kingdom
Hi,

I am having a problem with getting a BSOD with 'Memory Management' as the code. I have put the dump file into WinDbg and got back the following:

SYMBOL_NAME: PAGE_HASH_ERROS_INPAGE

MODULE_NAME: Unknown_Module

IMAGE_NAME: Unknown_Image

STACK_COMMAND: .cxr; .ecxr ; kb

FAILURE_BUCKET_ID: PAGE_HASH_ERROS_0x1a_3f

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {6a2d4548-0eec-578d-e8f1-9e2239aa9a00}

Followup: MachineOwner
- - - - - - - - -

** Memory manager detected 1 instance(s) of corrupted pagefile page(s) while performing in-page operations.



I am not smart at all with techy stuff so I can hope someone can help, thanks
 
Associate
Joined
4 Oct 2019
Posts
2,169
Location
Belfast
Hi,

I am having a problem with getting a BSOD with 'Memory Management' as the code. I have put the dump file into WinDbg and got back the following:

SYMBOL_NAME: PAGE_HASH_ERROS_INPAGE

MODULE_NAME: Unknown_Module

IMAGE_NAME: Unknown_Image

STACK_COMMAND: .cxr; .ecxr ; kb

FAILURE_BUCKET_ID: PAGE_HASH_ERROS_0x1a_3f

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {6a2d4548-0eec-578d-e8f1-9e2239aa9a00}

Followup: MachineOwner
- - - - - - - - -

** Memory manager detected 1 instance(s) of corrupted pagefile page(s) while performing in-page operations.



I am not smart at all with techy stuff so I can hope someone can help, thanks
Run TestMem 5 with the ANTA 777 extreme config to determine if it is indeed RAM.

Link to download
 
Associate
Joined
3 Feb 2017
Posts
1,444
Location
Mondas
** Memory manager detected 1 instance(s) of corrupted pagefile page(s) while performing in-page operations.

That is saying page file corruption. Try moving your page file to a different drive.
 
Associate
Joined
24 Jun 2022
Posts
117
Location
Manchester
** Memory manager detected 1 instance(s) of corrupted pagefile page(s) while performing in-page operations.

That is saying page file corruption. Try moving your page file to a different drive.
If I use one. I have a partition for it but 100% what you have recommended. You can always delete it and make a new one, too.
 
Back
Top Bottom