Microsoft (R) Windows Debugger Version 6.2.9200.16384 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Skyler\AppData\Local\Temp\Rar$DIa0.597\091512-20872-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*C:\SymCache*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17835.amd64fre.win7sp1_gdr.120503-2030
Machine Name:
Kernel base = 0xfffff800`03258000 PsLoadedModuleList = 0xfffff800`0349c670
Debug session time: Sat Sep 15 11:01:29.874 2012 (UTC - 5:00)
System Uptime: 0 days 0:00:36.733
Loading Kernel Symbols
...............................................................
................................................................
.............................
Loading User Symbols
Loading unloaded module list
...
*** WARNING: Unable to verify timestamp for aswTdi.SYS
*** ERROR: Module load completed but symbols could not be loaded for aswTdi.SYS
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff880017ebc3a, fffff8800357dd78, fffff8800357d5d0}
Probably caused by : [COLOR="red"]aswTdi.SYS[/COLOR] ( aswTdi+4c3a )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
* *
* 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: fffff880017ebc3a, The address that the exception occurred at
Arg3: fffff8800357dd78, Exception Record Address
Arg4: fffff8800357d5d0, Context Record Address
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
aswTdi+4c3a
fffff880`017ebc3a 48394b18 cmp qword ptr [rbx+18h],rcx
EXCEPTION_RECORD: fffff8800357dd78 -- (.exr 0xfffff8800357dd78)
ExceptionAddress: fffff880017ebc3a (aswTdi+0x0000000000004c3a)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: ffffffffffffffff
Attempt to read from address ffffffffffffffff
CONTEXT: fffff8800357d5d0 -- (.cxr 0xfffff8800357d5d0)
rax=0000000000000000 rbx=fffdfa800ce4b970 rcx=fffffa800d5db190
rdx=fffff880017f1ac0 rsi=fffffa800a868f20 rdi=fffffa800c998c38
rip=fffff880017ebc3a rsp=fffff8800357dfb0 rbp=0000000000000001
r8=fffffa800a868f20 r9=0000000000000000 r10=fffffa8006a4bc90
r11=fffff8800357e0d8 r12=fffffa800cb61100 r13=0000000000000000
r14=0000000000000000 r15=0000000000000002
iopl=0 nv up ei ng nz na pe cy
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010283
aswTdi+0x4c3a:
fffff880`017ebc3a 48394b18 cmp qword ptr [rbx+18h],rcx ds:002b:fffdfa80`0ce4b988=????????????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
PROCESS_NAME: System
CURRENT_IRQL: 2
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: ffffffffffffffff
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff80003506100
GetUlongFromAddress: unable to read from fffff800035061c0
ffffffffffffffff
FOLLOWUP_IP:
aswTdi+4c3a
fffff880`017ebc3a 48394b18 cmp qword ptr [rbx+18h],rcx
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffffa800a868f20 to fffff880017ebc3a
STACK_TEXT:
fffff880`0357dfb0 fffffa80`0a868f20 : 00000000`00000000 fffffa80`0c998c38 fffffa80`0c998bf3 00000000`00003580 : aswTdi+0x4c3a
fffff880`0357dfb8 00000000`00000000 : fffffa80`0c998c38 fffffa80`0c998bf3 00000000`00003580 fffffa80`0d5db190 : 0xfffffa80`0a868f20
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: aswTdi+4c3a
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: aswTdi
IMAGE_NAME: [COLOR="red"]aswTdi.SYS[/COLOR]
DEBUG_FLR_IMAGE_TIMESTAMP: 50334f3d
STACK_COMMAND: .cxr 0xfffff8800357d5d0 ; kb
FAILURE_BUCKET_ID: X64_0x7E_aswTdi+4c3a
BUCKET_ID: X64_0x7E_aswTdi+4c3a
Followup: MachineOwner
---------