Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1A, {3f, 1a9cc, 35a4fd59, 35a50559}
Probably caused by : Unknown_Image ( PAGE_HASH_ERRORS_INPAGE )
Followup: MachineOwner
---------
*** Memory manager detected 1 instance(s) of corrupted pagefilepage(s) while performing in-page operations.
Code:
ADDITIONAL_DEBUG_TEXT: Memory Manager detected corruption of a pagefile page while performing an in-page operation.
The data read from storage does not match the original data written.
This indicates the data was corrupted by the storage stack, or device hardware.
Hi,
as Josephur rightly say's Bugcheck 1A means a severe memory management issue occured. This can indicate you have some faulty RAM but it can also be cause by corrupt data/drivers.
The additional information is interesting (posted above) and it appears your page file may have become corrupt or fragmented.
To refresh the Pagefile you only need to disable it, reboot and then re-enable.
To disable the pagefile open the run application.
Type sysdm.cpl in the run box and click ok.
Look across the top of the system properties box for 'Advanced' and click that.
Under 'Performance' click settings.
You'll see 'Virtual memory' near the bottom of the next page. Simply click 'Change' and then look for 'No pagefile'. You will need to uncheck other boxes to gain access and once done make sure you save and reboot.
Once your back in the system go back and re-enable the pagefile letting the system decide on size ect.
Please run these scans to try and clear up any corruption:
File scans
Right click on the Start menu icon and from the revealed list choose 'admin command prompt'. Type:
sfc /scannow
press enter and await results
In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).
If the first scan found files it could not repair but the second scan is successful, run the first scan again using the same command prompt box and this time it should repair the files found.
If the BSOD continues try removing AVG as suggested and just use Defender as it's very stable.
If the bsod continues then you'll need to test your RAM. Windows does have a memory testing app but it can miss errors and the best app for the job is Memtest86.
If you open the link below you'll see you can run Memtest86 in two ways. You can either burn it to disk or install it onto a USB drive it's entirely up to you. You'll then need to enter the bios to change the boot order so you can boot from either the Disk or USB stick you have Memtest86 on.
You must test for at least 12 hours unless it becomes obvious there is a problem straight away.
Memtest86+ - Advanced Memory Diagnostic Tool
Post any new dump files.
Oh and your thread was moved to correct section.