occasional Memory_Management Bluescreen

Majorjim

Distinguished
May 19, 2015
5
0
18,510
Hi all,

I have recently reinstalled windows on a new SSD and I am experiencing occasional Memory_management BS.
28sydz4.jpg


They have occured during playing Kerbal space program mostly but I have had one during playing BF4.

Here is the system information:

Windows 7 home premium
version 6.1.7601 service pack one build 7601
i7-4790k CPU @4.00ghz
bios version: american mega trends V1.7 18/09/2014
SMBIOS version 2.8
16GB SDRAM corsair XMS 3 1600mhz
mobo: MSI Z97-GAMING 5
GPU: 970 GTX
I have run Memtest for 3 hours with no errors, which is the only test I have performed so far.

Thank you for reading,

MJ
 
Solution
it looks like you have a driver that is corrupting other drivers memory.
you will want to start cmd.exe as an admin then run
verifier.exe /standard /all
then reboot.
this will force windows to do extra checking on device drivers on your system. it will force a bugcheck and name the offending driver in the memory dump if it finds one.
use
verifier.exe /reset
to turn off the extra checking.

it would also be helpful if you cange your memory dump type from minidump to kernel memory dump. it will save internal error logs and more debug info.
https://www.sophos.com/en-us/support/knowledgebase/111474.aspx
(how to change memory dump type)
you got a memory error indicating your page table has been corrupted. It is the mapping of how your data in memory is swapped out to disk (pagefile.sys)
something corrupted the table in memory. These problems can be hard to figure out. I would start with the hardware, update the BIOS or reset it to defaults, reboot and run memtest86 to confirm your memory is ok.
then boot windows and check your core windows files: start cmd.exe as an admin then run
sfc.exe /scannow
confirm there are no corruptions.
if there are corruptions then run a malwarebytes scan

if you don't find anything with the above methods, go to your motherboard vendor and update hardware drivers.

reboot and see if you can still get a bugcheck. If you do it is best to just put the memory dump on a public server and post a link.
often it is very easy to spot known bad driver versions.
 

Majorjim

Distinguished
May 19, 2015
5
0
18,510


Hi and thank you for replying.
I ran sfc.exe /scannow and the machine bluescreened twice:

244xwck.jpg


when it did work it said it found corrupted files, fixed some but others it couldnt and pointed me towards a CBS file which is here: http://www.filedropper.com/cbs

Also earlier in the day I had this buescreen PFN_LIST_CORRUPT:

qrzo1z.jpg


What is my next step here? I will run Memtest again tonight.

Here are the DMP files: https://onedrive.live.com/redir?resid=321df943c0af6b2a!237&authkey=!AHe8bAQQZIhIJBM&ithint=folder%2cdmp
 
it looks like you have a driver that is corrupting other drivers memory.
you will want to start cmd.exe as an admin then run
verifier.exe /standard /all
then reboot.
this will force windows to do extra checking on device drivers on your system. it will force a bugcheck and name the offending driver in the memory dump if it finds one.
use
verifier.exe /reset
to turn off the extra checking.

it would also be helpful if you cange your memory dump type from minidump to kernel memory dump. it will save internal error logs and more debug info.
https://www.sophos.com/en-us/support/knowledgebase/111474.aspx
(how to change memory dump type)
 
Solution