Thanks!
We have various different bug checks:
MEMORY_MANAGEMENT (1a)
This indicates that a severe memory management error occurred.
BugCheck 1A, {41792, fffff68000006b90, 2000, 0}
- The 1st parameter of the bug check is 41792
which indicates a corrupted PTE has been detected.
0: kd> dt nt!_MMPFN fffff68000006b90
+0x000 u1 : <unnamed-tag>
+0x008 u2 : <unnamed-tag>
+0x010 PteAddress : (null)
+0x010 VolatilePteAddress : (null)
+0x010 Lock : 0n0
+0x010 PteLong : 0
+0x018 u3 : <unnamed-tag>
+0x01c NodeBlinkLow : 0
+0x01e Unused : 0y0000
+0x01e VaType : 0y0000
+0x01f ViewCount : 0 ''
+0x01f NodeFlinkLow : 0 ''
+0x020 OriginalPte : _MMPTE
+0x028 u4 : <unnamed-tag>
^^ We can see it's all zeroed out.
-- PROCESS_NAME: uTorrent.exe
PFN_LIST_CORRUPT (4e)
This indicates that the page frame number (PFN) list is corrupted.
This error is typically caused by a driver passing a bad memory descriptor list. For example, the driver might have called
MmUnlockPages twice with the same list.
DRIVER_VERIFIER_DETECTED_VIOLATION (c4)
This is the general bug check code for fatal errors found by Driver Verifier.
BugCheck C4, {91, 0, ffffe00004007040, 0}
^^ The 1st parameter of the bug check is 91
which indicates a driver switched stacks using a method that is not supported by the operating system. The only supported way to extend a kernel mode stack is by using
KeExpandKernelStackAndCallout.
Despite all of this said, plus being a VRF bug check, it failed to label a driver.
ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY (fc)
This indicates that an attempt was made to execute non-executable memory.
-- PROCESS_NAME: AvastSvc.exe
-----------------
Overall, what's occurring here is avast! appears to be causing NETBIOS conflicts, which is then leading to memory corruption. We can see uTorrent was caught as a process crash, which conflicted with avast!.
Follow all of the recommendations below, please:
1. Remove and replace avast! with Windows 8's built-in Windows Defender for temporary troubleshooting purposes as it's likely causing
conflicts:
avast! removal -
http://www.avast.com/uninstall-utility
Windows Defender (how to turn on after removal) -http://www.eightforums.com/tutorials/21962-windows-defender-turn-off-windows-8-a.html
2. AODDriver2.sys is listed and loaded in your modules list which is AMD Overdrive; also in EasyTune6 for Gigabyte motherboard. Known BSOD issues in Win7 & 8.
Please uninstall either software ASAP! If you cannot find either software to uninstall, or it's not installed, please navigate to the following filepath:
C:\Program Files\ATI Technologies\ATI.ACE\Fuel\amd64\AODDriver2.sys
and rename AODDriver2.sys to AODDriver.2old
and then Restart.
3. You have a lot of problematic Asus software installed, such as AiChargerPlus, Asus PC Probe, etc. All of Asus' utility software is unnecessary bloatware that is known to cause issues. Please remove any and all Asus software.
Regards,
Patrick