Hello,
We really apologize for the delayed response. !!
So lets start with basic. First we will try to narrow down the issue. Lets see if some Hardware is causing the problem.
So i would recommend to run Hardware Diagnostic: Follow this link for instructions
Hardware Diagnostic !! « Captain Debugger
There are few error messages in Event Viewer I'm listing that are specific ones.
There was a "
Microsoft-Windows-CAPI2" error due to a certificate fail to download. Go to this link
http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootstl.cab Download and apply it.
Event Name: AEAPPINV2 a possible fix could be to update your BIOS Firmware
GA-790XTA-UD4 (rev. 1.0) - GIGABYTE - Support&Download - Motherboard - BIOS
Event Name: RADAR_PRE_LEAK_WOW64:
It's basically referring to some kind of Process leak or a Kernel leak. But something hard to troubleshoot without seeing the PC. I'll list few troubleshooting steps which you try to fix the issue.
Open Task Manager then add the "
Memory (Private Working Set)" column to Task Manager's Processes tab, and sort it in descending order see which process it taking up lot of Memory and see if it's stable or constantly spiking up
(or)
Download
Processor Explorer
Open it then go to
View |
Select Columns | Check on
Private Bytes
Then press OK. Then sort the list by Private Bytes and see which process it taking up lot of Memory and see if it's stable or constantly spiking up. Not down which process is leaking. If it's a process leak we can figure out this way. But if its a handle leak or Kernel leak then we have to dig more.
It's also possible the Kernel Memory Page Pool might also Paged out which can cause Bluescreen. We can use Poolmon.exe for that purpose. Try this article
How to use Memory Pool Monitor (Poolmon.exe) to troubleshoot kernel mode memory leaks
Also you could Enable Driver Verifier
http://www.sevenforums.com/crash-lo...-driver-verifier-identify-issues-drivers.html let it run few atleast 36 hours.
Then open Driver Verifier again the Select "
Display information about the currently verified drivers" then click next. There is will Display the Drivers that has verified. Few you have more that one Drivers listed Click next then it will display the "
Global counters" click next again there in a
Drop down it will again show you the list of Drivers that has been verified.
Look for
"Paged Pool - Bytes allocated" and if you see a Driver with high number then that the culprit.
Hope this helps,
Captain