Debug session time: Sat Apr 23 17:57:34.989 2011 (GMT-4)
System Uptime: 0 days 0:02:02.752
Loading Kernel Symbols
...............................................................
................................................................
...............................
Loading User Symbols
Loading unloaded module list
.....
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, 8373b487, ad1b375c, 0}
*** WARNING: Unable to verify timestamp for MpFilter.sys
*** ERROR: Module load completed but symbols could not be loaded for MpFilter.sys
Probably caused by : ataport.SYS ( ataport!IdePortDispatchDeviceControl+b )
Followup: MachineOwner
---------
0: 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: c0000005, The exception code that was not handled
Arg2: 8373b487, The address that the exception occurred at
Arg3: ad1b375c, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
ataport!IdePortDispatchDeviceControl+b
8373b487 80b98600000000 cmp byte ptr [ecx+86h],0
TRAP_FRAME: ad1b375c -- (.trap 0xffffffffad1b375c)
ErrCode = 00000000
eax=86434968 ebx=00000000 ecx=00000000 edx=87ba0310 esi=86434968 edi=82c69eaf
eip=8373b487 esp=ad1b37d0 ebp=ad1b37d0 iopl=0 nv up ei ng nz na po cy
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010283
ataport!IdePortDispatchDeviceControl+0xb:
8373b487 80b98600000000 cmp byte ptr [ecx+86h],0 ds:0023:00000086=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 2
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: WmiPrvSE.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 82c69f34 to 8373b487
STACK_TEXT:
ad1b37d0 82c69f34 86434968 87ba0310 b0418600 ataport!IdePortDispatchDeviceControl+0xb
ad1b37e8 8bf07bf1 8bf0b290 afa3f3b0 86040000 nt!IofCallDriver+0x63
WARNING: Stack unwind information not available. Following frames may be wrong.
ad1b3818 8bf14d73 ad1b38e8 26eb872d 00000000 MpFilter+0xbf1
ad1b38ac 8bf154d6 866a6f60 ad1b38e8 00000000 MpFilter+0xdd73
ad1b38c4 8378d19a 866a6f60 001b38e8 ad1b3900 MpFilter+0xe4d6
ad1b3930 837929ec 87e036c8 866a6f00 2e639073 fltmgr!FltpPerformPreMountCallbacks+0x1d0
ad1b3998 83792c5b 85f1bd10 87c31430 87c31430 fltmgr!FltpFsControlMountVolume+0x116
ad1b39c8 82c69f34 85f1bd10 87c31430 82d69540 fltmgr!FltpFsControl+0x5b
ad1b39e0 82e0f547 82c07870 86434968 82c07900 nt!IofCallDriver+0x63
ad1b3a44 82cdbd8f 86434968 88208201 00000000 nt!IopMountVolume+0x1d8
ad1b3a7c 82e3d3ff 882082f8 ad1b3ba8 ad1b3b40 nt!IopCheckVpbMounted+0x64
ad1b3b60 82e40ce8 86434968 a564bac8 88238ca0 nt!IopParseDevice+0x7c9
ad1b3bdc 82e7f6b4 00000000 ad1b3c30 00000040 nt!ObpLookupObjectName+0x4fa
ad1b3c38 82e3b0ae 0109e44c 8564bac8 00000001 nt!ObOpenObjectByName+0x165
ad1b3cb4 82e86069 0109e4a8 80100080 0109e44c nt!IopCreateFile+0x673
ad1b3d00 82c7075a 0109e4a8 80100080 0109e44c nt!NtCreateFile+0x34
ad1b3d00 77a46344 0109e4a8 80100080 0109e44c nt!KiFastCallEntry+0x12a
0109e4b0 00000000 00000000 00000000 00000000 0x77a46344
STACK_COMMAND: kb
FOLLOWUP_IP:
ataport!IdePortDispatchDeviceControl+b
8373b487 80b98600000000 cmp byte ptr [ecx+86h],0
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: ataport!IdePortDispatchDeviceControl+b
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: ataport
IMAGE_NAME: ataport.SYS
DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bbf16
FAILURE_BUCKET_ID: 0x8E_ataport!IdePortDispatchDeviceControl+b
BUCKET_ID: 0x8E_ataport!IdePortDispatchDeviceControl+b
Followup: MachineOwner
---------