Re: KeStackAttachProcess附加explorer进程报Assertion: *** DPC watchdog timeout错误
Windows内核调试
KeStackAttachProcess附加explorer进程报Assertion: *** DPC watchdog timeout错误
QSHUD
2013-12-10, 01:23 上午
老师您好,求教一个问题,我在双机调试win7时用APC给调试机的explorer添加线程时,在 KeStackAttachProcess((ULONG *)pTargetProcess,&ApcState);这一句跟踪时报出以下错误:Assertion: *** DPC watchdog timeout
This is NOT a break in update time
This is most likely a BUG in an ISR
Perform a stack trace to find the culprit
The period will be doubled on continuation
Use gh to continue!!
。。。这是什么原因呢,是win7对explorer有保护么?大致意思是看门狗超时了死锁???在xp下不会有问题额。
Re: KeStackAttachProcess附加explorer进程报Assertion: *** DPC watchdog timeout错误
格蠹老雷
2013-12-10, 20:21 下午
Perform a stack trace to find the culprit,也就是k命令,
没有调试器的时候呢,蓝屏么?