This article describes a specific issue. If you experience all of the above symptoms, consult the sections below. If you experience some but not all of these symptoms, your issue is not related to this article. Search for your symptoms in the
Knowledge Base or file a Support Request. For more information, see
Filing a Support Request in Customer Connect (2006985).
Symptoms:
- An ESXi/ESX host stops responding and displays a purple diagnostic screen indicating a Page Fault (
#PF
) exception has occurred.
- You see a backtrace similar to:
#PF Exception 14 in world wwww:VMName IP 0xnnnnnn addr 0xnnnnn
BackMap_Lookup@vmkernel#nover+0xnn stack: 0xnn
BackMap_CanMonitorMapMPN@vmkernel#nover+0xnn stack: 0xnn
UWVMKSyscall_ReadPage64@vmkernel#nover+0xnn stack: 0xnn
- Immediately preceding the failure, a virtual machine failed with a page fault (
#PF 14
) or general protection fault (#GP 13
).
- In the VMkernel logs, you see entries similar to:
WARNING: World: vm WWWW: 9241: vmm0:VirtualMachineName:vcpu-0:VMM fault FF: src=MONITOR rip=0xnnnn regs=0xnnnn
Backtrace for current CPU #cc, worldID=WWWW , ebp=0xnnnn
0xnnnn:[0xnnnn]World_VMMPanic@vmkernel#nover+0x25 stack: 0xnnnn, 0xnnnn
0xnnnn:[0xnnnn]World_VMMPanic@vmkernel#nover+0x25 stack: 0x4100318c32a4, 0x2b907ff0
0xnnnn:[0xnnnn]VMMVMKCall_Call@vmkernel#nover+0x186 stack: 0x0, 0x0, 0x0, 0x0, 0x0
0xnnnn:[0xnnnn]<unknown> stack: 0x0, 0x0, 0x0, 0x0, 0x0
WARNING: World: vm WWWW : 9276: Couldn't awake worldWWWW
- The world cited in the purple diagnostic screen may differ from the world cited in the virtual machine failure. However, they are two worlds comprising the same virtual machine, and cite the same virtual machine name.
- The RDI and/or RBX register contains the value
0xd100000
or 0x3100000
. For example:
cpuC:WWWW)rax=0xnnnn rbx=0xn100000 rcx=0xnnnn
cpuC:WWWW)rdx=0xnnnn rbp=0xnnnn rsi=0xnnnn
cpuC:WWWW)rdi=0xn100000 r8=0xnnnn r9=0xnnnn
cpuC:WWWW)r10=0xnnnn r11=0xnnnn r12=0xnnnn
cpuC:WWWW)r13=0xnnnn r14=0xnnnn r15=0xnnnn
- The ESXi/ESX host is using Intel Xeon CPUs that support Intel FlexPriority.