I'm receiving frequent BSOD's at random intervals and am unable to determine what the cause is. I figure that there might be a driver issue but I don't know how to interpret the minidump that I received.
My initial guess is that this was network related in some way so I removed NV firewall. It didn't seem to help. If this information is not enough, let me know what else to post.
Use !analyze -v to get detailed debugging information.
BugCheck 100000D1, {1721f91c, 2, 0, aaece7e0}
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
Unable to load image tcpip.sys, Win32 error 2
*** WARNING: Unable to verify timestamp for tcpip.sys
*** ERROR: Module load completed but symbols could not be loaded for tcpip.sys
*** WARNING: Unable to verify timestamp for aswTdi.SYS
*** ERROR: Module load completed but symbols could not be loaded for aswTdi.SYS
*** WARNING: Unable to verify timestamp for HTTP.sys
*** ERROR: Module load completed but symbols could not be loaded for HTTP.sys
Probably caused by : aswTdi.SYS ( aswTdi+7f0 )
Followup: MachineOwner
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: 1721f91c, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: aaece7e0, address which referenced memory
Debugging Details:
------------------
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
MODULE_NAME: aswTdi
FAULTING_MODULE: 804d7000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 4390542f
READ_ADDRESS: unable to get nt!MmSpecialPoolStart
unable to get nt!MmSpecialPoolEnd
unable to get nt!MmPoolCodeStart
unable to get nt!MmPoolCodeEnd
1721f91c
CURRENT_IRQL: 2
FAULTING_IP:
tcpip+287e0
aaece7e0 807b1c00 cmp byte ptr [ebx+0x1c],0x0
CUSTOMER_CRASH_COUNT: 25
DEFAULT_BUCKET_ID: COMMON_SYSTEM_FAULT
BUGCHECK_STR: 0xD1
LAST_CONTROL_TRANSFER: from aaeb1b15 to aaece7e0
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
a88ee978 aaeb1b15 853325ac 85442af0 85451cb8 tcpip+0x287e0
a88ee998 aaeb147b a88ee9c0 85442ba8 85442af0 tcpip+0xbb15
a88ee9d4 aaeb0c9e 86b59d80 85442af0 00442ba8 tcpip+0xb47b
a88eea10 804eddf9 86b59d80 85442af0 86ec43b8 tcpip+0xac9e
a88eea78 ee5a17f0 86ec4388 85442af0 85442bcc nt+0x16df9
a88eeadc ee5a1a1e 86ec4388 85442af0 85442bcc aswTdi+0x7f0
a88eeb48 804eddf9 86ec42d0 85442af0 86aae0d8 aswTdi+0xa1e
a88eeb8c 804eddf9 86aae020 85442bcc 85442af0 nt+0x16df9
a88eebf0 805b0beb 86fc67c0 853e2938 0012019f nt+0x16df9
a88eec20 805b053f 86fc67c0 8528cd30 86fb2560 nt+0xd9beb
a88eec48 805b05dd e1001cd0 8528cd30 00001db8 nt+0xd953f
a88eec90 805b0715 00001db8 00000000 00000000 nt+0xd95dd
a88eeca4 8053c808 80001db8 a88eed38 804fd479 nt+0xd9715
a88eecb0 804fd479 badb0d00 a88eed28 00000440 nt+0x65808
a88eed38 a7e29659 00000000 a7e27858 a88eed58 nt+0x26479
a88eed78 a7e34768 00000000 00000b35 853e9a80 HTTP+0x16659
a88eed8c a7e456ba e1467b90 00000000 853ecda8 HTTP+0x21768
a88eedac 805c4a06 853e9a80 00000000 00000000 HTTP+0x326ba
a88eeddc 80540fa2 a7e454fa 853e9a80 00000000 nt+0xeda06
00000000 00000000 00000000 00000000 00000000 nt+0x69fa2
FOLLOWUP_IP:
aswTdi+7f0
ee5a17f0 ?? ???
SYMBOL_STACK_INDEX: 5
FOLLOWUP_NAME: MachineOwner
SYMBOL_NAME: aswTdi+7f0
IMAGE_NAME: aswTdi.SYS
STACK_COMMAND: kb
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner
---------
My initial guess is that this was network related in some way so I removed NV firewall. It didn't seem to help. If this information is not enough, let me know what else to post.
Use !analyze -v to get detailed debugging information.
BugCheck 100000D1, {1721f91c, 2, 0, aaece7e0}
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
Unable to load image tcpip.sys, Win32 error 2
*** WARNING: Unable to verify timestamp for tcpip.sys
*** ERROR: Module load completed but symbols could not be loaded for tcpip.sys
*** WARNING: Unable to verify timestamp for aswTdi.SYS
*** ERROR: Module load completed but symbols could not be loaded for aswTdi.SYS
*** WARNING: Unable to verify timestamp for HTTP.sys
*** ERROR: Module load completed but symbols could not be loaded for HTTP.sys
Probably caused by : aswTdi.SYS ( aswTdi+7f0 )
Followup: MachineOwner
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: 1721f91c, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: aaece7e0, address which referenced memory
Debugging Details:
------------------
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
MODULE_NAME: aswTdi
FAULTING_MODULE: 804d7000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 4390542f
READ_ADDRESS: unable to get nt!MmSpecialPoolStart
unable to get nt!MmSpecialPoolEnd
unable to get nt!MmPoolCodeStart
unable to get nt!MmPoolCodeEnd
1721f91c
CURRENT_IRQL: 2
FAULTING_IP:
tcpip+287e0
aaece7e0 807b1c00 cmp byte ptr [ebx+0x1c],0x0
CUSTOMER_CRASH_COUNT: 25
DEFAULT_BUCKET_ID: COMMON_SYSTEM_FAULT
BUGCHECK_STR: 0xD1
LAST_CONTROL_TRANSFER: from aaeb1b15 to aaece7e0
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
a88ee978 aaeb1b15 853325ac 85442af0 85451cb8 tcpip+0x287e0
a88ee998 aaeb147b a88ee9c0 85442ba8 85442af0 tcpip+0xbb15
a88ee9d4 aaeb0c9e 86b59d80 85442af0 00442ba8 tcpip+0xb47b
a88eea10 804eddf9 86b59d80 85442af0 86ec43b8 tcpip+0xac9e
a88eea78 ee5a17f0 86ec4388 85442af0 85442bcc nt+0x16df9
a88eeadc ee5a1a1e 86ec4388 85442af0 85442bcc aswTdi+0x7f0
a88eeb48 804eddf9 86ec42d0 85442af0 86aae0d8 aswTdi+0xa1e
a88eeb8c 804eddf9 86aae020 85442bcc 85442af0 nt+0x16df9
a88eebf0 805b0beb 86fc67c0 853e2938 0012019f nt+0x16df9
a88eec20 805b053f 86fc67c0 8528cd30 86fb2560 nt+0xd9beb
a88eec48 805b05dd e1001cd0 8528cd30 00001db8 nt+0xd953f
a88eec90 805b0715 00001db8 00000000 00000000 nt+0xd95dd
a88eeca4 8053c808 80001db8 a88eed38 804fd479 nt+0xd9715
a88eecb0 804fd479 badb0d00 a88eed28 00000440 nt+0x65808
a88eed38 a7e29659 00000000 a7e27858 a88eed58 nt+0x26479
a88eed78 a7e34768 00000000 00000b35 853e9a80 HTTP+0x16659
a88eed8c a7e456ba e1467b90 00000000 853ecda8 HTTP+0x21768
a88eedac 805c4a06 853e9a80 00000000 00000000 HTTP+0x326ba
a88eeddc 80540fa2 a7e454fa 853e9a80 00000000 nt+0xeda06
00000000 00000000 00000000 00000000 00000000 nt+0x69fa2
FOLLOWUP_IP:
aswTdi+7f0
ee5a17f0 ?? ???
SYMBOL_STACK_INDEX: 5
FOLLOWUP_NAME: MachineOwner
SYMBOL_NAME: aswTdi+7f0
IMAGE_NAME: aswTdi.SYS
STACK_COMMAND: kb
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner
---------
