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

时间:2016-05-06 15:54:58

标签: windows debugging windbg

我在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 个答案:

答案 0 :(得分:0)

无法针对这些情况提供确切的解决方案,但此处很少有建议可能会有所帮助

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

主机系统:运行 windbg 的系统