Hi,
Varying bug checks.
SYSTEM_SERVICE_EXCEPTION (3b)
This indicates that an exception happened while executing a routine that transitions from non-privileged code to privileged code.
Code:
BugCheck 3B, {[COLOR=#ff0000]c0000005[/COLOR], [COLOR=#0000ff]fffff960000c4283[/COLOR], [COLOR=#006400]fffff88008cbf060[/COLOR], 0}
Code:
0: kd> ln fffff960000c4283
(fffff960`000c41e0) win32k!HmgLockEx+0xa3 | (fffff960`000c432c) win32k!RGNOBJ::vSet
win32k!HmgLockEx+0xa3 caused the access violation.
Code:
0: kd> .cxr 0xfffff88008cbf060;r
rax=fffff900c0200000 rbx=0000000000000000 rcx=fffffa8006d198a0
rdx=fffff900c0200000 rsi=0000000000000000 rdi=fffff900c0200000
rip=fffff960000c4283 rsp=fffff88008cbfa40 rbp=0000000000000000
r8=0000000000000001 r9=0000000000000000 r10=0000000000000000
r11=fffff88008cbfaa8 r12=0000000002cebf00 r13=0000000000000000
r14=0000000000000001 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246
[COLOR=#ff0000]win32k!HmgLockEx+0xa3[/COLOR]:
fffff960`000c4283 0fb7430c [COLOR=#0000ff]movzx [/COLOR][COLOR=#008000]eax[/COLOR],word ptr [[COLOR=#800080]rbx+0Ch[/COLOR]] ds:002b:00000000`0000000c=????
On the faulting instruction, we were copying the contents of the memory at address rbx+0C to eax and zero extending it. rbx is volatile therefore we cannot check it, and eax is inaccessible with only a minidump. In any case, this is likely being caused by a driver.
1. 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.
2. In your loaded drivers list, dtsoftbus01.sys is listed which is the Daemon Tools driver. Daemon Tools is a very popular cause of BSOD's in 7/8 based systems. Please uninstall Daemon Tools. Alternative imaging programs are: MagicISO, Power ISO, etc.
3. Install Service Pack 1 ASAP -
Learn how to install Windows 7 Service Pack 1 (SP1)
4.
Code:
0: kd> lmvm xusb21
start end module name
fffff880`069df000 fffff880`069f1100 xusb21 (deferred)
Image path: \SystemRoot\system32\DRIVERS\xusb21.sys
Image name: xusb21.sys
Timestamp: Thu Aug 13 18:10:17 [COLOR=#ff0000]2009[/COLOR]
Win7 Xbox controler driver dated from 2009. 2009 version is known to cause crashes, so please update to 2012 version or uninstall drivers + controller ASAP -
Software Downloads | Microsoft Hardware
Regards,
Patrick