- Thread Author
- #1
Hi folks, newbie here and I have read the useful beginners guide to BSOD's on this forum.
I followed the msdn article to debug my memory.dmp file Link Removed
1. downloaded the correct MS debugger and the x86 symbols
2. loaded the memory dump in the debugger
3. loaded the symbols for the OS
4. Issued the command in the debugger comman line window "!analyze -v"
Unfortunately I got the following and wondered whether the symbols error can be ignored and if some clue as to the reason for the crash can be seen. Here is my extract from the debug tool. I am running Windows 7 home premium with SP1
I followed the msdn article to debug my memory.dmp file Link Removed
1. downloaded the correct MS debugger and the x86 symbols
2. loaded the memory dump in the debugger
3. loaded the symbols for the OS
4. Issued the command in the debugger comman line window "!analyze -v"
Unfortunately I got the following and wondered whether the symbols error can be ignored and if some clue as to the reason for the crash can be seen. Here is my extract from the debug tool. I am running Windows 7 home premium with SP1
Code:
====================================================
Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Summary Dump File: Only kernel address space is available
Symbol search path is: srv*C:\Symbols*[URL]http://msdl.microsoft.com/download/symbols[/URL]
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 7601.17803.x86fre.win7sp1_gdr.120330-1504
Machine Name:
Kernel base = 0x82e3a000 PsLoadedModuleList = 0x82f834d0
Debug session time: Sat Aug 11 23:14:38.347 2012 (UTC + 10:00)
System Uptime: 0 days 10:50:21.141
Loading Kernel Symbols
...............................................................
................................................................
..................................
Loading User Symbols
Loading unloaded module list
.......
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck D1, {830, 2, 0, 9c28fe9e}
*** ERROR: Module load completed but symbols could not be loaded for hcw89.sys
Probably caused by : hcw89.sys ( hcw89+5ae9e )
Followup: MachineOwner
---------
2: 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: 00000830, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: 9c28fe9e, address which referenced memory
Debugging Details:
------------------
READ_ADDRESS: 00000830
CURRENT_IRQL: 2
FAULTING_IP:
hcw89+5ae9e
9c28fe9e 8b01 mov eax,dword ptr [ecx]
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0xD1
PROCESS_NAME: System
TRAP_FRAME: 8df1cbe4 -- (.trap 0xffffffff8df1cbe4)
ErrCode = 00000000
eax=016002fe ebx=9c2f4cca ecx=00000830 edx=00000000 esi=8888bd08 edi=9c2f4c96
eip=9c28fe9e esp=8df1cc58 ebp=8df1cc68 iopl=0 nv up ei pl nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
hcw89+0x5ae9e:
9c28fe9e 8b01 mov eax,dword ptr [ecx] ds:0023:00000830=????????
Resetting default scope
LAST_CONTROL_TRANSFER: from 9c28fe9e to 82e7b65b
STACK_TEXT:
8df1cbe4 9c28fe9e badb0d00 00000000 86db2248 nt!KiTrap0E+0x2cf
WARNING: Stack unwind information not available. Following frames may be wrong.
8df1cc68 9c23d74f 00000000 00000000 8df1ccd4 hcw89+0x5ae9e
8df1cc78 82eb21b5 870225e4 87328728 87328768 hcw89+0x874f
8df1ccd4 82eb2018 8df00120 8df05800 00000000 nt!KiExecuteAllDpcs+0xf9
8df1cd20 82eb1e38 00000000 0000000e 00000000 nt!KiRetireDpcList+0xd5
8df1cd24 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0x38
STACK_COMMAND: kb
FOLLOWUP_IP:
hcw89+5ae9e
9c28fe9e 8b01 mov eax,dword ptr [ecx]
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: hcw89+5ae9e
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: hcw89
IMAGE_NAME: hcw89.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4c125992
FAILURE_BUCKET_ID: 0xD1_hcw89+5ae9e
BUCKET_ID: 0xD1_hcw89+5ae9e
Followup: MachineOwner
---------