Random BSOD & Lock Ups, code 0x000000f4

I think Kernel Memory Dumps will help more as I can't seem to find any lead.
Follow these instructions on how to change your dump files to Kernel Memory Dumps.

http://www.sevenforums.com/tutorials/174459-dump-files-configure-windows-create-bsod.html

Once your dump file creation has changed, reboot the computer and wait for another BSOD.
When a new BSOD has occurred go to this directory:
C:/Windows/memory.dmp

Copy that dump file to the desktop, then upload it to a program like OneDrive, once uploaded post the link in your next reply and I'll take a look.
 

My Computer My Computer

Computer type
PC/Desktop
I think Kernel Memory Dumps will help more as I can't seem to find any lead.
Follow these instructions on how to change your dump files to Kernel Memory Dumps.

http://www.sevenforums.com/tutorials/174459-dump-files-configure-windows-create-bsod.html

Once your dump file creation has changed, reboot the computer and wait for another BSOD.
When a new BSOD has occurred go to this directory:
C:/Windows/memory.dmp

Copy that dump file to the desktop, then upload it to a program like OneDrive, once uploaded post the link in your next reply and I'll take a look.
I zipped it because it was 500MB's or something
https://onedrive.live.com/redir?resid=87AFAC77E18BCD39!646&authkey=!AOY879xrTsztwb4&ithint=file,.zip
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Professional x64
CPU
Intel® Core™ i5-4670 Processor
Motherboard
MSI H87-G43 GAMING
Memory
CORSAIR VENGEANCE PRO 16 GB DIMM DDR3-1600
Graphics Card(s)
GeForce GTX 780
Hard Drives
SSD 840 EVO 250GB
Antivirus
Microsoft Security Essentials
Browser
Chrome
You can't .zip it, the .dmp gets corrupt when you compress it.
Upload it unzipped.
 

My Computer My Computer

Computer type
PC/Desktop

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Professional x64
CPU
Intel® Core™ i5-4670 Processor
Motherboard
MSI H87-G43 GAMING
Memory
CORSAIR VENGEANCE PRO 16 GB DIMM DDR3-1600
Graphics Card(s)
GeForce GTX 780
Hard Drives
SSD 840 EVO 250GB
Antivirus
Microsoft Security Essentials
Browser
Chrome

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Professional x64
CPU
Intel® Core™ i5-4670 Processor
Motherboard
MSI H87-G43 GAMING
Memory
CORSAIR VENGEANCE PRO 16 GB DIMM DDR3-1600
Graphics Card(s)
GeForce GTX 780
Hard Drives
SSD 840 EVO 250GB
Antivirus
Microsoft Security Essentials
Browser
Chrome
Ok good, let me know how it goes.
I'm hoping that has fixed it.
 

My Computer My Computer

Computer type
PC/Desktop
Ok good, let me know how it goes.
I'm hoping that has fixed it.
It didn't fix it :(
I just had a bluescreen after gaming for 2 weeks without having a blue screen, I also thought it fixed it but it didn't.. I received a text message from a friend and all of a sudden my pc closed all programs and it went into a blue screen, it's weird but I'm starting to think my iphone has something to do with it (sending out signals to my pc that makes it crash).
Here is another MEMORY.DMP file right after the latest BSOD
https://www.dropbox.com/s/mn1dhryxadew9nf/MEMORY.DMP
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Professional x64
CPU
Intel® Core™ i5-4670 Processor
Motherboard
MSI H87-G43 GAMING
Memory
CORSAIR VENGEANCE PRO 16 GB DIMM DDR3-1600
Graphics Card(s)
GeForce GTX 780
Hard Drives
SSD 840 EVO 250GB
Antivirus
Microsoft Security Essentials
Browser
Chrome
Well, it depends, is your phone plugged in?

Code:
BugCheck [COLOR="Red"]F4[/COLOR], {[COLOR="Blue"]3[/COLOR], fffffa800eaad120, fffffa800eaad400, fffff80002b94270}

Probably caused by : [COLOR="Green"]csrss.exe[/COLOR]

This bugcheck indicates that a critical process has been terminated or exited. The first parameter which I have marked in blue indicates a process has terminated, the process is marked in green.
csrss.exe is the Windows Subsystem that provides callable routines to the other subsystems to perform things like Display I/Os where needed etc.

It's very difficult to track down the cause of this, sometimes, not always it can be caused by memory leakages causing the memory resource pools to run dry.
Lets take a look.

Code:
	NonPagedPool Usage:    [COLOR="Purple"]15192[/COLOR] (     60768 Kb)
	NonPagedPool Max:    [COLOR="Red"]3116636[/COLOR] (  12466544 Kb)

Nope, everything looks fine here.

It may well be another faulty HDD but given that you've already replaced it, it would look more like a faulty motherboard.
That being said, with nothing appearing for 2 weeks I have my doubts.

Can you upload all new files using the DM Log Collector.

Strangely enough, I had one last idea by dumping the raw stack, I found your Nvidia driver being blamed...

Code:
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for nvlddmkm.sys - 
 [COLOR="Red"]nvlddmkm+0xd7599[/COLOR]

Lets take a look at the timestamp.

Code:
3: kd> [COLOR="Green"]lmvm nvlddmkm[/COLOR]
start             end                 module name
fffff880`0f055000 fffff880`0fcb9000   nvlddmkm   (export symbols)       nvlddmkm.sys
    Loaded symbol image file: nvlddmkm.sys
    Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
    Image name: nvlddmkm.sys
    Timestamp:        [COLOR="red"]Tue May 20 00:08:44 2014[/COLOR] (537A8EFC)
    CheckSum:         00C1EA41
    ImageSize:        00C64000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

These latest versions have caused quite a few issues.
I recommend rolling back to an earlier version (Late last year).
These instructions are useful.

http://www.sevenforums.com/tutorials/327414-nvidia-drivers-avoid-problems.html?filter

Run a Disk Check to scan for errors

   Note

Afterwards go into an Elevated Command Prompt (Run as administrator) and type in sfc /scannow
If it finds errors reboot and run the scan two more times


Run SeaTools to see if your HDD or SSD is failing

Post back the results.
 

My Computer My Computer

Computer type
PC/Desktop
I used the SeaTools for Windows on my SSD and everything passed!
I will do a Disk Check when I reboot my pc and I'll let you know if there are some issues.
Here is the file I get using the DM Log Collector.
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Professional x64
CPU
Intel® Core™ i5-4670 Processor
Motherboard
MSI H87-G43 GAMING
Memory
CORSAIR VENGEANCE PRO 16 GB DIMM DDR3-1600
Graphics Card(s)
GeForce GTX 780
Hard Drives
SSD 840 EVO 250GB
Antivirus
Microsoft Security Essentials
Browser
Chrome
Back
Top