Normally with 0x50 bugchecks I'm inclined to believe it's hardware.
But looking at the address that was meant to be written I can't see whether it is valid or not given it's a minidump.
Anyway, I decided to look at the raw stack and found that Kan unknown driver created by trusteer is causing issues.
I recommend you uninstall all software related to this company.
Code:
Unable to load image \??\C:\ProgramData\Trusteer\Rapport\store\exts\RapportCerberus\baseline\RapportCerberus64_68261.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for RapportCerberus64_68261.sys
*** ERROR: Module load completed but symbols could not be loaded for RapportCerberus64_68261.sys
[COLOR="Red"]RapportCerberus64_68261+0x63f8[/COLOR]
In your second dump you have a 0xD1 bugcheck which means a driver tried to access pageable memory at an IRQL of Passive Level or above which is an illegal operation.
Code:
X64_0xD1_CODE_AV_[COLOR="red"]BAD_IP[/COLOR]_nt!KiPageFault+260
A bad instruction pointer.
Like I said, given it's a minidump there's not much to analyse.
So I'll take a look at the raw stack again and see if that finds anything.
Code:
Unable to load image \SystemRoot\system32\DRIVERS\klif.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for klif.sys
*** ERROR: Module load completed but symbols could not be loaded for klif.sys
[COLOR="red"]klif+0x56998[/COLOR]
Kaspersky appears to be causing issues, I would remove it and replace it with MSE and Malwarebytes.
Use the
Kaspersky removal tool.
Replace it with
MSE and
Malwarebytes.
Tip
Make sure you don't enable the free trial of malwarebytes pro, deselect the option when prompted.
Lastly I see you have Intel Rapid Storage Technology installed.
Remove it by following these instructions.
- Right click on "my computer" icon and click "manage" on the context menu.
- It will open the "computer management" window.
- Select "Device Manager" in the left pane, It will list all the existing devices up.
- Expand "Disc Drives" by clicking on the triangle in front of it.
- Select one item under it, right click, uninstall.
- Continue the process for all items under "Disc Drives"
- Now restart the computer. At restart, windows will auto configure the appropriate system driver, msahci.sys.
Post back the results.