*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc0000005, fffff8800b9b6a59, fffff880037b6038, fffff880037b5890}
Probably caused by : peauth.sys ( peauth+6aa59 )
Followup: MachineOwner
---------
7: 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: fffff8800b9b6a59, The address that the exception occurred at
Arg3: fffff880037b6038, Exception Record Address
Arg4: fffff880037b5890, 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:
peauth+6aa59
fffff880`0b9b6a59 2bb7488b7c24 sub esi,dword ptr [rdi+247C8B48h]
EXCEPTION_RECORD: fffff880037b6038 -- (.exr 0xfffff880037b6038)
ExceptionAddress: fffff8800b9b6a59 (peauth+0x000000000006aa59)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 000000002e4ebb50
Attempt to read from address 000000002e4ebb50
CONTEXT: fffff880037b5890 -- (.cxr 0xfffff880037b5890)
rax=0000000000aba1ca rbx=0000000000000018 rcx=00000000ee3eaa30
rdx=000000003719d84f rsi=09d23008e7ec9a38 rdi=0000000009d23008
rip=fffff8800b9b6a59 rsp=fffff880037b6270 rbp=0000000000000095
r8=00000000aba1ca23 r9=000000008fd43939 r10=00000000ee3eaa30
r11=000000005de11882 r12=fffff880037b63a0 r13=fffff880037b6630
r14=fffffa800c3f11e0 r15=0ffffffffffffff0
iopl=0 ov up ei pl nz na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010a06
peauth+0x6aa59:
fffff880`0b9b6a59 2bb7488b7c24 sub esi,dword ptr [rdi+247C8B48h] ds:002b:00000000`2e4ebb50=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
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: 000000002e4ebb50
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800030fa100
GetUlongFromAddress: unable to read from fffff800030fa1c0
000000002e4ebb50 Nonpaged pool
FOLLOWUP_IP:
peauth+6aa59
fffff880`0b9b6a59 2bb7488b7c24 sub esi,dword ptr [rdi+247C8B48h]
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffff880037b6630 to fffff8800b9b6a59
STACK_TEXT:
fffff880`037b6270 fffff880`037b6630 : fffff880`0b9c9e6e fffff880`037b62a0 fffff880`037b6390 dc43aaf3`adf6b540 : peauth+0x6aa59
fffff880`037b6278 fffff880`0b9c9e6e : fffff880`037b62a0 fffff880`037b6390 dc43aaf3`adf6b540 09d23008`e7ec9a38 : 0xfffff880`037b6630
fffff880`037b6280 fffff880`037b62a0 : fffff880`037b6390 dc43aaf3`adf6b540 09d23008`e7ec9a38 00000000`00000000 : peauth+0x7de6e
fffff880`037b6288 fffff880`037b6390 : dc43aaf3`adf6b540 09d23008`e7ec9a38 00000000`00000000 78b94108`3cb07a62 : 0xfffff880`037b62a0
fffff880`037b6290 dc43aaf3`adf6b540 : 09d23008`e7ec9a38 00000000`00000000 78b94108`3cb07a62 00010000`5c221884 : 0xfffff880`037b6390
fffff880`037b6298 09d23008`e7ec9a38 : 00000000`00000000 78b94108`3cb07a62 00010000`5c221884 fffff880`4d22d92e : 0xdc43aaf3`adf6b540
fffff880`037b62a0 00000000`00000000 : 78b94108`3cb07a62 00010000`5c221884 fffff880`4d22d92e a61a3ffa`000014d9 : 0x09d23008`e7ec9a38
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: peauth+6aa59
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: peauth
IMAGE_NAME: peauth.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bd8df
STACK_COMMAND: .cxr 0xfffff880037b5890 ; kb
FAILURE_BUCKET_ID: X64_0x7E_peauth+6aa59
BUCKET_ID: X64_0x7E_peauth+6aa59
Followup: MachineOwner
---------