[COLOR=Blue][B]BugCheck 7F[/B][/COLOR], {[COLOR=Red][B]8[/B][/COLOR], 80050033, 406f8, fffff880012dfd1b}
Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
Followup: MachineOwner
---------
1: kd> !analyze -v
[CENTER]*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
[/CENTER]
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.