Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [F:\DMP\051611-15007-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7600 MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16385.x86fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0x82a47000 PsLoadedModuleList = 0x82b8f810
Debug session time: Mon May 16 10:55:59.953 2011 (UTC - 4:00)
System Uptime: 0 days 0:41:37.857
Loading Kernel Symbols
...............................................................
................................................................
...................
Loading User Symbols
Loading unloaded module list
..........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c000001d, 82a8c327, cb794cc0, 0}
Probably caused by : ntkrpamp.exe ( nt!KiTrap07+cf )
Followup: MachineOwner
---------
1: kd> !analyze -v
*******************************************************************************
* *
* 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: 82a8c327, The address that the exception occurred at
Arg3: cb794cc0, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.
FAULTING_IP:
nt!KiTrap07+cf
82a8c327 0fae29 xrstor [ecx]
TRAP_FRAME: cb794cc0 -- (.trap 0xffffffffcb794cc0)
ErrCode = 00000000
eax=00000007 ebx=80010031 ecx=cb794dc0 edx=00000000 esi=0028f110 edi=84414458
eip=82a8c327 esp=cb794d34 ebp=cb794d34 iopl=0 nv up di pl nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010006
nt!KiTrap07+0xcf:
82a8c327 0fae29 xrstor [ecx]
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: MapleStory.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 74089ac8 to 82a8c327
FAILED_INSTRUCTION_ADDRESS:
nt!KiTrap07+cf
82a8c327 0fae29 xrstor [ecx]
STACK_TEXT:
cb794d34 74089ac8 badb0d00 69390dd8 00000000 nt!KiTrap07+0xcf
WARNING: Frame IP not in any known module. Following frames may be wrong.
1446fdf4 00000000 00000000 00000000 00000000 0x74089ac8
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!KiTrap07+cf
82a8c327 0fae29 xrstor [ecx]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!KiTrap07+cf
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrpamp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bc007
FAILURE_BUCKET_ID: 0x8E_BAD_IP_nt!KiTrap07+cf
BUCKET_ID: 0x8E_BAD_IP_nt!KiTrap07+cf
Followup: MachineOwner
---------