Windows 7 blue screen memory error bugcheck 0x0000001a

-1

Here is my system specifications.

enter image description here

Error:

The computer has rebooted from a bugcheck. The bugcheck was: 0x0000001a (0x0000000000041790, 0xfffffa8003d23de0, 0x000000000000ffff, 0x0000000000000000). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 080515-65988-01.

Log > http://pastebin.com/Btxxep58

windows-7
memory
asked on Super User Aug 5, 2015 by 2deeev • edited Aug 5, 2015 by 2deeev

2 Answers

1

bugcheck 0x0000001a means MEMORY_MANAGEMENT. The important information come from the parameter 1.

0x41790 means this:

A page table page has been corrupted. On a 64 bit version of Windows, parameter 2 contains the address of the PFN for the corrupted page table page. On a 32 bit version of Windows, parameter 2 contains a pointer to the number of used PTEs, and parameter 3 contains the number of used PTEs.

According to Microsoft, this is mostly caused by RAM (Hardware) issues:

The 41790 code is part of our an internal memory manager code but the bugcheck in my experience has almost always indicated hardware issues (RAM errors).

So, run a memory test tool (memtest86+ or the internal Windows tool). Also check the RAM timings with CPU-Z and look that the values from the SPD tab match to the data in the memory tab. If you have a command rate (CR) of 1, go to the BIOS and set it to 2. This can also trigger such BSODs.

answered on Super User Aug 6, 2015 by magicandre1981
0

I literally just answered this somewhere else.

To be entirely honest, stop error 0x0000001a is not good at all, as Windows has encountered a serious Memory Management error. I would suggest to start out by booting the Memtestx86 CD to see if your RAM is bad. Chances are it is, and to be safer, replace all RAM at the same time

answered on Super User Aug 5, 2015 by td512 • edited Mar 20, 2017 by Community

User contributions licensed under CC BY-SA 3.0