[list=1]
[*]
Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Mike\Downloads\pilau\Windows_NT6_BSOD_jcgriff2\012812-18406-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17713.x86fre.win7sp1_gdr.111025-1505
Machine Name:
Kernel base = 0x8304a000 PsLoadedModuleList = 0x8318a230
Debug session time: Fri Jan 27 16:45:23.004 2012 (GMT-7)
System Uptime: 3 days 2:47:43.911
Loading Kernel Symbols
...............................................................
................................................................
..........................
Loading User Symbols
Loading unloaded module list
.........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c000001d, 830a8e17, 8bbc7c54, 0}
Probably caused by : hardware ( nt!KiTrap0E+dc )
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: 830a8e17, The address that the exception occurred at
Arg3: 8bbc7c54, 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!MmAccessFault+14e
830a8e17 ff ???
TRAP_FRAME: 8bbc7c54 -- (.trap 0xffffffff8bbc7c54)
ErrCode = 00000000
eax=c0000000 ebx=778d8e7a ecx=8bbc7d35 edx=03e37a98 esi=c01de350 edi=778d477a
eip=830a8e17 esp=8bbc7cc8 ebp=8bbc7d1c iopl=0 ov up ei ng nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010a86
nt!MmAccessFault+0x14e:
830a8e17 ff ???
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: uTorrent.exe
CURRENT_IRQL: 0
MISALIGNED_IP:
nt!MmAccessFault+14e
830a8e17 ff ???
LAST_CONTROL_TRANSFER: from 83082a48 to 830a8e17
FAILED_INSTRUCTION_ADDRESS:
nt!MmAccessFault+14e
830a8e17 ff ???
STACK_TEXT:
8bbc7d1c 83082a48 00000000 778d477a 00000001 nt!MmAccessFault+0x14e
8bbc7d1c 778d477a 00000000 778d477a 00000001 nt!KiTrap0E+0xdc
WARNING: Frame IP not in any known module. Following frames may be wrong.
0230fe90 00000000 00000000 00000000 00000000 0x778d477a
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!KiTrap0E+dc
83082a48 85c0 test eax,eax
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt!KiTrap0E+dc
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: hardware
DEBUG_FLR_IMAGE_TIMESTAMP: 0
MODULE_NAME: hardware
FAILURE_BUCKET_ID: IP_MISALIGNED
BUCKET_ID: IP_MISALIGNED
Followup: MachineOwner
---------
[*]
Loading Dump File [K:\BSODDmpFiles\pilau\Windows_NT6_BSOD_jcgriff2\012212-30062-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17713.x86fre.win7sp1_gdr.111025-1505
Machine Name:
Kernel base = 0x83008000 PsLoadedModuleList = 0x83148230
Debug session time: Sat Jan 21 16:10:50.102 2012 (GMT-7)
System Uptime: 1 days 7:46:52.008
Loading Kernel Symbols
...............................................................
................................................................
..........................
Loading User Symbols
Loading unloaded module list
.......
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck D1, {9d06584b, 2, 0, 89f76fbb}
Probably caused by : afd.sys ( afd!AfdBCommonChainedReceiveEventHandler+68 )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: 9d06584b, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: 89f76fbb, address which referenced memory
Debugging Details:
------------------
READ_ADDRESS: GetPointerFromAddress: unable to read from 83167828
Unable to read MiSystemVaType memory at 83147d80
9d06584b
CURRENT_IRQL: 2
FAULTING_IP:
afd!AfdBCommonChainedReceiveEventHandler+68
89f76fbb 8b480c mov ecx,dword ptr [eax+0Ch]
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0xD1
PROCESS_NAME: svchost.exe
TRAP_FRAME: a207d254 -- (.trap 0xffffffffa207d254)
ErrCode = 00000000
eax=9d06583f ebx=a207d314 ecx=98334396 edx=67ccbc69 esi=85cecbe0 edi=87069008
eip=89f76fbb esp=a207d2c8 ebp=a207d308 iopl=0 nv up ei ng nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010286
afd!AfdBCommonChainedReceiveEventHandler+0x68:
89f76fbb 8b480c mov ecx,dword ptr [eax+0Ch] ds:0023:9d06584b=????????
Resetting default scope
LAST_CONTROL_TRANSFER: from 89f76fbb to 83040c3b
STACK_TEXT:
a207d254 89f76fbb badb0d00 67ccbc69 00000000 nt!KiTrap0E+0x2cf
a207d314 89f777e3 85cecbe0 0000000e 00000000 afd!AfdBCommonChainedReceiveEventHandler+0x68
a207d32c 8a091ce3 85cecbe0 a207d398 a207d48c afd!AfdTLConnectedReceiveEventHandler+0x19
a207d3bc 8a08e26d 868cd1c0 00001266 a207d48c tcpip!TcpIndicateData+0x203
a207d450 8a090154 87200700 872007f8 a207d48c tcpip!TcpDeliverDataToClient+0x2fa
a207d4a4 8a0c3828 87200700 872007f8 85fbc488 tcpip!TcpDeliverReceive+0x96
a207d53c 8a0c1dc6 86200548 87200700 a207d564 tcpip!TcpTcbCarefulDatagram+0x1738
a207d5a8 8a0a5438 86200548 87200700 0007d61c tcpip!TcpTcbReceive+0x228
a207d610 8a0a5c6a 861d3320 861f3000 00000000 tcpip!TcpMatchReceive+0x237
a207d660 8a0a5cab 86200548 861f3000 000038fd tcpip!TcpPreValidatedReceive+0x293
a207d67c 8a09ffd5 86200548 861f3000 a207d6b8 tcpip!TcpReceive+0x2d
a207d68c 8a0a820b a207d6a0 c000023e 00000000 tcpip!TcpNlClientReceiveDatagrams+0x12
a207d6b8 8a0a7b56 8a123198 a207d70c c000023e tcpip!IppDeliverListToProtocol+0x49
a207d6d8 8a0a5f18 8a122fa8 00000006 a207d70c tcpip!IppProcessDeliverList+0x2a
a207d730 8a0a79ff 8a122fa8 00000006 00000000 tcpip!IppReceiveHeaderBatch+0x1fb
a207d7c4 8a0b5e2c 867ce308 00000000 00000101 tcpip!IpFlcReceivePackets+0xbe5
a207d840 8a0b045e 867c6008 85fbc488 00000000 tcpip!FlpReceiveNonPreValidatedNetBufferListChain+0x746
a207d874 8305c068 85fbc488 97d8d98e 8620c768 tcpip!FlReceiveNetBufferListChainCalloutRoutine+0x11e
a207d8dc 8a0b05cc 8a0b0340 a207d904 00000000 nt!KeExpandKernelStackAndCalloutEx+0x132
a207d918 89e9f18d 867c6002 85fbc400 00000000 tcpip!FlReceiveNetBufferListChain+0x7c
a207d950 89e8d5be 867c75e8 85fbc488 00000000 ndis!ndisMIndicateNetBufferListsToOpen+0x188
a207d978 89e8d4b2 00000000 85fbc488 866b50e0 ndis!ndisIndicateSortedNetBufferLists+0x4a
a207daf4 89e38c1d 866b50e0 00000000 00000000 ndis!ndisMDispatchReceiveNetBufferLists+0x129
a207db10 89e8d553 866b50e0 85fbc488 00000000 ndis!ndisMTopReceiveNetBufferLists+0x2d
a207db38 89e38c78 866b50e0 85fbc488 00000000 ndis!ndisMIndicateReceiveNetBufferListsInternal+0x62
a207db60 8c906ac6 866b50e0 85fbc488 00000000 ndis!NdisMIndicateReceiveNetBufferLists+0x52
a207dbd4 8c906e93 867c55c0 867c2710 85fbc488 tunnel!TunnelUserServiceWriteRequest+0x126
a207dc08 8c904acf 867c8768 00000000 a207dc34 tunnel!TunnelUserWriteFile+0x9d
a207dc18 89ea8730 867c8768 867c2710 87ca5540 tunnel!TunnelDriverDispatchWrite+0x1b
a207dc34 83037012 867c8768 867c2710 867c2710 ndis!ndisDummyIrpHandler+0x6c
a207dc4c 8320ca5d 87ca5540 867c2710 867c2780 nt!IofCallDriver+0x63
a207dc6c 832227c8 867c8768 87ca5540 00000001 nt!IopSynchronousServiceTail+0x1f8
a207dd08 8303d85a 867c8768 00000000 00000000 nt!NtWriteFile+0x6e8
a207dd08 776c7094 867c8768 00000000 00000000 nt!KiFastCallEntry+0x12a
WARNING: Frame IP not in any known module. Following frames may be wrong.
01bff6b0 00000000 00000000 00000000 00000000 0x776c7094
STACK_COMMAND: kb
FOLLOWUP_IP:
afd!AfdBCommonChainedReceiveEventHandler+68
89f76fbb 8b480c mov ecx,dword ptr [eax+0Ch]
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: afd!AfdBCommonChainedReceiveEventHandler+68
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: afd
IMAGE_NAME: afd.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4db4d9d8
FAILURE_BUCKET_ID: 0xD1_afd!AfdBCommonChainedReceiveEventHandler+68
BUCKET_ID: 0xD1_afd!AfdBCommonChainedReceiveEventHandler+68
Followup: MachineOwner
---------
[/list]