Debugging BSOD

jamesklech

Honorable
Mar 1, 2013
2
0
10,510
Hi,

Can anyone assist me with what may be the error from the debugging I performed from a crash dump?


ADDITIONAL_DEBUG_TEXT:
You can run '.symfix; .reload' to try to fix the symbol path and load symbols.

MODULE_NAME: nt

FAULTING_MODULE: fffff80003466000 nt

DEBUG_FLR_IMAGE_TIMESTAMP: 50e79935

BUGCHECK_STR: 0xA0

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT

CURRENT_IRQL: 0

LAST_CONTROL_TRANSFER: from fffff8000372a8f5 to fffff800034dbc40

STACK_TEXT:
fffff880`0c39d9c8 fffff800`0372a8f5 : 00000000`000000a0 00000000`00000009 ffffffff`c0000185 00000000`00000001 : nt+0x75c40
fffff880`0c39d9d0 00000000`000000a0 : 00000000`00000009 ffffffff`c0000185 00000000`00000001 00000000`00000000 : nt+0x2c48f5
fffff880`0c39d9d8 00000000`00000009 : ffffffff`c0000185 00000000`00000001 00000000`00000000 00000000`00000001 : 0xa0
fffff880`0c39d9e0 ffffffff`c0000185 : 00000000`00000001 00000000`00000000 00000000`00000001 00000000`00000007 : 0x9
fffff880`0c39d9e8 00000000`00000001 : 00000000`00000000 00000000`00000001 00000000`00000007 00000000`00000000 : 0xffffffff`c0000185
fffff880`0c39d9f0 00000000`00000000 : 00000000`00000001 00000000`00000007 00000000`00000000 00000000`01070213 : 0x1


STACK_COMMAND: kb

FOLLOWUP_IP:
nt+75c40
fffff800`034dbc40 48894c2408 mov qword ptr [rsp+8],rcx

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: nt+75c40

FOLLOWUP_NAME: MachineOwner

IMAGE_NAME: ntoskrnl.exe

BUCKET_ID: WRONG_SYMBOLS

Followup: MachineOwner
---------

0: kd> lmvm nt
start end module name
fffff800`03466000 fffff800`03a4d000 nt T (no symbols)
Loaded symbol image file: ntoskrnl.exe
Image path: \SystemRoot\system32\ntoskrnl.exe
Image name: ntoskrnl.exe
Timestamp: Sat Jan 05 03:08:37 2013 (50E79935)
CheckSum: 0054E86D
ImageSize: 005E7000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
 

jamesklech

Honorable
Mar 1, 2013
2
0
10,510
Hmmmm......have run memtest86 with no failures. This is a brand new build and the BSOD's have only been happening the last few weeks. System had been fine for first few weeks. I enabled Driver Verify and I got a BSOD as soon as the system booted up informing me that a faulty driver was the reason. I analysed the crash dump and the faulty driver is ndisrd.sys? Appears to be Realtek Semiconductor Corp from checking the file properties?

Any thoughts? Thanks for the replies so far.