*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
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: c000001d, The exception code that was not handled
Arg2: 9bfe856b, The address that the exception occurred at
Arg3: 8e357bf4, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.
FAULTING_IP:
+0
9bfe856b ?? ???
TRAP_FRAME: 8e357bf4 -- (.trap 0xffffffff8e357bf4)
ErrCode = 00000000
eax=3004c230 ebx=00000010 ecx=fe311e90 edx=00000000 esi=fe311dd8 edi=00000210
eip=9bfe856b esp=8e357c68 ebp=8e357cb4 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
9bfe856b ?? ???
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: iexplore.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 99fe8044 to 9bfe856b
FAILED_INSTRUCTION_ADDRESS:
+0
9bfe856b ?? ???
POSSIBLE_INVALID_CONTROL_TRANSFER: from 99fe803f to 99fe856b
SINGLE_BIT_ERROR: 1
TWO_BIT_ERROR: 1
STACK_TEXT:
WARNING: Frame IP not in any known module. Following frames may be wrong.
8e357c64 99fe8044 fe311dd8 1427ba5c 0373d96c 0x9bfe856b
8e357cb4 99fdcf0e 8e357ce4 000025ff 00000000 win32k!xxxRealInternalGetMessage+0x422
8e357d18 8307d8fa 0373d96c 00000000 00000000 win32k!NtUserPeekMessage+0x3f
8e357d18 77697094 0373d96c 00000000 00000000 nt!KiFastCallEntry+0x12a
0373d8e8 00000000 00000000 00000000 00000000 0x77697094
STACK_COMMAND: .trap 0xffffffff8e357bf4 ; kb
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: hardware
IMAGE_NAME: hardware
DEBUG_FLR_IMAGE_TIMESTAMP: 0
[COLOR=Red]
BUCKET_ID: SINGLE_BIT_CPU_CALL_ERROR[/COLOR]
Followup: MachineOwner
---------