KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
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: c0000005, The exception code that was not handled
Arg2: bd09fc25, The address that the exception occurred at
Arg3: b72eb944, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
ADDITIONAL_DEBUG_TEXT:
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
FAULTING_MODULE: 804d7000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 4c15c1e4
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in "0x%08lx" verweist auf Speicher in "0x%08lx". Der Vorgang "%s" konnte nicht auf dem Speicher durchgef hrt werden.
FAULTING_IP:
nv4_disp+8dc25
bd09fc25 8b4308 mov eax,dword ptr [ebx+8]
TRAP_FRAME: b72eb944 -- (.trap 0xffffffffb72eb944)
ErrCode = 00000000
eax=00200000 ebx=6fe077e0 ecx=ffffffe0 edx=e3eb2d00 esi=eae191c0 edi=eae19300
eip=bd09fc25 esp=b72eb9b8 ebp=eae191c0 iopl=0 nv up ei pl nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
nv4_disp+0x8dc25:
bd09fc25 8b4308 mov eax,dword ptr [ebx+8] ds:0023:6fe077e8=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x8E
LAST_CONTROL_TRANSFER: from bd09fc96 to bd09fc25
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
b72eb9c0 bd09fc96 ffffffe0 eae19300 e1c45800 nv4_disp+0x8dc25
b72eb9e0 bd09fb44 eae191c0 eae191c0 eae18380 nv4_disp+0x8dc96
00000000 00000000 00000000 00000000 00000000 nv4_disp+0x8db44
STACK_COMMAND: kb
FOLLOWUP_IP:
nv4_disp+8dc25
bd09fc25 8b4308 mov eax,dword ptr [ebx+8]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nv4_disp+8dc25
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nv4_disp
IMAGE_NAME: nv4_disp.dll
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner
---------