Synthetic kernel debugging for Hyper-V virtual machines not working - how to troubleshoot?

て烟熏妆下的殇ゞ 提交于 2019-12-12 05:18:53

问题


I want to kernel-debug my Hyper-V VMs. I can do it via COM port to pipe method (Ref), but that gives me throughput of 60-80 KBytes/sec, which is too slow for e.g. take dump files.

So, I'm trying to setup Synthetic kernel debugging for Hyper-V virtual machines, but Kernel debugger never connects.

Troubleshooting and details:

  • I verified that the the worker process vmwp.exe listens to UDP:55555 by running netstat -nao | findstr /C:"55555".
  • I tried to connect from another machine, and confirmed via wireshark that windbg on the other machine indeed sends packets to UDP:55555
  • I've created a Windows Firewall rule allowing UDP:55555 from all IPs, bound to all profiles.
  • My host and Guest OSs are Windows 10 v1703 64-bit.

来源:https://stackoverflow.com/questions/44779655/synthetic-kernel-debugging-for-hyper-v-virtual-machines-not-working-how-to-tro

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!