KDNET接收到一个无序的ping数据包



我在NET上使用WinDbg 10.0.10586.567。主机和目标都运行Windows 10 10586,并且都在同一个子网中。

我已经调试成功一段时间了。但突然间,当我试图连接到目标系统时,我出现了以下错误:

Microsoft (R) Windows Debugger Version 10.0.10586.567 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Using NET for debugging
Opened WinSock 2.0
Waiting to reconnect...
Connected to target 10.0.0.102 on port 50000 on local IP 10.0.0.100.
KDNET received an out of sequence ping packet.
The target machine restarted without notifying the debugger.
Forcing a debugger reconnect...
Shutdown occurred at (Fri May  6 08:34:33.724 2016 (UTC - 7:00))...unloading all symbol tables.
Packet failed authentication.  Please make sure the host and target encryption keys match exactly. Also make sure you don't have multiple target machines pointed at the same network port n your host.
Bad packet sent from 10.0.0.102.
Run nslookup 10.0.0.102 from a command prompt to get the machine name.

是的,我输入的密钥是我为其配置目标的密钥。只有一个目标正在调试中。不知怎的,数据包被主机上的WinDbg丢弃了。

我相信这是我的调试主机的问题,但以前从未遇到过这种问题。

有人见过这种情况,知道解决方案吗?

无法为这些场景提供确切的解决方案,但这里没有一些可能对有用的建议

  1. 增加HOST系统上的虚拟内存页面大小
    自定义页面大小最小为安装的物理RAM的1.5倍至最大为4倍
  2. 在HOST系统上启用符号缓存。cache*c:\symbol

HOST系统:windbg运行

的系统

相关内容

最新更新