警告:Windows调试器中的[某物]与[某物]重叠是什么意思? [英] What does WARNING: [something] overlaps [something] in Windows Debugger mean?

查看:101
本文介绍了警告:Windows调试器中的[某物]与[某物]重叠是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为uni项目的一部分编辑Windows Research Kernel(WRK),有时,当我启动运行内核的虚拟机时,Windows Debugger会说诸如此类:

I am editing the Windows Research Kernel (WRK) for part of a uni project, and occasionally when I start up the virtual machine running my kernel, the Windows Debugger says things like:

WARNING: rdpdr overlaps raspptp_baa74000
WARNING: ks overlaps rdpdr_baa26000
WARNING: ks overlaps raspptp_baa74000
WARNING: update_baa11000 overlaps ks_ba9fe000
WARNING: update_baa11000 overlaps rdpdr_baa26000
WARNING: tcpip overlaps tcpip_ba83e000

这实际上是什么意思?

推荐答案

通常在内核调试器错过事件(例如关闭或模块卸载)时发生.该警告表示调试器刚刚收到与另一个驱动程序重叠的范围内某个驱动程序的模块装入事件(重叠通常不是真实的,只是调试器认为存在重叠,因为它不了解卸载) .

This usually happens when the kernel debugger misses events (such as shutdown or module unload). The warning means that the debugger just received a module load event for a driver in a range that overlaps another driver (the overlap is usually not real, it is just that the debugger thinks there is a overlap because it did not know about the unload).

此问题通过使用.reload修复.

这篇关于警告:Windows调试器中的[某物]与[某物]重叠是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆