Getting weird memory corruption BSOD - need help...

Gleep52

Reputable
Aug 7, 2014
5
0
4,510
I got a BSOD with the following info in the dmp file:

Microsoft (R) Windows Debugger Version 10.0.18206.1001 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\082418-11203-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available


************* Path validation summary **************
Response Time (ms) Location
Deferred srv*
Symbol search path is: srv*
Executable search path is:
Windows 10 Kernel Version 17134 MP (12 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Machine Name:
Kernel base = 0xfffff801`79018000 PsLoadedModuleList = 0xfffff801`793c6170
Debug session time: Fri Aug 24 12:53:49.318 2018 (UTC - 5:00)
System Uptime: 0 days 14:12:24.706
Loading Kernel Symbols
...............................................................
................................................................
................................................................
...................................
Loading User Symbols
Loading unloaded module list
..............................
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1A, {41792, ffffa58047044ba8, 1008100000, 0}

Probably caused by : memory_corruption ( nt!MiDeleteVa+15aa )

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

nt!KeBugCheckEx:
fffff801`791c0ca0 48894c2408 mov qword ptr [rsp+8],rcx ss:0018:ffff9488`1d7cec20=000000000000001a

I'm not sure what this error is, as memtest runs without any errors. From what I've read, it could be the page file is corrupted (when this happened I was out of physical memory - lots of apps open). But the solution to that thread said it was loose sata cables. This is an Aero 15x v8 laptop with m.2 nve drives - there are no cables. I'm guessing the page file could somehow become corrupted, but I'm not sure how that would happen. Does anyone know with more clarity what caused this BSOD and what I might do to figure things out? I'm running the latest of all drivers according to Driver Easy software.
 
Solution
Can you go to C:\WINDOWS\Minidump
copy the minidump files to another folder
upload the copies from new folder to a file sharing web site
Show the link here and I will get someone to convert files for me, and see what drivers was running at time.

error = Memory Management - these errors can be caused by drivers as well as ram/storage drive (page file)
1st parameter = 41792: A corrupted PTE has been detected. Parameter 2 contains the address of the PTE. Parameters 3/4 contain the low/high parts of the PTE.

Have you changed page file size? If you running out of ram and have normal page file size, the only real answer is add more ram.

Colif

Win 11 Master
Moderator
Can you go to C:\WINDOWS\Minidump
copy the minidump files to another folder
upload the copies from new folder to a file sharing web site
Show the link here and I will get someone to convert files for me, and see what drivers was running at time.

error = Memory Management - these errors can be caused by drivers as well as ram/storage drive (page file)
1st parameter = 41792: A corrupted PTE has been detected. Parameter 2 contains the address of the PTE. Parameters 3/4 contain the low/high parts of the PTE.

Have you changed page file size? If you running out of ram and have normal page file size, the only real answer is add more ram.
 
Solution