Windows 7 memory dump error (blue screen)

akash712

Commendable
Aug 28, 2016
1
0
1,510
when i m using chrome this windows crash happens again and again
new ram upgraded
fresh windows installed
ram compatible with cpu

mini dump file attached with attachment-http://
Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033

Additional information about the problem:
BCCode: 1a
BCP1: 0000000000041790
BCP2: FFFFFA8000144810
BCP3: 000000000000FFFF
BCP4: 0000000000000000
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1

 
Solution
the code just means that windows memory management detected a memory error.
the error code 0000000000041790 means the error was A page table page has been corrupted.
Page tables are used to map where something is loaded in to RAM and where it is moved to in virtual memory.
ie it maps between RAM locataions and a location in c:\pagefile.sys.

generally, you would update the SATA drivers for your motherboard, and test your drive for errors. I would run crystaldiskinfo.exe to read the drives SMART errors to get a idea if the drive is having problems.

there can be other causes of this error. your pagefile.sys is too small (default should be 1.5 to 2 times the size of your physical ram.) You can get this error if your hard drive...
the code just means that windows memory management detected a memory error.
the error code 0000000000041790 means the error was A page table page has been corrupted.
Page tables are used to map where something is loaded in to RAM and where it is moved to in virtual memory.
ie it maps between RAM locataions and a location in c:\pagefile.sys.

generally, you would update the SATA drivers for your motherboard, and test your drive for errors. I would run crystaldiskinfo.exe to read the drives SMART errors to get a idea if the drive is having problems.

there can be other causes of this error. your pagefile.sys is too small (default should be 1.5 to 2 times the size of your physical ram.) You can get this error if your hard drive where your pagefile.sys is stored fills up and there is no space for the pagefile.sys to expand. pagefile.sys should be a hidden system file on drive c:

Sometimes you get this error when you have a old BIOS version and the machine does not sleep correctly, with each sleep/wake cycle the pagefile.sys slowly becomes corrupted. It works until some critical data structure is corrupted and the system crashes. It is pretty hard to tell.

if you put the memory dump files from c:\windows\minidump directory onto a server like microsoft one drive, then share the files as public and post a link
I can use the windows debugger and look for common drivers that corrupt memory.
otherwise, you will want to update the BIOS, and go to the motherboard vendors website and update all of the motherboard drivers.
 
Solution