BugCheck 1000007E, {ffffffffc0000005, fffffadf8d2dd865, fffffadf911e4770, fffffadf911e4180}
Unable to load image cmdhlp.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for cmdhlp.sys
*** ERROR: Module load completed but symbols could not be loaded for cmdhlp.sys
Probably caused by : cmdhlp.sys ( cmdhlp+2954 )
Followup: MachineOwner
0: kd> !analyze -v
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: fffffadf8d2dd865, The address that the exception occurred at
Arg3: fffffadf911e4770, Exception Record Address
Arg4: fffffadf911e4180, 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:
tcpip!XsumSendChain+56
fffffadf`8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5
EXCEPTION_RECORD: fffffadf911e4770 – (.exr 0xfffffadf911e4770)
ExceptionAddress: fffffadf8d2dd865 (tcpip!XsumSendChain+0x0000000000000056)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 000000000100000a
Attempt to read from address 000000000100000a
CONTEXT: fffffadf911e4180 – (.cxr 0xfffffadf911e4180)
rax=0000000000000062 rbx=000000000000b1d6 rcx=00000000559608cb
rdx=0000000000000004 rsi=0000000000000000 rdi=0000000001000000
rip=fffffadf8d2dd865 rsp=fffffadf911e4990 rbp=0000000000000000
r8=0000000000000000 r9=fffffadf8d2e1b0a r10=fffffadf98b55f62
r11=fffffadf98b55f00 r12=0000000000000000 r13=000000000000006a
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246
tcpip!XsumSendChain+0x56:
fffffadf8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5 ds:002b:00000000
0100000a=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: 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: 000000000100000a
READ_ADDRESS: 000000000100000a
FOLLOWUP_IP:
cmdhlp+2954
fffffadf`8d7c6954 ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffffadf8d2d9cf8 to fffffadf8d2dd865
STACK_TEXT:
fffffadf911e4990 fffffadf
8d2d9cf8 : fffffadf988e6380 fffffadf
99b420ac 000000006401a8c0 fffffadf
99035460 : tcpip!XsumSendChain+0x56
fffffadf911e49d0 fffffadf
8d2d9933 : 0000000000000062 00000000
c0000141 fffffadf8d2d9ab0 00000000
c0000141 : tcpip!UDPSend+0x6e1
fffffadf911e4ad0 fffffadf
8d2da028 : fffffadf99b42078 00000000
fdcbbddc 0000000000000062 fffffadf
98b55e28 : tcpip!TdiSendDatagram+0x196
fffffadf911e4b40 fffffadf
8d2eff92 : 0000000000000000 00000000
fdcbbddc fffffadf98b55e28 fffffadf
98b55d10 : tcpip!UDPSendDatagram+0x68
fffffadf911e4ba0 fffffadf
8d7c6954 : 0000000000000000 fffffadf
98b55d10 000000000000ee63 fffffadf
98b55d11 : tcpip!TCPDispatchInternalDeviceControl+0x256
fffffadf911e4bf0 00000000
00000000 : fffffadf98b55d10 00000000
0000ee63 fffffadf98b55d11 00000000
00000000 : cmdhlp+0x2954
SYMBOL_STACK_INDEX: 5
SYMBOL_NAME: cmdhlp+2954
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: cmdhlp
IMAGE_NAME: cmdhlp.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4afc9dae
STACK_COMMAND: .cxr 0xfffffadf911e4180 ; kb
FAILURE_BUCKET_ID: X64_0x7E_cmdhlp+2954
BUCKET_ID: X64_0x7E_cmdhlp+2954
Followup: MachineOwner
0: kd> !analyze -v
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: fffffadf8d2dd865, The address that the exception occurred at
Arg3: fffffadf911e4770, Exception Record Address
Arg4: fffffadf911e4180, 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:
tcpip!XsumSendChain+56
fffffadf`8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5
EXCEPTION_RECORD: fffffadf911e4770 – (.exr 0xfffffadf911e4770)
ExceptionAddress: fffffadf8d2dd865 (tcpip!XsumSendChain+0x0000000000000056)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 000000000100000a
Attempt to read from address 000000000100000a
CONTEXT: fffffadf911e4180 – (.cxr 0xfffffadf911e4180)
rax=0000000000000062 rbx=000000000000b1d6 rcx=00000000559608cb
rdx=0000000000000004 rsi=0000000000000000 rdi=0000000001000000
rip=fffffadf8d2dd865 rsp=fffffadf911e4990 rbp=0000000000000000
r8=0000000000000000 r9=fffffadf8d2e1b0a r10=fffffadf98b55f62
r11=fffffadf98b55f00 r12=0000000000000000 r13=000000000000006a
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246
tcpip!XsumSendChain+0x56:
fffffadf8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5 ds:002b:00000000
0100000a=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: 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: 000000000100000a
READ_ADDRESS: 000000000100000a
FOLLOWUP_IP:
cmdhlp+2954
fffffadf`8d7c6954 ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffffadf8d2d9cf8 to fffffadf8d2dd865
STACK_TEXT:
fffffadf911e4990 fffffadf
8d2d9cf8 : fffffadf988e6380 fffffadf
99b420ac 000000006401a8c0 fffffadf
99035460 : tcpip!XsumSendChain+0x56
fffffadf911e49d0 fffffadf
8d2d9933 : 0000000000000062 00000000
c0000141 fffffadf8d2d9ab0 00000000
c0000141 : tcpip!UDPSend+0x6e1
fffffadf911e4ad0 fffffadf
8d2da028 : fffffadf99b42078 00000000
fdcbbddc 0000000000000062 fffffadf
98b55e28 : tcpip!TdiSendDatagram+0x196
fffffadf911e4b40 fffffadf
8d2eff92 : 0000000000000000 00000000
fdcbbddc fffffadf98b55e28 fffffadf
98b55d10 : tcpip!UDPSendDatagram+0x68
fffffadf911e4ba0 fffffadf
8d7c6954 : 0000000000000000 fffffadf
98b55d10 000000000000ee63 fffffadf
98b55d11 : tcpip!TCPDispatchInternalDeviceControl+0x256
fffffadf911e4bf0 00000000
00000000 : fffffadf98b55d10 00000000
0000ee63 fffffadf98b55d11 00000000
00000000 : cmdhlp+0x2954
SYMBOL_STACK_INDEX: 5
SYMBOL_NAME: cmdhlp+2954
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: cmdhlp
IMAGE_NAME: cmdhlp.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4afc9dae
STACK_COMMAND: .cxr 0xfffffadf911e4180 ; kb
FAILURE_BUCKET_ID: X64_0x7E_cmdhlp+2954
BUCKET_ID: X64_0x7E_cmdhlp+2954
Followup: MachineOwner
0: kd> !analyze -v
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: fffffadf8d2dd865, The address that the exception occurred at
Arg3: fffffadf911e4770, Exception Record Address
Arg4: fffffadf911e4180, 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:
tcpip!XsumSendChain+56
fffffadf`8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5
EXCEPTION_RECORD: fffffadf911e4770 – (.exr 0xfffffadf911e4770)
ExceptionAddress: fffffadf8d2dd865 (tcpip!XsumSendChain+0x0000000000000056)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 000000000100000a
Attempt to read from address 000000000100000a
CONTEXT: fffffadf911e4180 – (.cxr 0xfffffadf911e4180)
rax=0000000000000062 rbx=000000000000b1d6 rcx=00000000559608cb
rdx=0000000000000004 rsi=0000000000000000 rdi=0000000001000000
rip=fffffadf8d2dd865 rsp=fffffadf911e4990 rbp=0000000000000000
r8=0000000000000000 r9=fffffadf8d2e1b0a r10=fffffadf98b55f62
r11=fffffadf98b55f00 r12=0000000000000000 r13=000000000000006a
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246
tcpip!XsumSendChain+0x56:
fffffadf8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5 ds:002b:00000000
0100000a=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: 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: 000000000100000a
READ_ADDRESS: 000000000100000a
FOLLOWUP_IP:
cmdhlp+2954
fffffadf`8d7c6954 ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffffadf8d2d9cf8 to fffffadf8d2dd865
STACK_TEXT:
fffffadf911e4990 fffffadf
8d2d9cf8 : fffffadf988e6380 fffffadf
99b420ac 000000006401a8c0 fffffadf
99035460 : tcpip!XsumSendChain+0x56
fffffadf911e49d0 fffffadf
8d2d9933 : 0000000000000062 00000000
c0000141 fffffadf8d2d9ab0 00000000
c0000141 : tcpip!UDPSend+0x6e1
fffffadf911e4ad0 fffffadf
8d2da028 : fffffadf99b42078 00000000
fdcbbddc 0000000000000062 fffffadf
98b55e28 : tcpip!TdiSendDatagram+0x196
fffffadf911e4b40 fffffadf
8d2eff92 : 0000000000000000 00000000
fdcbbddc fffffadf98b55e28 fffffadf
98b55d10 : tcpip!UDPSendDatagram+0x68
fffffadf911e4ba0 fffffadf
8d7c6954 : 0000000000000000 fffffadf
98b55d10 000000000000ee63 fffffadf
98b55d11 : tcpip!TCPDispatchInternalDeviceControl+0x256
fffffadf911e4bf0 00000000
00000000 : fffffadf98b55d10 00000000
0000ee63 fffffadf98b55d11 00000000
00000000 : cmdhlp+0x2954
SYMBOL_STACK_INDEX: 5
SYMBOL_NAME: cmdhlp+2954
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: cmdhlp
IMAGE_NAME: cmdhlp.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4afc9dae
STACK_COMMAND: .cxr 0xfffffadf911e4180 ; kb
FAILURE_BUCKET_ID: X64_0x7E_cmdhlp+2954
BUCKET_ID: X64_0x7E_cmdhlp+2954
Followup: MachineOwner
0: kd> !analyze -v
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: fffffadf8d2dd865, The address that the exception occurred at
Arg3: fffffadf911e4770, Exception Record Address
Arg4: fffffadf911e4180, 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:
tcpip!XsumSendChain+56
fffffadf`8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5
EXCEPTION_RECORD: fffffadf911e4770 – (.exr 0xfffffadf911e4770)
ExceptionAddress: fffffadf8d2dd865 (tcpip!XsumSendChain+0x0000000000000056)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 000000000100000a
Attempt to read from address 000000000100000a
CONTEXT: fffffadf911e4180 – (.cxr 0xfffffadf911e4180)
rax=0000000000000062 rbx=000000000000b1d6 rcx=00000000559608cb
rdx=0000000000000004 rsi=0000000000000000 rdi=0000000001000000
rip=fffffadf8d2dd865 rsp=fffffadf911e4990 rbp=0000000000000000
r8=0000000000000000 r9=fffffadf8d2e1b0a r10=fffffadf98b55f62
r11=fffffadf98b55f00 r12=0000000000000000 r13=000000000000006a
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246
tcpip!XsumSendChain+0x56:
fffffadf8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5 ds:002b:00000000
0100000a=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: 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: 000000000100000a
READ_ADDRESS: 000000000100000a
FOLLOWUP_IP:
cmdhlp+2954
fffffadf`8d7c6954 ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffffadf8d2d9cf8 to fffffadf8d2dd865
STACK_TEXT:
fffffadf911e4990 fffffadf
8d2d9cf8 : fffffadf988e6380 fffffadf
99b420ac 000000006401a8c0 fffffadf
99035460 : tcpip!XsumSendChain+0x56
fffffadf911e49d0 fffffadf
8d2d9933 : 0000000000000062 00000000
c0000141 fffffadf8d2d9ab0 00000000
c0000141 : tcpip!UDPSend+0x6e1
fffffadf911e4ad0 fffffadf
8d2da028 : fffffadf99b42078 00000000
fdcbbddc 0000000000000062 fffffadf
98b55e28 : tcpip!TdiSendDatagram+0x196
fffffadf911e4b40 fffffadf
8d2eff92 : 0000000000000000 00000000
fdcbbddc fffffadf98b55e28 fffffadf
98b55d10 : tcpip!UDPSendDatagram+0x68
fffffadf911e4ba0 fffffadf
8d7c6954 : 0000000000000000 fffffadf
98b55d10 000000000000ee63 fffffadf
98b55d11 : tcpip!TCPDispatchInternalDeviceControl+0x256
fffffadf911e4bf0 00000000
00000000 : fffffadf98b55d10 00000000
0000ee63 fffffadf98b55d11 00000000
00000000 : cmdhlp+0x2954
SYMBOL_STACK_INDEX: 5
SYMBOL_NAME: cmdhlp+2954
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: cmdhlp
IMAGE_NAME: cmdhlp.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4afc9dae
STACK_COMMAND: .cxr 0xfffffadf911e4180 ; kb
FAILURE_BUCKET_ID: X64_0x7E_cmdhlp+2954
BUCKET_ID: X64_0x7E_cmdhlp+2954
Followup: MachineOwner
0: kd> !analyze -v
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: fffffadf8d2dd865, The address that the exception occurred at
Arg3: fffffadf911e4770, Exception Record Address
Arg4: fffffadf911e4180, 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:
tcpip!XsumSendChain+56
fffffadf`8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5
EXCEPTION_RECORD: fffffadf911e4770 – (.exr 0xfffffadf911e4770)
ExceptionAddress: fffffadf8d2dd865 (tcpip!XsumSendChain+0x0000000000000056)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 000000000100000a
Attempt to read from address 000000000100000a
CONTEXT: fffffadf911e4180 – (.cxr 0xfffffadf911e4180)
rax=0000000000000062 rbx=000000000000b1d6 rcx=00000000559608cb
rdx=0000000000000004 rsi=0000000000000000 rdi=0000000001000000
rip=fffffadf8d2dd865 rsp=fffffadf911e4990 rbp=0000000000000000
r8=0000000000000000 r9=fffffadf8d2e1b0a r10=fffffadf98b55f62
r11=fffffadf98b55f00 r12=0000000000000000 r13=000000000000006a
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246
tcpip!XsumSendChain+0x56:
fffffadf8d2dd865 f6470a05 test byte ptr [rdi+0Ah],5 ds:002b:00000000
0100000a=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: 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: 000000000100000a
READ_ADDRESS: 000000000100000a
FOLLOWUP_IP:
cmdhlp+2954
fffffadf`8d7c6954 ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from fffffadf8d2d9cf8 to fffffadf8d2dd865
STACK_TEXT:
fffffadf911e4990 fffffadf
8d2d9cf8 : fffffadf988e6380 fffffadf
99b420ac 000000006401a8c0 fffffadf
99035460 : tcpip!XsumSendChain+0x56
fffffadf911e49d0 fffffadf
8d2d9933 : 0000000000000062 00000000
c0000141 fffffadf8d2d9ab0 00000000
c0000141 : tcpip!UDPSend+0x6e1
fffffadf911e4ad0 fffffadf
8d2da028 : fffffadf99b42078 00000000
fdcbbddc 0000000000000062 fffffadf
98b55e28 : tcpip!TdiSendDatagram+0x196
fffffadf911e4b40 fffffadf
8d2eff92 : 0000000000000000 00000000
fdcbbddc fffffadf98b55e28 fffffadf
98b55d10 : tcpip!UDPSendDatagram+0x68
fffffadf911e4ba0 fffffadf
8d7c6954 : 0000000000000000 fffffadf
98b55d10 000000000000ee63 fffffadf
98b55d11 : tcpip!TCPDispatchInternalDeviceControl+0x256
fffffadf911e4bf0 00000000
00000000 : fffffadf98b55d10 00000000
0000ee63 fffffadf98b55d11 00000000
00000000 : cmdhlp+0x2954
SYMBOL_STACK_INDEX: 5
SYMBOL_NAME: cmdhlp+2954
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: cmdhlp
IMAGE_NAME: cmdhlp.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4afc9dae
STACK_COMMAND: .cxr 0xfffffadf911e4180 ; kb
FAILURE_BUCKET_ID: X64_0x7E_cmdhlp+2954
BUCKET_ID: X64_0x7E_cmdhlp+2954
Followup: MachineOwner