*** WARNING: Unable to verify timestamp for aswSP.SYS
*** ERROR: Module load completed but symbols could not be loaded for aswSP.SYS
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff88003e70e93, fffff880009a8e58, fffff880009a86b0}
Probably caused by : aswSP.SYS ( aswSP+41e93 )
Followup: MachineOwner
---------
0: 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: fffff88003e70e93, The address that the exception occurred at
Arg3: fffff880009a8e58, Exception Record Address
Arg4: fffff880009a86b0, 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:
aswSP+41e93
fffff880`03e70e93 48897008 mov qword ptr [rax+8],rsi
EXCEPTION_RECORD: fffff880009a8e58 -- (.exr 0xfffff880009a8e58)
ExceptionAddress: fffff88003e70e93 (aswSP+0x0000000000041e93)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000001
Parameter[1]: 0000000000000008
Attempt to write to address 0000000000000008
CONTEXT: fffff880009a86b0 -- (.cxr 0xfffff880009a86b0)
rax=0000000000000000 rbx=0000000000000000 rcx=fffffa80076b7910
rdx=0000000000000002 rsi=fffff8a0003f93e0 rdi=fffffa8007b3b6f0
rip=fffff88003e70e93 rsp=fffff880009a9090 rbp=fffffa8007b28850
r8=0000000000008e08 r9=0000000000000030 r10=fffff80003600000
r11=000000000000038d r12=fffffa8007ab7000 r13=fffff88003e2f000
r14=0000000000000001 r15=fffff880009a92d0
iopl=0 nv up ei ng nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010282
aswSP+0x41e93:
fffff880`03e70e93 48897008 mov qword ptr [rax+8],rsi ds:002b:00000000`00000008=????????????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
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: 0000000000000001
EXCEPTION_PARAMETER2: 0000000000000008
WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff800038ad100
GetUlongFromAddress: unable to read from fffff800038ad1c0
0000000000000008 Nonpaged pool
FOLLOWUP_IP:
aswSP+41e93
fffff880`03e70e93 48897008 mov qword ptr [rax+8],rsi
BUGCHECK_STR: 0x7E
DEFAULT_BUCKET_ID: NULL_CLASS_PTR_DEREFERENCE
LAST_CONTROL_TRANSFER: from fffffa8007ab7000 to fffff88003e70e93
STACK_TEXT:
fffff880`009a9090 fffffa80`07ab7000 : 00000000`00000000 00000000`49777361 00000000`000007ff fffff880`009a91a0 : aswSP+0x41e93
fffff880`009a9098 00000000`00000000 : 00000000`49777361 00000000`000007ff fffff880`009a91a0 fffff800`00000008 : 0xfffffa80`07ab7000
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: aswSP+41e93
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: aswSP
IMAGE_NAME: aswSP.SYS
DEBUG_FLR_IMAGE_TIMESTAMP: 518b62d9
STACK_COMMAND: .cxr 0xfffff880009a86b0 ; kb
FAILURE_BUCKET_ID: X64_0x7E_aswSP+41e93
BUCKET_ID: X64_0x7E_aswSP+41e93
Followup: MachineOwner
---------
0: kd> lmvm aswSP
start end module name
fffff880`03e2f000 fffff880`03e91000 aswSP T (no symbols)
Loaded symbol image file: aswSP.SYS
Image path: \SystemRoot\System32\Drivers\aswSP.SYS
Image name: aswSP.SYS
Timestamp: Thu May 09 14:18:25 2013 (518B62D9)
CheckSum: 000608C9
ImageSize: 00062000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
0: kd> !thread