I have a test environment where tests are continuously pushed down to multiple VMs (the VMs reside on an ESX server), the test is run, and then each VM is automatically reverted so it can run another test. I need to catch all bug checks coming from the VMs, so I have an additional VM which has multiple instances of windbg running each connected to a separate com port. I have the VMs set to /debug=autoenable,noumex (/debugcrash for the xp/2k3 machines) to avoid catching usermode exceptions.
The problem I am having is the Vista and server 2k8 machines will sometimes freeze when starting a test, until I manual resync the kernel connection in windbg.
Is there a way to avoid this freeze, or to have windbg automatically resync the kernel connection?
I have a test environment where tests are continuously pushed down to
multiple VMs (the VMs reside on an ESX server), the test is run, and then
each VM is automatically reverted so it can run another test. I need to
catch all bug checks coming from the VMs, so I have an additional VM which
has multiple instances of windbg running each connected to a separate com
port. I have the VMs set to /debug=autoenable,noumex (/debugcrash for the
xp/2k3 machines) to avoid catching usermode exceptions.
The problem I am having is the Vista and server 2k8 machines will sometimes
freeze when starting a test, until I manual resync the kernel connection in
windbg.
Is there a way to avoid this freeze, or to have windbg automatically resync
the kernel connection?