Hyper-V Host crashes while performing live migration

 

?????. ?? ??????? ???? ??????.

?? ??? VM Live Migration ? ??? ? VM? ???? ?? Hyper-V Host ??? BSOD? ???? ??? Crash?? ??? ?? ??? ??? ??????.

??? ??? ????? Live Migration ?? ?? ??? Kernel ?? ?? ??? ????? ??? Kernel Stack? ??? ?(x64? 24KB, x86? 12KB)? ???? ?? Bugcheck 7F? ???????.

12: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault).  The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
        use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
        use .trap on that value
Else
        .trap on the appropriate frame will show where the trap was taken
        (on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: ffffd000f9fcba30
Arg3: ffffd00101663fd0
Arg4: fffff8009484c28c

????? Bugcheck 7F? ?? Stack Overflow? ?? DOUBLE_FAULT? ??? ??? ?????.

? ? ??? Stack Overflow? ???? ?? AntiVirus ???? CreateFile ?? Operation? Recursive?? ????? ?? ????, ??? ??? ???? ?? ??? ?????? ?? ? ?? ????.

?? ??? ?????, Hyper-V ??? ????? ????? AntiVirus ???? ?? ??? ?????? ????.

Microsoft Anti-Virus Exclusion List

https://social.technet.microsoft.com/wiki/contents/articles/953.microsoft-anti-virus-exclusion-list.aspx

Hyper-V: Anti-Virus Exclusions for Hyper-V Hosts

https://social.technet.microsoft.com/wiki/contents/articles/2179.hyper-v-anti-virus-exclusions-for-hyper-v-hosts.aspx

?????.