约有 19 项符合查询结果, 以下是第 2 - 2项。
费时 < 1 秒。
IRQL_NOT_LESS_OR_EQUAL (a)
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 a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 00000144, memory referenced
Arg2: 00000002, ...
Posted in WinDbg
by
futurestar
on 2009-01-15
1: kd> !locks
**** DUMP OF ALL RESOURCE OBJECTS ****
KD: Scanning for held locks......................................................................................................................................................................
Resource @ 0x88bf0550 Exclusively owned
Contention Count = 19624
...
Posted in WinDbg
by
futurestar
on 2008-12-30
Thank You!关于 Hang的问题,我首要是分析是哪个部件或驱动的问题。目前,我可以利用一些厂家维护的工具判断了。。嘿嘿。。。
谢谢。。。。
Posted in WinDbg
by
futurestar
on 2008-12-29
0: kd> !process 0 0
**** NT ACTIVE PROCESS DUMP ****
GetPointerFromAddress: unable to read from 80563134
Error in reading nt!_EPROCESS at 00000000
0: kd> !pcr
Cannot get PRCB address
0: kd> !irql 0
nt!_KPRCB.DebuggerSavedIRQL not found, error : 0x4.
Saved IRQL not available prior to Windows Server ...
Posted in WinDbg
by
futurestar
on 2008-12-25
谢谢Raymond,真的非常感谢。。。。我对于该方面几乎完全不了解,能得到每一位的回复相当感激,谢谢。。。。
Posted in WinDbg
by
futurestar
on 2008-11-16
其实我的意思是:我想知道当前死机状态,正在执行的函数或者应用程序。是因为什么问题导致了这个死锁。。。。呵呵。。。
Posted in WinDbg
by
futurestar
on 2008-11-13
顺便说一下:机器的符号文件已经OK,并且,也设置了微软的符号文件,上述的就是设置符号后的分析结果。谢谢...
Posted in WinDbg
by
futurestar
on 2008-11-13
天逸F40A,运行程序的时候,死机,无任何相应。右Ctrl+ScrLK键两次,强行蓝屏。得到DMP文件后,用!analyze -V查看,具体如下:
0: kd> !analyze ...
Posted in WinDbg
by
futurestar
on 2008-11-13