Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 3B, {c0000005, fffff80003530433, fffff88007da3da0, 0}
Probably caused by : memory_corruption ( nt!MiRelinkStandbyPage+e3 )
Followup: MachineOwner
Code:
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s
Hi,
of the three dump files sent, one related to NTFS errors (Bugcheck 24), another to memory management (Bugcheck 1A) and the above. The above bugcheck can be caused by drivers, faulty system service and hardware. The accompanying exception code means data held in the memory couldn't be read because either it or the memory was corrupted.
Looking at the Call Stack I also see mention of system service handler and it might be worth checking the event logs to see if anything in particular has been playing up. In any case try running a system file scan. You can do this by right clicking on command prompt, choose properties and run as administrator. Type:
sfc /scannow
Press enter and await results.
Your drivers are in need of updating:
You can update both graphics and chipset (sata driver) here:
Link Removed
Rt64win7.sys Tue Aug 23 14:55:41 2011: Realtek RTL8168D/8111D Family PCI-E Gigabit Ethernet
Link Removed
RTKVHD64.sys Tue Jun 19 09:50:56 2012: Realtek HD Audio.
Link Removed
If after making the above changes you still get the bsod then you need to test your RAM.
Windows does have it's own memory testing app but it can often miss errors and the best app for the job is Memtest86. The latest version of which can be found here:
http://www.memtest.org/
To run Memtest86 you need to either burn a copy of it to disk or use a USB stick. If you look down the page you'll eventually find the latest version and it's associated downloads. If your burning to disk choose the pre-compiled iso zip. If your using a USB method then the corresponding download is the auto installer for a USB stick.
Once you have Memtest86 on the media you selected you'll then need to enter your bios and change the boot order so that the machine will boot from either the disk or stick you have Memtest86 on.
Run the test for at least 12hrs if possible unless it becomes clear that there is a issue. If there is a problem with the RAM you'll see the errors pop up in red so you can't miss them.
Post any new dump files.