Got this also, if it helps....
Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (
OSR Homepage - OSR)
Online Crash Dump Analysis Service
See
OSR Online - The Home Page for Windows Driver Developers for more information
Windows 7 Kernel Version 7601 (Service Pack 1) MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 7601.18409.amd64fre.win7sp1_gdr.140303-2144
Machine Name:
Kernel base = 0xfffff800`02e68000 PsLoadedModuleList = 0xfffff800`030ab890
Debug session time: Mon Jun 30 10:21:10.133 2014 (UTC - 4:00)
System Uptime: 0 days 5:41:29.383
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff88011140dbb, The address that the exception occurred at
Arg3: fffff88003edf228, Exception Record Address
Arg4: fffff88003edea80, Context Record Address
Debugging Details:
------------------
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
FAULTING_IP:
atikmdag+c7dbb
fffff880`11140dbb 488b83a8060000 mov rax,qword ptr [rbx+6A8h]
EXCEPTION_RECORD: fffff88003edf228 -- (.exr 0xfffff88003edf228)
ExceptionAddress: fffff88011140dbb (atikmdag+0x00000000000c7dbb)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 00000000000006a8
Attempt to read from address 00000000000006a8
CONTEXT: fffff88003edea80 -- (.cxr 0xfffff88003edea80)
rax=0000000000000000 rbx=0000000000000000 rcx=0000000000000000
rdx=0000000000000000 rsi=00000000003c0000 rdi=0000000000000002
rip=fffff88011140dbb rsp=fffff88003edf460 rbp=fffffa8008322960
r8=0000000000000002 r9=000000f417fb0000 r10=0000000000000000
r11=fffff88003edf690 r12=fffffa8008810f40 r13=fffffa80079215c0
r14=fffffa800c9cd740 r15=fffff88011079000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00210246
atikmdag+0xc7dbb:
fffff880`11140dbb 488b83a8060000 mov rax,qword ptr [rbx+6A8h] ds:002b:00000000`000006a8=????????????????
Resetting default scope
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
PROCESS_NAME: System
CURRENT_IRQL: 0
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
EXCEPTION_PARAMETER1: 0000000000000000
EXCEPTION_PARAMETER2: 00000000000006a8
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff80003115100
GetUlongFromAddress: unable to read from fffff800031151c0
00000000000006a8 Nonpaged pool
FOLLOWUP_IP:
atikmdag+c7dbb
fffff880`11140dbb 488b83a8060000 mov rax,qword ptr [rbx+6A8h]
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffff88000000001 to fffff88011140dbb
STACK_TEXT:
fffff880`03edf460 fffff880`00000001 : fffff880`00000000 fffffa80`08810f00 00000000`00000000 fffffa80`0c9cd740 : atikmdag+0xc7dbb
fffff880`03edf468 fffff880`00000000 : fffffa80`08810f00 00000000`00000000 fffffa80`0c9cd740 fffff880`111a1f6f : 0xfffff880`00000001
fffff880`03edf470 fffffa80`08810f00 : 00000000`00000000 fffffa80`0c9cd740 fffff880`111a1f6f 00000000`00000000 : 0xfffff880`00000000
fffff880`03edf478 00000000`00000000 : fffffa80`0c9cd740 fffff880`111a1f6f 00000000`00000000 fffff880`11f99181 : 0xfffffa80`08810f00
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: atikmdag+c7dbb
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: atikmdag
IMAGE_NAME: atikmdag.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 53508a3c
STACK_COMMAND: .cxr 0xfffff88003edea80 ; kb
FAILURE_BUCKET_ID: X64_0x7E_atikmdag+c7dbb
BUCKET_ID: X64_0x7E_atikmdag+c7dbb
Followup: MachineOwner
---------