The error seen here is a 0x3b error, which is a system service exception. In Microsoft's words:
"This error has been linked to excessive paged pool usage and may occur due to user-mode graphics drivers crossing over and passing bad data to the kernel code. "
So from that, we know it's related to video somehow. That somehow is very usally related to the antivirus app currently installed. The memory corruption involved here could possibly also be caused by other faulty drivers.
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 3B, {c0000005, fffff96000137fb9, fffff88008547fd0, 0}
Probably caused by : win32k.sys ( win32k+c7fb9 )
Followup: MachineOwner
---------
1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff96000137fb9, Address of the instruction which caused the bugcheck
Arg3: fffff88008547fd0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
win32k+c7fb9
fffff960`00137fb9 498b0c24 mov rcx,qword ptr [r12]
CONTEXT: fffff88008547fd0 -- (.cxr 0xfffff88008547fd0)
rax=fffff900c3033b40 rbx=0000000000000000 rcx=0000000000000000
rdx=fffffa8006b47550 rsi=fffff900c3033b40 rdi=fffff900c3033b40
rip=fffff96000137fb9 rsp=fffff880085489a0 rbp=0000000000000000
r8=0000000000000000 r9=0000000000000000 r10=0000000004c00000
r11=fffffa8006b47550 r12=0000000000200000 r13=fffff9600034ac00
r14=0000000000000000 r15=fffff900c3033b40
iopl=0 nv up ei pl nz na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010206
win32k+0xc7fb9:
fffff960`00137fb9 498b0c24 mov rcx,qword ptr [r12] ds:002b:00000000`00200000=????????????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x3B
PROCESS_NAME: iexplore.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 0000000000000000 to fffff96000137fb9
STACK_TEXT:
fffff880`085489a0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : win32k+0xc7fb9
FOLLOWUP_IP:
win32k+c7fb9
fffff960`00137fb9 498b0c24 mov rcx,qword ptr [r12]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: win32k+c7fb9
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: win32k
IMAGE_NAME: win32k.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bc5e1
STACK_COMMAND: .cxr 0xfffff88008547fd0 ; kb
FAILURE_BUCKET_ID: X64_0x3B_win32k+c7fb9
BUCKET_ID: X64_0x3B_win32k+c7fb9
Followup: MachineOwner
---------
What I 'd have to say for this case is to uninstall the Kaspersky with the removal tool found here:
AV Uninstallers - Windows 7 Forums
Then install free MSE as a replacement.
Your Saitek gaming controller (possibly flight?) driver needs to be updated:
Code:
SaiH053C SaiH053C.sys Tue May 01 07:44:18 2007
http://saitek.com/uk/down/drivers.php
These EasyTune drivers must be updated:
Code:
etdrv etdrv.sys Thu Mar 19 22:59:06 2009
GVTDrv64 GVTDrv64.sys Tue Sep 05 03:10:02 2006
Please visit your motherboard manufacturer's website to obtain the latest EasyTune software and install.
If you follow the above direction, your machine should be well off. If for some strange reason bsod still happen, then two things we are going to need to look at are
PxHlpa64 PxHlpa64.sys Fri Feb 02 16:24:22 2007
and your CReative drivers....well, simply put, because they're from Creative and they tend to cause troubles.
Good luck and please keep us updated on things. Please post a new crash dump if necessary.