Page 1 of 1

Guest crash/hang after handleDisplayResize

Posted: 8. Sep 2009, 15:42
by smr
Hi,

I'm a new VBox user. I am having very regular crashes/hangs on Win 7 with a Win 7 guest. The common factor in the logs seems to be these two lines at the time of every crash/hang:
00:22:06.163 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007fe0000 w=1024 h=768 bpp=0 cbLine=0x400
00:22:06.163 VBVA: Disabled.
The related lines prior to this in the log typically look like this:
00:00:32.028 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007fe0000 w=1024 h=768 bpp=32 cbLine=0x1000
00:00:32.028 VBVA: Enabled.
So, it seems that whether this is the cause or a symptom that it involves the video thinking it's switch from 32bpp to 0bpp :-).
I have no idea what VBVA is -- have not seen a good explanation online. If it's video acceleration, I have 3D Acceleration disabled.

I haven't been doing anything at the time that should have caused a resize. In fact, I've got this with the guest sitting mostly idle (including during mouse movement, so shouldn't be a screen saver issue or power management issue). I've also disabled USB redirection to no avail.

I also tend to see blocks of these, even while I've been interacting with the guest, and definitely not pausing/unpausing the VM:
00:08:32.688 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:08:38.956 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:08:46.281 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:08:48.839 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:08:53.502 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:08:58.562 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:09:25.146 Changing the VM state from 'RUNNING' to 'RESETTING'.
These may be unrelated, though if anyone has an explanation of why the machine seems to pause/unpause rapidly I'd love to know why.

Regards,

Steven

Re: Guest crash/hang after handleDisplayResize

Posted: 8. Sep 2009, 16:12
by Perryg
Is this 64 bit and if so have you turned on nested paging?
What are you guest settings and maybe post the log file will help. Please use code blocks if you post the log file.

Re: Guest crash/hang after handleDisplayResize

Posted: 8. Sep 2009, 16:56
by smr
Hi Perry, thanks for the response.

Yes, I'm on 64-bit, but don't have nested paging enabled (should I?.. I thought that required newer CPU support than my Q9300 has).

Here's the log output of one of the crashes (I notice some other 0bpp's in there, so maybe that's not related):

Code: Select all

00:00:00.397 VirtualBox 3.0.4 r50677 win.amd64 (Aug  5 2009 14:51:43) release log
00:00:00.397 Log opened 2009-09-08T12:00:44.440480300Z
00:00:00.398 OS Product: Windows 7
00:00:00.398 OS Release: 6.1.7600
00:00:00.398 OS Service Pack: 
00:00:00.398 Host RAM: 8191MB RAM, available: 7369MB
00:00:00.398 Executable: C:\PROGRA~1\Sun\XVMVIR~1\VirtualBox.exe
00:00:00.398 Process ID: 1756
00:00:00.398 Package type: WINDOWS_64BITS_GENERIC
00:00:00.408 SUP: Loaded VMMR0.r0 (C:\PROGRA~1\Sun\XVMVIR~1/VMMR0.r0) at 0xfffffa800be87080 - ModuleInit at fffffa800be96e60 and ModuleTerm at fffffa800be96ee0
00:00:00.408 SUP: VMMR0EntryEx located at fffffa800be97cd0, VMMR0EntryFast at fffffa800be97070 and VMMR0EntryInt at fffffa800be97060
00:00:00.408 SUP: windbg> .reload /f C:\PROGRA~1\Sun\XVMVIR~1/VMMR0.r0=0xfffffa800be87080
00:00:00.478 VBoxSharedClipboard mode: Bidirectional
00:00:00.556 ************************* CFGM dump *************************
00:00:00.556 pRoot=0000000002aaaa30:{/}
00:00:00.556 [/] (level 0)
00:00:00.556   Name               <string>  = "Windows 7 (64 bit)" (cch=19)
00:00:00.556   UUID               <bytes>   = "b0 bb c2 74 11 57 e6 47 9e af b3 3e 05 18 cf fd" (cb=16)
00:00:00.556   RamSize            <integer> = 0x0000000080000000 (2147483648)
00:00:00.556   RamHoleSize        <integer> = 0x0000000020000000 (536870912)
00:00:00.556   NumCPUs            <integer> = 0x0000000000000002 (2)
00:00:00.556   TimerMillies       <integer> = 0x000000000000000a (10)
00:00:00.556   RawR3Enabled       <integer> = 0x0000000000000001 (1)
00:00:00.556   RawR0Enabled       <integer> = 0x0000000000000001 (1)
00:00:00.556   PATMEnabled        <integer> = 0x0000000000000001 (1)
00:00:00.556   CSAMEnabled        <integer> = 0x0000000000000001 (1)
00:00:00.556   HwVirtExtForced    <integer> = 0x0000000000000001 (1)
00:00:00.556   EnableNestedPaging <integer> = 0x0000000000000000 (0)
00:00:00.556   EnableVPID         <integer> = 0x0000000000000000 (0)
00:00:00.556   EnablePAE          <integer> = 0x0000000000000000 (0)
00:00:00.556 
00:00:00.556 [/HWVirtExt/] (level 1)
00:00:00.556   Enabled      <integer> = 0x0000000000000001 (1)
00:00:00.556   64bitEnabled <integer> = 0x0000000000000001 (1)
00:00:00.556 
00:00:00.556 [/PDM/] (level 1)
00:00:00.557 
00:00:00.557 [/PDM/Drivers/] (level 2)
00:00:00.557 
00:00:00.557 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.557   Path <string>  = "VBoxC" (cch=6)
00:00:00.557 
00:00:00.557 [/Devices/] (level 1)
00:00:00.557 
00:00:00.557 [/Devices/pcarch/] (level 2)
00:00:00.557 
00:00:00.557 [/Devices/pcarch/0/] (level 3)
00:00:00.557   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.557 
00:00:00.557 [/Devices/pcarch/0/Config/] (level 4)
00:00:00.557 
00:00:00.557 [/Devices/pcbios/] (level 2)
00:00:00.557 
00:00:00.557 [/Devices/pcbios/0/] (level 3)
00:00:00.557   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.557 
00:00:00.557 [/Devices/pcbios/0/Config/] (level 4)
00:00:00.557   RamSize        <integer> = 0x0000000080000000 (2147483648)
00:00:00.557   RamHoleSize    <integer> = 0x0000000020000000 (536870912)
00:00:00.557   NumCPUs        <integer> = 0x0000000000000002 (2)
00:00:00.557   HardDiskDevice <string>  = "piix3ide" (cch=9)
00:00:00.557   FloppyDevice   <string>  = "i82078" (cch=7)
00:00:00.557   IOAPIC         <integer> = 0x0000000000000001 (1)
00:00:00.557   PXEDebug       <integer> = 0x0000000000000000 (0)
00:00:00.557   UUID           <bytes>   = "b0 bb c2 74 11 57 e6 47 9e af b3 3e 05 18 cf fd" (cb=16)
00:00:00.557   BootDevice0    <string>  = "FLOPPY" (cch=7)
00:00:00.557   BootDevice1    <string>  = "DVD" (cch=4)
00:00:00.557   BootDevice2    <string>  = "IDE" (cch=4)
00:00:00.557   BootDevice3    <string>  = "NONE" (cch=5)
00:00:00.557 
00:00:00.557 [/Devices/8237A/] (level 2)
00:00:00.557 
00:00:00.557 [/Devices/8237A/0/] (level 3)
00:00:00.557   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.557 
00:00:00.557 [/Devices/pci/] (level 2)
00:00:00.557 
00:00:00.557 [/Devices/pci/0/] (level 3)
00:00:00.557   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.557 
00:00:00.557 [/Devices/pci/0/Config/] (level 4)
00:00:00.557   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/] (level 2)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/0/] (level 3)
00:00:00.557   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/0/Config/] (level 4)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:00.557   Driver <string>  = "KeyboardQueue" (cch=14)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:00.557   QueueSize <integer> = 0x0000000000000040 (64)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.557   Driver <string>  = "MainKeyboard" (cch=13)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.557   Object <integer> = 0x0000000002a64eb0 (44453552)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:00.557   Driver <string>  = "MouseQueue" (cch=11)
00:00:00.557 
00:00:00.557 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:00.557   QueueSize <integer> = 0x0000000000000080 (128)
00:00:00.558 
00:00:00.558 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.558   Driver <string>  = "MainMouse" (cch=10)
00:00:00.558 
00:00:00.558 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:00.558   Object <integer> = 0x00000000029b2d60 (43724128)
00:00:00.558 
00:00:00.558 [/Devices/i82078/] (level 2)
00:00:00.558 
00:00:00.558 [/Devices/i82078/0/] (level 3)
00:00:00.558   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.558 
00:00:00.558 [/Devices/i82078/0/Config/] (level 4)
00:00:00.558   IRQ       <integer> = 0x0000000000000006 (6)
00:00:00.558   DMA       <integer> = 0x0000000000000002 (2)
00:00:00.558   MemMapped <integer> = 0x0000000000000000 (0)
00:00:00.558   IOBase    <integer> = 0x00000000000003f0 (1008)
00:00:00.558 
00:00:00.558 [/Devices/i82078/0/LUN#999/] (level 4)
00:00:00.558   Driver <string>  = "MainStatus" (cch=11)
00:00:00.558 
00:00:00.558 [/Devices/i82078/0/LUN#999/Config/] (level 5)
00:00:00.558   papLeds <integer> = 0x00000000029b28f0 (43722992)
00:00:00.558   First   <integer> = 0x0000000000000000 (0)
00:00:00.558   Last    <integer> = 0x0000000000000000 (0)
00:00:00.558 
00:00:00.558 [/Devices/i82078/0/LUN#0/] (level 4)
00:00:00.558   Driver <string>  = "Block" (cch=6)
00:00:00.558 
00:00:00.558 [/Devices/i82078/0/LUN#0/Config/] (level 5)
00:00:00.558   Type      <string>  = "Floppy 1.44" (cch=12)
00:00:00.558   Mountable <integer> = 0x0000000000000001 (1)
00:00:00.558 
00:00:00.558 [/Devices/acpi/] (level 2)
00:00:00.558 
00:00:00.558 [/Devices/acpi/0/] (level 3)
00:00:00.558   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.558   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:00.558   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.558 
00:00:00.558 [/Devices/acpi/0/Config/] (level 4)
00:00:00.558   RamSize     <integer> = 0x0000000080000000 (2147483648)
00:00:00.558   RamHoleSize <integer> = 0x0000000020000000 (536870912)
00:00:00.558   NumCPUs     <integer> = 0x0000000000000002 (2)
00:00:00.558   IOAPIC      <integer> = 0x0000000000000001 (1)
00:00:00.558   FdcEnabled  <integer> = 0x0000000000000001 (1)
00:00:00.558   HpetEnabled <integer> = 0x0000000000000000 (0)
00:00:00.558   ShowRtc     <integer> = 0x0000000000000000 (0)
00:00:00.558   ShowCpu     <integer> = 0x0000000000000001 (1)
00:00:00.558 
00:00:00.558 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:00.558   Driver <string>  = "ACPIHost" (cch=9)
00:00:00.558 
00:00:00.558 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:00.558 
00:00:00.558 [/Devices/i8254/] (level 2)
00:00:00.558 
00:00:00.558 [/Devices/i8254/0/] (level 3)
00:00:00.558 
00:00:00.558 [/Devices/i8254/0/Config/] (level 4)
00:00:00.558 
00:00:00.558 [/Devices/i8259/] (level 2)
00:00:00.558 
00:00:00.558 [/Devices/i8259/0/] (level 3)
00:00:00.558   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.558 
00:00:00.558 [/Devices/i8259/0/Config/] (level 4)
00:00:00.558 
00:00:00.558 [/Devices/apic/] (level 2)
00:00:00.558 
00:00:00.558 [/Devices/apic/0/] (level 3)
00:00:00.558   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.558 
00:00:00.558 [/Devices/apic/0/Config/] (level 4)
00:00:00.558   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:00.558   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:00.558 
00:00:00.558 [/Devices/ioapic/] (level 2)
00:00:00.558 
00:00:00.558 [/Devices/ioapic/0/] (level 3)
00:00:00.558   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.558 
00:00:00.558 [/Devices/ioapic/0/Config/] (level 4)
00:00:00.558 
00:00:00.558 [/Devices/mc146818/] (level 2)
00:00:00.559 
00:00:00.559 [/Devices/mc146818/0/] (level 3)
00:00:00.559 
00:00:00.559 [/Devices/mc146818/0/Config/] (level 4)
00:00:00.559 
00:00:00.559 [/Devices/vga/] (level 2)
00:00:00.559 
00:00:00.559 [/Devices/vga/0/] (level 3)
00:00:00.559   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.559   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:00.559   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.559 
00:00:00.559 [/Devices/vga/0/Config/] (level 4)
00:00:00.559   VRamSize         <integer> = 0x0000000000c00000 (12582912)
00:00:00.559   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:00.559   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:00.559   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:00.559   LogoFile         <string>  = "" (cch=1)
00:00:00.559   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:00.559   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:00.559   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:00.559 
00:00:00.559 [/Devices/vga/0/LUN#0/] (level 4)
00:00:00.559   Driver <string>  = "MainDisplay" (cch=12)
00:00:00.559 
00:00:00.559 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:00.559   Object <integer> = 0x00000000029b2e80 (43724416)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/] (level 2)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/] (level 3)
00:00:00.559   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.559   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:00.559   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/Config/] (level 4)
00:00:00.559   Type <string>  = "PIIX4" (cch=6)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:00.559   Driver <string>  = "MainStatus" (cch=11)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:00.559   papLeds <integer> = 0x00000000029b2900 (43723008)
00:00:00.559   First   <integer> = 0x0000000000000000 (0)
00:00:00.559   Last    <integer> = 0x0000000000000003 (3)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:00.559   Driver <string>  = "Block" (cch=6)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
00:00:00.559   Type      <string>  = "DVD" (cch=4)
00:00:00.559   Mountable <integer> = 0x0000000000000001 (1)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:00.559   Driver <string>  = "Block" (cch=6)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
00:00:00.559   Type      <string>  = "HardDisk" (cch=9)
00:00:00.559   Mountable <integer> = 0x0000000000000000 (0)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.559   Driver <string>  = "VD" (cch=3)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.559   Path   <string>  = "C:\Users\smr\.VirtualBox\Machines\Windows 7 (64 bit)\Snapshots\{9b98ec02-a404-44ff-a2bc-77314998a704}.vdi" (cch=106)
00:00:00.559   Format <string>  = "VDI" (cch=4)
00:00:00.559 
00:00:00.559 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/Parent/] (level 7)
00:00:00.559   Path   <string>  = "C:\Users\smr\.VirtualBox\HardDisks\Windows 7 (64 bit).vdi" (cch=58)
00:00:00.559   Format <string>  = "VDI" (cch=4)
00:00:00.559 
00:00:00.559 [/Devices/pcnet/] (level 2)
00:00:00.559 
00:00:00.559 [/Devices/e1000/] (level 2)
00:00:00.559 
00:00:00.559 [/Devices/e1000/0/] (level 3)
00:00:00.559   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.559   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:00.559   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.559 
00:00:00.559 [/Devices/e1000/0/Config/] (level 4)
00:00:00.559   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:00.559   MAC            <bytes>   = "08 00 27 09 30 b7" (cb=6)
00:00:00.559   CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.559   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:00.559 
00:00:00.559 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:00.559   Driver <string>  = "MainStatus" (cch=11)
00:00:00.559 
00:00:00.559 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:00.560   papLeds <integer> = 0x00000000029b2a90 (43723408)
00:00:00.560 
00:00:00.560 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:00.560   Driver <string>  = "NAT" (cch=4)
00:00:00.560 
00:00:00.560 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:00.560   TFTPPrefix <string>  = "C:\Users\smr\.VirtualBox\TFTP" (cch=30)
00:00:00.560   BootFile   <string>  = "Windows 7 (64 bit).pxe" (cch=23)
00:00:00.560 
00:00:00.560 [/Devices/serial/] (level 2)
00:00:00.560 
00:00:00.560 [/Devices/parallel/] (level 2)
00:00:00.560 
00:00:00.560 [/Devices/VMMDev/] (level 2)
00:00:00.560 
00:00:00.560 [/Devices/VMMDev/0/] (level 3)
00:00:00.560   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.560   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:00.560   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.560 
00:00:00.560 [/Devices/VMMDev/0/Config/] (level 4)
00:00:00.560 
00:00:00.560 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:00.560   Driver <string>  = "MainVMMDev" (cch=11)
00:00:00.560 
00:00:00.560 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:00.560   Object <integer> = 0x0000000002a62990 (44444048)
00:00:00.560 
00:00:00.560 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:00.560   Driver <string>  = "MainStatus" (cch=11)
00:00:00.560 
00:00:00.560 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:00.560   papLeds <integer> = 0x00000000029b2ad0 (43723472)
00:00:00.560   First   <integer> = 0x0000000000000000 (0)
00:00:00.560   Last    <integer> = 0x0000000000000000 (0)
00:00:00.560 
00:00:00.560 [/Devices/AudioSniffer/] (level 2)
00:00:00.560 
00:00:00.560 [/Devices/AudioSniffer/0/] (level 3)
00:00:00.560 
00:00:00.560 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:00.560 
00:00:00.560 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:00.560   Driver <string>  = "MainAudioSniffer" (cch=17)
00:00:00.560 
00:00:00.560 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:00.560   Object <integer> = 0x00000000029f59b0 (43997616)
00:00:00.560 
00:00:00.560 [/Devices/ichac97/] (level 2)
00:00:00.560 
00:00:00.560 [/Devices/ichac97/0/] (level 3)
00:00:00.560   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.560   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:00.560   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.560 
00:00:00.560 [/Devices/ichac97/0/Config/] (level 4)
00:00:00.560 
00:00:00.560 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:00.560   Driver <string>  = "AUDIO" (cch=6)
00:00:00.560 
00:00:00.560 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
00:00:00.560   AudioDriver <string>  = "dsound" (cch=7)
00:00:00.560   StreamName  <string>  = "Windows 7 (64 bit)" (cch=19)
00:00:00.560 
00:00:00.560 [/TM/] (level 1)
00:00:00.560   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:00.560 
00:00:00.560 ********************* End of CFGM dump **********************
00:00:00.560 MM: cbHyperHeap=0x220000 (2228224)
00:00:00.562 Logical host processors: 4, processor active mask: 000000000000000f
00:00:00.562 ************************* CPUID dump ************************
00:00:00.562          RAW Standard CPUIDs
00:00:00.562      Function  eax      ebx      ecx      edx
00:00:00.562 Gst: 00000000  00000002 756e6547 6c65746e 49656e69
00:00:00.562 Hst:           0000000a 756e6547 6c65746e 49656e69
00:00:00.562 Gst: 00000001  00010677 00020800 00000001 178bf1bf
00:00:00.562 Hst:           00010677 01040800 0008e3fd bfebfbff
00:00:00.562 Gst: 00000002  05b0b101 005657f0 00000000 2cb43048
00:00:00.562 Hst:           05b0b101 005657f0 00000000 2cb43048
00:00:00.562 Gst: 00000003  07280202 00000000 00000000 00000503*
00:00:00.562 Hst:           00000000 00000000 00000000 00000000
00:00:00.562 Gst: 00000004  00000000 00000000 00000000 00000503*
00:00:00.562 Hst:           00000000 00000000 00000000 00000000
00:00:00.562 Gst: 00000005  07280202 00000000 00000000 00000503*
00:00:00.562 Hst:           00000040 00000040 00000003 00000020
00:00:00.562 Name:                            GenuineIntel
00:00:00.562 Supports:                        0-2
00:00:00.562 Family:                          6  	Extended: 0 	Effective: 6
00:00:00.562 Model:                           7  	Extended: 1 	Effective: 23
00:00:00.562 Stepping:                        7
00:00:00.562 APIC ID:                         0x00
00:00:00.562 Logical CPUs:                    2
00:00:00.562 CLFLUSH Size:                    8
00:00:00.562 Brand ID:                        0x00
00:00:00.562 Mnemonic - Description                 = guest (host)
00:00:00.562 FPU - x87 FPU on Chip                  = 1 (1)
00:00:00.562 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:00.562 DE - Debugging extensions              = 1 (1)
00:00:00.562 PSE - Page Size Extension              = 1 (1)
00:00:00.562 TSC - Time Stamp Counter               = 1 (1)
00:00:00.562 MSR - Model Specific Registers         = 1 (1)
00:00:00.562 PAE - Physical Address Extension       = 0 (1)
00:00:00.562 MCE - Machine Check Exception          = 1 (1)
00:00:00.562 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:00.562 APIC - APIC On-Chip                    = 0 (1)
00:00:00.562 Reserved                               = 0 (0)
00:00:00.562 SEP - SYSENTER and SYSEXIT             = 0 (1)
00:00:00.562 MTRR - Memory Type Range Registers     = 1 (1)
00:00:00.562 PGE - PTE Global Bit                   = 1 (1)
00:00:00.562 MCA - Machine Check Architecture       = 1 (1)
00:00:00.562 CMOV - Conditional Move Instructions   = 1 (1)
00:00:00.562 PAT - Page Attribute Table             = 1 (1)
00:00:00.562 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:00.562 PSN - Processor Serial Number          = 0 (0)
00:00:00.562 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:00.562 Reserved                               = 0 (0)
00:00:00.562 DS - Debug Store                       = 0 (1)
00:00:00.562 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:00.562 MMX - Intel MMX Technology             = 1 (1)
00:00:00.562 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:00.563 SSE - SSE Support                      = 1 (1)
00:00:00.563 SSE2 - SSE2 Support                    = 1 (1)
00:00:00.563 SS - Self Snoop                        = 0 (1)
00:00:00.563 HTT - Hyper-Threading Technolog        = 1 (1)
00:00:00.563 TM - Thermal Monitor                   = 0 (1)
00:00:00.563 30 - Reserved                          = 0 (0)
00:00:00.563 PBE - Pending Break Enable             = 0 (1)
00:00:00.563 Supports SSE3 or not                   = 1 (1)
00:00:00.563 Reserved                               = 0 (2)
00:00:00.563 Supports MONITOR/MWAIT                 = 0 (1)
00:00:00.563 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:00.563 VMX - Virtual Machine Technology       = 0 (1)
00:00:00.563 Reserved                               = 0 (1)
00:00:00.563 Enhanced SpeedStep Technology          = 0 (1)
00:00:00.563 Terminal Monitor 2                     = 0 (1)
00:00:00.563 Supports Supplemental SSE3 or not      = 0 (1)
00:00:00.563 L1 Context ID                          = 0 (0)
00:00:00.563 Reserved                               = 0x0 (0x0)
00:00:00.563 CMPXCHG16B                             = 0 (1)
00:00:00.563 xTPR Update Control                    = 0 (1)
00:00:00.563 Reserved                               = 0x0 (0x11)
00:00:00.563 
00:00:00.563          RAW Extended CPUIDs
00:00:00.563      Function  eax      ebx      ecx      edx
00:00:00.563 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:00.563 Hst:           80000008 00000000 00000000 00000000
00:00:00.563 Gst: 80000001  00000000 00000000 00000000 00000000
00:00:00.563 Hst:           00000000 00000000 00000001 20100800
00:00:00.563 Gst: 80000002  65746e49 2952286c 726f4320 4d542865
00:00:00.563 Hst:           65746e49 2952286c 726f4320 4d542865
00:00:00.563 Gst: 80000003  51203229 20646175 55504320 51202020
00:00:00.563 Hst:           51203229 20646175 55504320 51202020
00:00:00.563 Gst: 80000004  30303339 20402020 30352e32 007a4847
00:00:00.563 Hst:           30303339 20402020 30352e32 007a4847
00:00:00.563 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:00.563 Hst:           00000000 00000000 00000000 00000000
00:00:00.563 Gst: 80000006  00000000 00000000 0c006040 00000000
00:00:00.563 Hst:           00000000 00000000 0c006040 00000000
00:00:00.563 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:00.563 Hst:           00000000 00000000 00000000 00000000
00:00:00.563 Gst: 80000008  00003024 00000000 00000000 00000000
00:00:00.563 Hst:           00003024 00000000 00000000 00000000
00:00:00.563 Gst: 80000009  07280202 00000000 00000000 00000503*
00:00:00.563 Hst:           07280202 00000000 00000000 00000503
00:00:00.563 Ext Name:                        
00:00:00.563 Ext Supports:                    0x80000000-0x80000008
00:00:00.563 Family:                          0  	Extended: 0 	Effective: 0
00:00:00.563 Model:                           0  	Extended: 0 	Effective: 0
00:00:00.563 Stepping:                        0
00:00:00.563 Brand ID:                        0x000
00:00:00.563 Mnemonic - Description                 = guest (host)
00:00:00.563 FPU - x87 FPU on Chip                  = 0 (0)
00:00:00.563 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:00.563 DE - Debugging extensions              = 0 (0)
00:00:00.563 PSE - Page Size Extension              = 0 (0)
00:00:00.563 TSC - Time Stamp Counter               = 0 (0)
00:00:00.563 MSR - K86 Model Specific Registers     = 0 (0)
00:00:00.563 PAE - Physical Address Extension       = 0 (0)
00:00:00.563 MCE - Machine Check Exception          = 0 (0)
00:00:00.563 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:00.563 APIC - APIC On-Chip                    = 0 (0)
00:00:00.563 10 - Reserved                          = 0 (0)
00:00:00.563 SEP - SYSCALL and SYSRET               = 0 (1)
00:00:00.563 MTRR - Memory Type Range Registers     = 0 (0)
00:00:00.563 PGE - PTE Global Bit                   = 0 (0)
00:00:00.563 MCA - Machine Check Architecture       = 0 (0)
00:00:00.563 CMOV - Conditional Move Instructions   = 0 (0)
00:00:00.563 PAT - Page Attribute Table             = 0 (0)
00:00:00.563 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:00.563 18 - Reserved                          = 0 (0)
00:00:00.563 19 - Reserved                          = 0 (0)
00:00:00.563 NX - No-Execute Page Protection        = 0 (1)
00:00:00.563 DS - Debug Store                       = 0 (0)
00:00:00.563 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:00.563 MMX - Intel MMX Technology             = 0 (0)
00:00:00.563 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:00.563 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:00.563 26 - 1 GB large page support           = 0 (0)
00:00:00.563 27 - RDTSCP instruction                = 0 (0)
00:00:00.563 28 - Reserved                          = 0 (0)
00:00:00.563 29 - AMD Long Mode                     = 0 (1)
00:00:00.563 30 - AMD Extensions to 3DNow           = 0 (0)
00:00:00.563 31 - AMD 3DNow                         = 0 (0)
00:00:00.563 LahfSahf - LAHF/SAHF in 64-bit mode    = 0 (1)
00:00:00.563 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:00.563 SVM - AMD VM Extensions                = 0 (0)
00:00:00.563 APIC registers starting at 0x400       = 0 (0)
00:00:00.563 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:00.563 Advanced bit manipulation              = 0 (0)
00:00:00.563 SSE4A instruction support              = 0 (0)
00:00:00.563 Misaligned SSE mode                    = 0 (0)
00:00:00.563 PREFETCH and PREFETCHW instruction     = 0 (0)
00:00:00.563 OS visible workaround                  = 0 (0)
00:00:00.563 Instruction based sampling             = 0 (0)
00:00:00.563 SSE5 support                           = 0 (0)
00:00:00.563 SKINIT, STGI, and DEV support          = 0 (0)
00:00:00.563 Watchdog timer support.                = 0 (0)
00:00:00.563 31:14 - Reserved                       = 0x0 (0x0)
00:00:00.563 Full Name:                       Intel(R) Core(TM)2 Quad  CPU   Q9300  @ 2.50GHz
00:00:00.563 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:00.563 TLB 2/4M Data:                   res0     0 entries
00:00:00.563 TLB 4K Instr/Uni:                res0     0 entries
00:00:00.563 TLB 4K Data:                     res0     0 entries
00:00:00.563 L1 Instr Cache Line Size:        0 bytes
00:00:00.563 L1 Instr Cache Lines Per Tag:    0
00:00:00.563 L1 Instr Cache Associativity:    res0  
00:00:00.563 L1 Instr Cache Size:             0 KB
00:00:00.563 L1 Data Cache Line Size:         0 bytes
00:00:00.563 L1 Data Cache Lines Per Tag:     0
00:00:00.563 L1 Data Cache Associativity:     res0  
00:00:00.563 L1 Data Cache Size:              0 KB
00:00:00.563 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:00.563 L2 TLB 2/4M Data:                off       0 entries
00:00:00.563 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:00.563 L2 TLB 4K Data:                  off       0 entries
00:00:00.563 L2 Cache Line Size:              0 bytes
00:00:00.563 L2 Cache Lines Per Tag:          0
00:00:00.563 L2 Cache Associativity:          off   
00:00:00.563 L2 Cache Size:                   0 KB
00:00:00.563 APM Features:                   
00:00:00.563 Physical Address Width:          36 bits
00:00:00.563 Virtual Address Width:           48 bits
00:00:00.563 Physical Core Count:             0
00:00:00.563 
00:00:00.563          RAW Centaur CPUIDs
00:00:00.563      Function  eax      ebx      ecx      edx
00:00:00.563 Gst: c0000000  07280202 00000000 00000000 00000503
00:00:00.563 Hst:           07280202 00000000 00000000 00000503
00:00:00.563 Gst: c0000001  07280202 00000000 00000000 00000503
00:00:00.563 Hst:           07280202 00000000 00000000 00000503
00:00:00.563 Gst: c0000002  07280202 00000000 00000000 00000503
00:00:00.563 Hst:           07280202 00000000 00000000 00000503
00:00:00.563 Gst: c0000003  07280202 00000000 00000000 00000503
00:00:00.563 Hst:           07280202 00000000 00000000 00000503
00:00:00.563 Centaur Supports:                0xc0000000-0x07280202
00:00:00.563 Mnemonic - Description                 = guest (host)
00:00:00.563 AIS - Alternate Instruction Set        = 0 (1)
00:00:00.563 AIS-E - AIS enabled                    = 0 (1)
00:00:00.563 RNG - Random Number Generator          = 0 (0)
00:00:00.563 RNG-E - RNG enabled                    = 0 (0)
00:00:00.563 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:00.563 FEMMS - FEMMS                          = 0 (0)
00:00:00.563 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:00.563 ACE-E - ACE enabled                    = 0 (0)
00:00:00.563 ACE2 - Advanced Cryptography Engine 2  = 0 (1)
00:00:00.563 ACE2-E - ACE enabled                   = 0 (0)
00:00:00.563 PHE - Hash Engine                      = 0 (1)
00:00:00.563 PHE-E - PHE enabled                    = 0 (0)
00:00:00.563 PMM - Montgomery Multiplier            = 0 (0)
00:00:00.563 PMM-E - PMM enabled                    = 0 (0)
00:00:00.563 
00:00:00.563 
00:00:00.563 ******************** End of CPUID dump **********************
00:00:00.564 Debug: HCPhysInterPD=00000000cff47000 HCPhysInterPaePDPT=00000000cff44000 HCPhysInterPaePML4=00000000cff3d000
00:00:00.564 Debug: apInterPTs={00000000cff46000,00000000cff45000} apInterPaePTs={00000001550b8000,0000000158af9000} apInterPaePDs={0000000177e3a000,000000015013b000,000000019507c000,0000000152b7d000} pInterPaePDPT64=00000000cff3f000
00:00:00.567 REM: Loading C:\PROGRA~1\Sun\XVMVIR~1/VBoxREM2.rel at 0x00000000044f4fd0 (977792 bytes)
00:00:00.567 REM: (gdb) add-symbol-file C:\PROGRA~1\Sun\XVMVIR~1/VBoxREM2.rel 0x00000000044f4fd0
00:00:00.587 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=66
00:00:00.620 TM: cTSCTicksPerSecond=0x938c50da (2 475 446 490) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:00.620 TM: fMaybeUseOffsettedHostTSC=true  TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:00.620 CoreCode: R3=0000000002c50000 R0=fffff8800a528000 RC=a0a99000 Phys=00000000cf7b3000 cb=0x1000
00:00:00.625 [SMP] BIOS with 2 CPUs
00:00:00.627 SUP: Loaded VBoxDDR0.r0 (C:\PROGRA~1\Sun\XVMVIR~1/VBoxDDR0.r0) at 0xfffffa800b321080 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:00.627 SUP: windbg> .reload /f C:\PROGRA~1\Sun\XVMVIR~1/VBoxDDR0.r0=0xfffffa800b321080
00:00:00.627 SUP: Loaded VBoxDD2R0.r0 (C:\PROGRA~1\Sun\XVMVIR~1/VBoxDD2R0.r0) at 0xfffffa800b21c080 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:00.627 SUP: windbg> .reload /f C:\PROGRA~1\Sun\XVMVIR~1/VBoxDD2R0.r0=0xfffffa800b21c080
00:00:00.627 Activating Local APIC
00:00:00.627 CPUMSetGuestCpuIdFeature: Enabled APIC
00:00:00.627 CPUMSetGuestCpuIdFeature: Disabled x2APIC
00:00:00.627 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.631 Shared Folders service loaded.
00:00:00.636 VDInit finished
00:00:00.637 PIIX3 ATA: LUN#0: disk, PCHS=16383/16/63, total number of sectors 67108864
00:00:00.637 PIIX3 ATA: LUN#1: no unit
00:00:00.637 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 0, passthrough disabled
00:00:00.637 PIIX3 ATA: LUN#3: no unit
00:00:00.637 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:00.737 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:00.843 NAT: adding 68.87.69.150 to DNS server list
00:00:00.843 NAT: adding domain name hsd1.wa.comcast.net. to search list
00:00:00.843 NAT: adding 68.87.85.102 to DNS server list
00:00:00.843 NAT: value of BindIP has been ignored
00:00:00.844 Audio: Trying driver 'dsound'.
00:00:00.908 DSound: Could not initialize DirectSoundCapture
00:00:00.908 DSound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
00:00:00.919 Audio: set_record_source ars=0 als=0 (not implemented)
00:00:00.928 AC97: WARNING: Unable to open PCM IN!
00:00:00.928 AC97: WARNING: Unable to open PCM MC!
00:00:00.928 VM: Raising runtime error 'HostAudioNotResponding' (fFlags=0x0)
00:00:00.928 Console: VM runtime error: fatal=false, errorID=HostAudioNotResponding message="Some audio devices (PCM_in, PCM_mic) could not be opened. Guest applications generating audio output or depending on audio input may hang. Make sure your host audio device is working properly. Check the logfile for error messages of the audio subsystem"
00:00:00.952 DevPcBios: ATA LUN#0 LCHS=1024/255/63
00:00:00.952 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:00.960 HWACCM: Host CR4=000006F8
00:00:00.960 HWACCM: MSR_IA32_FEATURE_CONTROL      = 7
00:00:00.960 HWACCM: MSR_IA32_VMX_BASIC_INFO       = 5a08000000000d
00:00:00.960 HWACCM: VMCS id                       = d
00:00:00.960 HWACCM: VMCS size                     = 800
00:00:00.960 HWACCM: VMCS physical address limit   = None
00:00:00.960 HWACCM: VMCS memory type              = 6
00:00:00.960 HWACCM: Dual monitor treatment        = 1
00:00:00.960 HWACCM: MSR_IA32_VMX_PINBASED_CTLS    = 3f00000016
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_EXT_INT_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_VIRTUAL_NMI
00:00:00.960 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS   = f7f9fffe0401e172
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_IRQ_WINDOW_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_TSC_OFFSET
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_HLT_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_INVLPG_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MWAIT_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDPMC_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDTSC_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_LOAD_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_STORE_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_NMI_WINDOW_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MOV_DR_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_UNCOND_IO_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_IO_BITMAPS
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_PAUSE_EXIT
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT *must* be set
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT *must* be set
00:00:00.960 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS2  = 4100000000
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT
00:00:00.960 HWACCM: MSR_IA32_VMX_ENTRY_CTLS       = 3fff000011ff
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_IA64_MODE
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_ENTRY_SMM
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_DEACTIVATE_DUALMON
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_PERF_MSR
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG *must* be set
00:00:00.960 HWACCM: MSR_IA32_VMX_EXIT_CTLS        = 3ffff00036dff
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_ACK_EXTERNAL_IRQ
00:00:00.960 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG *must* be set
00:00:00.960 HWACCM: MSR_IA32_VMX_MISC             = 403c0
00:00:00.960 HWACCM:    MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT 0
00:00:00.960 HWACCM:    MSR_IA32_VMX_MISC_ACTIVITY_STATES 7
00:00:00.960 HWACCM:    MSR_IA32_VMX_MISC_CR3_TARGET      4
00:00:00.960 HWACCM:    MSR_IA32_VMX_MISC_MAX_MSR         200
00:00:00.960 HWACCM:    MSR_IA32_VMX_MISC_MSEG_ID         0
00:00:00.960 HWACCM: MSR_IA32_VMX_CR0_FIXED0       = 80000021
00:00:00.960 HWACCM: MSR_IA32_VMX_CR0_FIXED1       = ffffffff
00:00:00.960 HWACCM: MSR_IA32_VMX_CR4_FIXED0       = 2000
00:00:00.960 HWACCM: MSR_IA32_VMX_CR4_FIXED1       = 67ff
00:00:00.960 HWACCM: MSR_IA32_VMX_VMCS_ENUM        = 2c
00:00:00.960 HWACCM: TPR shadow physaddr           = 00000000cf7b2000
00:00:00.960 HWACCM: MSR bitmap physaddr           = 00000000cf7b1000
00:00:00.960 HWACCM: VMCS physaddr VCPU0           = 00000000cf7b0000
00:00:00.960 HWACCM: VMCS physaddr VCPU1           = 00000000cf7ae000
00:00:00.960 HWACCM: Real Mode TSS guest physaddr  = 00000000f0800000
00:00:00.960 HWACCM: Non-Paging Mode EPT CR3       = 00000000f0803000
00:00:00.960 CPUMSetGuestCpuIdFeature: Enabled sysenter/exit
00:00:00.960 CPUMSetGuestCpuIdFeature: Enabled PAE
00:00:00.960 CPUMSetGuestCpuIdFeature: Enabled LONG MODE
00:00:00.960 CPUMSetGuestCpuIdFeature: Enabled syscall/ret
00:00:00.960 CPUMSetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:00.960 CPUMSetGuestCpuIdFeature: Enabled NXE
00:00:00.960 HWACCM: 32-bit and 64-bit guests supported.
00:00:00.960 HWACCM: VMX enabled!
00:00:00.964 VM: Halt method global1 (5)
00:00:00.964 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:00.964 Changing the VM state from 'CREATED' to 'RUNNING'.
00:00:00.966 Guest Log: BIOS: VirtualBox 3.0.4
00:00:00.966 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.019 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:01.019 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:01.020 Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63
00:00:01.020 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:01.020 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:01.020 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:01.027 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007c10000 w=640 h=480 bpp=32 cbLine=0xA00
00:00:03.502 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.502 Guest Log: BIOS: Boot from Floppy 0 failed
00:00:03.503 Guest Log: BIOS: CDROM boot failure code : 0003
00:00:03.504 Guest Log: BIOS: Boot from CD-ROM failed
00:00:03.504 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0
00:00:03.504 Guest Log: BIOS: Booting from Hard Disk...
00:00:03.824 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007c10000 w=1024 h=768 bpp=24 cbLine=0xC00
00:00:06.424 Guest Log: BIOS: int13_diskette: unsupported AH=41
00:00:15.599 Guest Additions information report: additionsVersion = 0x00010004  osType = 0x00035000
00:00:15.600 Guest reported fixed hypervisor window at 0x0000000008000000 (size = 0x1000000, rc = VINF_SUCCESS)
00:00:19.214 SharedFolders host service: connected, u32ClientID = 1
00:00:19.574 Guest requests mouse pointer integration
00:00:25.642 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007c10000 w=1024 h=768 bpp=32 cbLine=0x1000
00:00:25.642 VBVA: Enabled.
00:00:25.716 NAT: IPv6 not supported
00:00:27.844 Guest Log: VBoxService.exe: Error: Failed to open registry key (guest additions)! Error: 2
00:00:32.441 NAT: DHCP offered IP address 10.0.2.15
00:00:41.671 Guest Log: VBoxTray: Started.
00:00:41.712 Guest Additions capability report: (0x5) seamless: yes, hostWindowMapping: no, graphics: yes
00:00:58.186 Guest Log: VBOXNP: DLL loaded.
00:03:12.888 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:03:13.097 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:04:34.778 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007c10000 w=1024 h=768 bpp=0 cbLine=0x400
00:04:34.778 VBVA: Disabled.
00:08:32.688 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:08:38.956 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:08:46.281 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:08:48.839 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:08:53.502 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:08:58.562 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:09:25.146 Changing the VM state from 'RUNNING' to 'RESETTING'.
00:09:25.243 CPUMSetGuestCpuIdFeature: Enabled APIC
00:09:25.243 CPUMSetGuestCpuIdFeature: Disabled x2APIC
00:09:25.243 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:09:25.243 SharedFolders host service: disconnected, u32ClientID = 1
00:09:25.246 PIIX3 ATA: Ctl#0: finished processing RESET
00:09:25.346 PIIX3 ATA: Ctl#1: finished processing RESET
00:09:25.446 Audio: set_record_source ars=0 als=0 (not implemented)
00:09:25.446 Changing the VM state from 'RESETTING' to 'RUNNING'.
00:09:25.447 Guest Log: BIOS: VirtualBox 3.0.4
00:09:25.447 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:09:25.500 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0xca (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:09:25.500 PIIX3 ATA: Ctl#0: finished processing RESET
00:09:25.501 Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63
00:09:25.501 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0xa0 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:09:25.501 PIIX3 ATA: Ctl#1: finished processing RESET
00:09:25.501 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:09:25.505 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007c10000 w=640 h=480 bpp=32 cbLine=0xA00
00:09:27.983 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:09:27.983 Guest Log: BIOS: Boot from Floppy 0 failed
00:09:27.984 Guest Log: BIOS: CDROM boot failure code : 0004
00:09:27.984 Guest Log: BIOS: Boot from CD-ROM failed
00:09:27.985 Guest Log: BIOS: Booting from Hard Disk...
00:09:27.985 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0
00:09:28.195 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007c10000 w=1024 h=768 bpp=24 cbLine=0xC00
00:09:35.312 Guest Log: BIOS: int13_diskette: unsupported AH=41
00:09:42.493 Guest Additions information report: additionsVersion = 0x00010004  osType = 0x00035000
00:09:42.495 Guest reported fixed hypervisor window at 0x0000000008000000 (size = 0x1000000, rc = VINF_SUCCESS)
00:09:52.978 SharedFolders host service: connected, u32ClientID = 4
00:09:53.350 Guest requests mouse pointer integration
00:09:59.694 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007c10000 w=1024 h=768 bpp=32 cbLine=0x1000
00:09:59.694 VBVA: Enabled.
00:10:01.220 Guest Log: VBoxService.exe: Error: Failed to open registry key (guest additions)! Error: 2
00:10:03.744 NAT: DHCP offered IP address 10.0.2.15
00:11:04.099 Guest Log: VBoxTray: Started.
00:11:04.139 Guest Additions capability report: (0x5) seamless: yes, hostWindowMapping: no, graphics: yes
00:11:20.320 Guest Log: VBOXNP: DLL loaded.
00:11:46.949 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:11:47.003 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:11:54.708 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:11:54.756 Changing the VM state from 'SUSPENDED' to 'RUNNING'.
00:12:08.778 Guest Log: VBOXNP: DLL loaded.
00:13:55.832 Guest Log: VBOXNP: DLL unloaded.
00:16:14.646 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007c10000 w=1024 h=768 bpp=0 cbLine=0x400
00:16:14.646 VBVA: Disabled.
00:18:26.789 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:18:29.989 Console::powerDown(): A request to power off the VM has been issued (mMachineState=8, InUninit=0)
00:18:29.998 SharedFolders host service: disconnected, u32ClientID = 4
00:18:29.999 ****************** Guest state at power off ******************
00:18:29.999 Guest CPUM (VCPU 0) state: se
00:18:29.999 rax=fffff80002880000 rbx=0000000000000000 rcx=fffff88003bf7250 rdx=0000000000004000
00:18:29.999 rsi=0000000000000004 rdi=0000000000000003 r8 =0000000000000000 r9 =0000000000000000
00:18:29.999 r10=fffff88003bf7260 r11=fffff88003bf60c8 r12=000000000000000a r13=0000000000000000
00:18:29.999 r14=0000000000000000 r15=0000000000000000
00:18:29.999 rip=fffff80002c00e9f rsp=fffff88003bf71d0 rbp=0000000000000000 iopl=0         nv up di pl zr na po nc
00:18:29.999 cs={0010 base=0000000000000000 limit=00000000 flags=0000209b}
00:18:29.999 ds={002b base=0000000000000000 limit=ffffffff flags=0000c0f3}
00:18:29.999 es={002b base=0000000000000000 limit=ffffffff flags=0000c0f3}
00:18:29.999 fs={0053 base=00000000fffa4000 limit=00003c00 flags=000040f3}
00:18:29.999 gs={002b base=fffff80002804d00 limit=ffffffff flags=0000c0f3}
00:18:29.999 ss={0018 base=0000000000000000 limit=ffffffff flags=0000c093}
00:18:29.999 cr0=00000000e0050031 cr2=fffff880019377b4 cr3=00000000520f5000 cr4=00000000000006f8
00:18:29.999 dr0=0000000000000000 dr1=0000000000000000 dr2=0000000000000000 dr3=0000000000000000
00:18:29.999 dr4=0000000000000000 dr5=0000000000000000 dr6=00000000ffff0ff0 dr7=0000000000000400
00:18:29.999 gdtr=fffff80003bfe000:007f  idtr=fffff80003bfe080:0fff  eflags=00000006
00:18:29.999 ldtr={0000 base=00000000 limit=00000000 flags=00000082}
00:18:29.999 tr  ={0040 base=fffff80003bff080 limit=00000067 flags=0000008b}
00:18:29.999 SysEnter={cs=0000 eip=0000000000000000 esp=0000000000000000}
00:18:29.999 FPU:
00:18:29.999 FCW=027f FSW=0400 FTW=00
00:18:29.999 res1=00 FOP=05d8 FPUIP=71d45c1f CS=0033 Rsvrd1=0000
00:18:29.999 FPUDP=0000 DS=002b Rsvrd2=0000 MXCSR=00001f80 MXCSR_MASK=0000ffff
00:18:29.999 MSR:
00:18:29.999 EFER         =0000000000000d01
00:18:29.999 PAT          =0007010600070106
00:18:29.999 STAR         =0023001000000000
00:18:29.999 CSTAR        =fffff8000268ac00
00:18:29.999 LSTAR        =fffff8000268aec0
00:18:29.999 SFMASK       =0000000000004700
00:18:29.999 KERNELGSBASE =000007fffffa2000
00:18:29.999 ***
00:18:29.999 Guest paging mode:  AMD64+NX, changed 98335 times, A20 enabled
00:18:29.999 Shadow paging mode: AMD64
00:18:29.999 Host paging mode:   AMD64+G+NX
00:18:29.999 ***
00:18:29.999 Active Timers (pVM=0000000002080000)
00:18:29.999 pTimerR3         offNext  offPrev  offSched Clock Time               Expire             State                     Description
00:18:29.999 0000000004c34cd0 00008f90 00000000 00000000 Real  000000000020220650 000000000020217448 2-ACTIVE                  VGA Refresh Timer
00:18:29.999 0000000004c3dc60 00000000 ffff7070 00000000 Real  000000000020220650 000000000020217455 2-ACTIVE                  EMT Yielder
00:18:29.999 0000000004c3b690 00000000 00000000 00000000 Virt  000001092097167868 000001092064018046 2-ACTIVE                  Audio timer
00:18:29.999 0000000004c22c70 fffffbb0 00000000 00000000 VrSy  000001092046875001 000001092062500001 2-ACTIVE                  MC146818 RTC/CMOS - Periodic
00:18:29.999 0000000004c22820 000004d0 00000450 00000000 VrSy  000001092046875001 000001092067594227 2-ACTIVE                  i8254 Programmable Interval Timer
00:18:29.999 0000000004c22cf0 0001a410 fffffb30 00000000 VrSy  000001092046875001 000001092990000000 2-ACTIVE                  MC146818 RTC/CMOS - Second
00:18:29.999 0000000004c3d100 00000000 fffe5bf0 00000000 VrSy  000001092046875001 000001750577104373 2-ACTIVE                  ACPI Timer
00:18:29.999 ***
00:18:29.999 Shadow GDT (GCAddr=ff69b000):
00:18:29.999 ffd8 - 79380087 fe0089c0 - base=fec07938 limit=00000087 dpl=0 TSS32Avail Present 16-bit  HyperTSSTrap08
00:18:29.999 ffe0 - 78b00087 fe0089c0 - base=fec078b0 limit=00000087 dpl=0 TSS32Avail Present 16-bit  HyperTSS
00:18:30.000 ffe8 - 0000ffff 00af9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 16-bit  HyperCS64
00:18:30.000 fff0 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit  HyperDS
00:18:30.000 fff8 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit  HyperCS
00:18:30.000 ***
00:18:30.000 ************** End of Guest state at power off ***************
00:18:30.000 Changing the VM state from 'SUSPENDED' to 'OFF'.
00:18:30.000 Changing the VM state from 'OFF' to 'DESTROYING'.
00:18:30.000 ************************* Statistics *************************
00:18:30.000 /Devices/ATA0/Unit0/AtapiDMA            0 times
00:18:30.000 /Devices/ATA0/Unit0/AtapiPIO            0 times
00:18:30.000 /Devices/ATA0/Unit0/DMA             74488 times
00:18:30.0 /Devices/ATA0/Unit0/PIO              7165 times
00:18:30.000 /Devices/ATA0/Unit0/ReadBytes    2328816128 bytes
00:18:30.000 /Devices/ATA0/Unit0/WrittenBytes 125465088 bytes
00:18:30.000 /Devices/ATA0/Unit1/AtapiDMA            0 times
00:18:30.000 /Devices/ATA0/Unit1/AtapiPIO            0 times
00:18:30.000 /Devices/ATA0/Unit1/DMA                 0 times
00:18:30.000 /Devices/ATA0/Unit1/PIO                 0 times
00:18:30.000 /Devices/ATA0/Unit1/ReadBytes           0 bytes
00:18:30.000 /Devices/ATA0/Unit1/WrittenBytes        0 bytes
00:18:30.000 /Devices/ATA1/Unit0/AtapiDMA         1719 times
00:18:30.000 /Devices/ATA1/Unit0/AtapiPIO          705 times
00:18:30.000 /Devices/ATA1/Unit0/DMA                 0 times
00:18:30.000 /Devices/ATA1/Unit0/PIO                 0 times
00:18:30.000 /Devices/ATA1/Unit0/ReadBytes    40591360 bytes
00:18:30.000 /Devices/ATA1/Unit0/WrittenBytes        0 bytes
00:18:30.000 /Devices/ATA1/Unit1/AtapiDMA            0 times
00:18:30.000 /Devices/ATA1/Unit1/AtapiPIO            0 times
00:18:30.000 /Devices/ATA1/Unit1/DMA                 0 times
00:18:30.000 /Devices/ATA1/Unit1/PIO                 0 times
00:18:30.000 /Devices/ATA1/Unit1/ReadBytes           0 bytes
00:18:30.000 /Devices/ATA1/Unit1/WrittenBytes        0 bytes
00:18:30.000 /Devices/E1k0/ReceiveBytes         112583 bytes
00:18:30.000 /Devices/E1k0/TransmitBytes        272845 bytes
00:18:30.000 /GVMM/EMTs                              2 calls
00:18:30.000 /GVMM/Sum/HaltBlocking             561719 calls
00:18:30.000 /GVMM/Sum/HaltCalls                561723 calls
00:18:30.000 /GVMM/Sum/HaltNotBlocking               4 calls
00:18:30.000 /GVMM/Sum/HaltTimeouts             159120 calls
00:18:30.000 /GVMM/Sum/HaltWakeUps                 393 calls
00:18:30.000 /GVMM/Sum/PokeCalls                109633 calls
00:18:30.000 /GVMM/Sum/PokeNotBusy               12781 calls
00:18:30.000 /GVMM/Sum/PollCalls                  1070 calls
00:18:30.000 /GVMM/Sum/PollHalts                     0 calls
00:18:30.000 /GVMM/Sum/PollWakeUps                   0 calls
00:18:30.000 /GVMM/Sum/WakeUpCalls              403276 calls
00:18:30.000 /GVMM/Sum/WakeUpNotHalted           13277 calls
00:18:30.000 /GVMM/Sum/WakeUpWakeUps               436 calls
00:18:30.000 /GVMM/VM/HaltBlocking              561719 calls
00:18:30.000 /GVMM/VM/HaltCalls                 561723 calls
00:18:30.000 /GVMM/VM/HaltNotBlocking                4 calls
00:18:30.000 /GVMM/VM/HaltTimeouts              159120 calls
00:18:30.000 /GVMM/VM/HaltWakeUps                  393 calls
00:18:30.000 /GVMM/VM/PokeCalls                 109633 calls
00:18:30.000 /GVMM/VM/PokeNotBusy                12781 calls
00:18:30.000 /GVMM/VM/PollCalls                   1070 calls
00:18:30.000 /GVMM/VM/PollHalts                      0 calls
00:18:30.000 /GVMM/VM/PollWakeUps                    0 calls
00:18:30.000 /GVMM/VM/WakeUpCalls               403276 calls
00:18:30.000 /GVMM/VM/WakeUpNotHalted            13277 calls
00:18:30.000 /GVMM/VM/WakeUpWakeUps                436 calls
00:18:30.000 /GVMM/VMs                               1 calls
00:18:30.000 /MM/HyperHeap/cbFree              1870496 bytes
00:18:30.000 /MM/HyperHeap/cbHeap              2227904 bytes
00:18:30.000 /PDM/CritSects/ATA0/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/ATA0/ContentionRZLock      392 times
00:18:30.000 /PDM/CritSects/ATA0/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/ATA1/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/ATA1/ContentionRZLock       61 times
00:18:30.000 /PDM/CritSects/ATA1/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/E1000#0/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/E1000#0/ContentionRZLock        2 times
00:18:30.000 /PDM/CritSects/E1000#0/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/E1000#0RX/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/E1000#0RX/ContentionRZLock        0 times
00:18:30.000 /PDM/CritSects/E1000#0RX/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/EM-REM/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/EM-REM/ContentionRZLock    26212 times
00:18:30.000 /PDM/CritSects/EM-REM/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/IOM EMT Lock/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/IOM EMT Lock/ContentionRZLock    11509 times
00:18:30.000 /PDM/CritSects/IOM EMT Lock/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/MM-HYPER/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/MM-HYPER/ContentionRZLock        0 times
00:18:30.000 /PDM/CritSects/MM-HYPER/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/PDM/ContentionR3         0 times
00:18:30.000 /PDM/CritSects/PDM/ContentionRZLock     3834 times
00:18:30.000 /PDM/CritSects/PDM/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/PGM/ContentionR3         0 times
00:18:30.000 /PDM/CritSects/PGM/ContentionRZLock  2019784 times
00:18:30.000 /PDM/CritSects/PGM/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/REM-Register/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/REM-Register/ContentionRZLock        0 times
00:18:30.000 /PDM/CritSects/REM-Register/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/TM Timer Lock/ContentionR3     3392 times
00:18:30.000 /PDM/CritSects/TM Timer Lock/ContentionRZLock        0 times
00:18:30.000 /PDM/CritSects/TM Timer Lock/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/TM VirtualSync Lock/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/TM VirtualSync Lock/ContentionRZLock     1870 times
00:18:30.000 /PDM/CritSects/TM VirtualSync Lock/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/VGA/ContentionR3         0 times
00:18:30.000 /PDM/CritSects/VGA/ContentionRZLock       59 times
00:18:30.000 /PDM/CritSects/VGA/ContentionRZUnlock        0 times
00:18:30.000 /PDM/CritSects/VMMDev/ContentionR3        0 times
00:18:30.000 /PDM/CritSects/VMMDev/ContentionRZLock        0 times
00:18:30.000 /PDM/CritSects/VMMDev/ContentionRZUnlock        0 times
00:18:30.000 /PGM/CPU0/cGuestModeChanges         98335 times
00:18:30.000 /PGM/CPU1/cGuestModeChanges             4 times
00:18:30.000 /PGM/ChunkR3Map/c                    2049 times
00:18:30.000 /PGM/ChunkR3Map/cMax             4294967295 times
00:18:30.000 /PGM/Page/cAllPages                528493 times
00:18:30.000 /PGM/Page/cHandyPages                 119 times
00:18:30.000 /PGM/Page/cPrivatePages            528368 times
00:18:30.000 /PGM/Page/cSharedPages                  0 times
00:18:30.000 /PGM/Page/cZeroPages                  125 times
00:18:30.000 /PGM/cRelocations                       0 times
00:18:30.000 /PROF/CPU0/EM/ForcedActions        840183 times
00:18:30.000 /PROF/CPU0/EM/Halted               202161 times
00:18:30.000 /PROF/CPU0/EM/RAWTotal                  0 times
00:18:30.000 /PROF/CPU0/EM/REMTotal              68572 times
00:18:30.000 /PROF/CPU0/EM/Total              546037288753 ticks/call (2730186443769 ticks,       5 times, max 1420639449150, min 11753891710)
00:18:30.000 /PROF/CPU1/EM/ForcedActions        378808 times
00:18:30.000 /PROF/CPU1/EM/Halted               185685 times
00:18:30.001 /PROF/CPU1/EM/RAWTotal                  0 times
00:18:30.001 /PROF/CPU1/EM/REMTotal                  0 times
00:18:30.001 /PROF/CPU1/EM/Total              454920850359 ticks/call (2729525102158 ticks,       6 times, max 1279282379107, min 11653833838)
00:18:30.001 /PROF/VM/CPU0/Halt/Block          5792649 ticks/call (1150796715914 ticks,  198665 times, max  54697282, min    6015)
00:18:30.001 /PROF/VM/CPU0/Halt/Timers             473 ticks/call (   188068085 ticks,  397470 times, max    320805, min      67)
00:18:30.001 /PROF/VM/CPU0/Halt/Yield                0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:18:30.001 /PROF/VM/CPU1/Halt/Block          3254087 ticks/call (1181220796555 ticks,  362996 times, max  31934492, min    5618)
00:18:30.001 /PROF/VM/CPU1/Halt/Timers            5363 ticks/call (  4208973674 ticks,  784744 times, max   5580480, min    1305)
00:18:30.001 /PROF/VM/CPU1/Halt/Yield            10640 ticks/call (    11385554 ticks,    1070 times, max     50091, min    4732)
00:18:30.001 /REM/TbFlushCount                   34286 times
00:18:30.001 /REM/TbPhysInvldCount                8084 times
00:18:30.001 /REM/TlbFlushCount                1669830 times
00:18:30.001 /TM/R0/1nsSteps                    241851 times
00:18:30.001 /TM/R3/1nsSteps                    242007 times
00:18:30.001 /TM/TSC/offCPU0                  1396085553902 ticks
00:18:30.001 /TM/TSC/offCPU1                  1396117578345 ticks
00:18:30.001 /TM/VirtualSync/CurrentOffset      342027 ns
00:18:30.001 ********************* End of statistics **********************
00:18:30.021 Changing the VM state from 'DESTROYING' to 'TERMINATED'.

Re: Guest crash/hang after handleDisplayResize

Posted: 8. Sep 2009, 16:57
by smr
Oh, and here's the config:


And here's the config:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!-- Sun VirtualBox Machine Configuration -->
<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.7-windows">
  <Machine uuid="{74c2bbb0-5711-47e6-9eaf-b33e0518cffd}" name="Windows 7 (64 bit)" OSType="Windows7_64" lastStateChange="2009-09-08T13:43:57Z" currentSnapshot="{b4ea7e76-9779-408a-8425-244bbbbc93b8}">
    <ExtraData>
      <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
      <ExtraDataItem name="GUI/ShowMiniToolBar" value="yes"/>
      <ExtraDataItem name="GUI/MiniToolBarAlignment" value="bottom"/>
      <ExtraDataItem name="GUI/LastWindowPostion" value="98,61,1024,811"/>
      <ExtraDataItem name="GUI/Fullscreen" value="off"/>
      <ExtraDataItem name="GUI/Seamless" value="off"/>
      <ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
      <ExtraDataItem name="GUI/MiniToolBarAutoHide" value="on"/>
      <ExtraDataItem name="GUI/LastCloseAction" value="powerOff,discardCurState"/>
      <ExtraDataItem name="GUI/InfoDlgState" value="400,450,normal"/>
    </ExtraData>
    <Snapshot uuid="{b4ea7e76-9779-408a-8425-244bbbbc93b8}" name="Snapshot after base imaging" timeStamp="2009-09-07T17:47:54Z">
      <Description/>
      <Hardware>
        <CPU count="2">
          <HardwareVirtEx enabled="true"/>
        </CPU>
        <Memory RAMSize="2048"/>
        <Boot>
          <Order position="1" device="Floppy"/>
          <Order position="2" device="DVD"/>
          <Order position="3" device="HardDisk"/>
        </Boot>
        <Display VRAMSize="12" monitorCount="1" accelerate3D="false"/>
        <RemoteDisplay enabled="false" port="3389" authType="Null"/>
        <BIOS>
          <ACPI enabled="true"/>
          <IOAPIC enabled="true"/>
          <Logo fadeIn="true" fadeOut="true" displayTime="0"/>
          <BootMenu mode="MessageAndMenu"/>
          <TimeOffset value="0"/>
          <PXEDebug enabled="false"/>
        </BIOS>
        <DVDDrive passthrough="false"/>
        <FloppyDrive enabled="true"/>
        <USBController enabled="true" enabledEhci="true"/>
        <Network>
          <Adapter slot="0" enabled="true" MACAddress="0800270930B7" cable="true" speed="0" type="82540EM">
            <NAT/>
          </Adapter>
          <Adapter slot="1" enabled="false" MACAddress="080027BC5A7D" cable="true" speed="0" type="82540EM"/>
          <Adapter slot="2" enabled="false" MACAddress="08002743A5EF" cable="true" speed="0" type="82540EM"/>
          <Adapter slot="3" enabled="false" MACAddress="0800274A7F92" cable="true" speed="0" type="82540EM"/>
          <Adapter slot="4" enabled="false" MACAddress="080027CD682A" cable="true" speed="0" type="82540EM"/>
          <Adapter slot="5" enabled="false" MACAddress="080027350CBF" cable="true" speed="0" type="82540EM"/>
          <Adapter slot="6" enabled="false" MACAddress="080027D9C004" cable="true" speed="0" type="82540EM"/>
          <Adapter slot="7" enabled="false" MACAddress="08002770591E" cable="true" speed="0" type="82540EM"/>
        </Network>
        <UART>
          <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
          <Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
        </UART>
        <LPT>
          <Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
          <Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
        </LPT>
        <AudioAdapter controller="AC97" driver="DirectSound" enabled="true"/>
        <SharedFolders/>
        <Clipboard mode="Bidirectional"/>
        <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
        <GuestProperties>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Windows 7" timestamp="1252345092863423000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="6.1.7600" timestamp="1252345092864423100" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxControl.exe" value="3.0.4r50677" timestamp="1252345092869423400" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxHook.dll" value="3.0.4r50677" timestamp="1252345092873423600" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxDisp.dll" value="3.0.4r50677" timestamp="1252345092875423700" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMRXNP.dll" value="3.0.4r50677" timestamp="1252345092880424000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxService.exe" value="3.0.4r50677" timestamp="1252345092881424100" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxTray.exe" value="3.0.4r50677" timestamp="1252345092884424200" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGINA.dll" value="3.0.4r50677" timestamp="1252345092889424500" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLarrayspu.dll" value="3.0.4r50677" timestamp="1252345092894424800" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLcrutil.dll" value="3.0.4r50677" timestamp="1252345092901425200" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLerrorspu.dll" value="3.0.4r50677" timestamp="1252345092912425800" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpackspu.dll" value="3.0.4r50677" timestamp="1252345092921426400" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpassthroughspu.dll" value="3.0.4r50677" timestamp="1252345092933427000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLfeedbackspu.dll" value="3.0.4r50677" timestamp="1252345092940427400" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGL.dll" value="3.0.4r50677" timestamp="1252345092944427700" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGuest.sys" value="3.0.4r50677" timestamp="1252345092948427900" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouse.sys" value="3.0.4r50677" timestamp="1252345092950428000" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxSF.sys" value="3.0.4r50677" timestamp="1252345092951428100" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxVideo.sys" value="3.0.4r50677" timestamp="1252345092953428200" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/LoggedInUsers" value="0" timestamp="1252345177676274100" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/NoLoggedInUsers" value="true" timestamp="1252345177677274100" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/Net/Count" value="0" timestamp="1252345177680274300" flags=""/>
          <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1252345674879712500" flags=""/>
        </GuestProperties>
      </Hardware>
      <StorageControllers>
        <StorageController name="IDE" type="PIIX4" PortCount="2">
          <AttachedDevice type="HardDisk" port="0" device="0">
            <Image uuid="{3f16b77b-2ece-437a-9961-0da2a7c727fa}"/>
          </AttachedDevice>
        </StorageController>
      </StorageControllers>
    </Snapshot>
    <Hardware>
      <CPU count="2">
        <HardwareVirtEx enabled="true"/>
      </CPU>
      <Memory RAMSize="2048"/>
      <Boot>
        <Order position="1" device="Floppy"/>
        <Order position="2" device="DVD"/>
        <Order position="3" device="HardDisk"/>
      </Boot>
      <Display VRAMSize="12" monitorCount="1" accelerate3D="false"/>
      <RemoteDisplay enabled="false" port="3389" authType="Null" authTimeout="5000"/>
      <BIOS>
        <ACPI enabled="true"/>
        <IOAPIC enabled="true"/>
        <Logo fadeIn="true" fadeOut="true" displayTime="0"/>
        <BootMenu mode="MessageAndMenu"/>
        <TimeOffset value="0"/>
        <PXEDebug enabled="false"/>
      </BIOS>
      <DVDDrive passthrough="false">
        <Image uuid="{a9e15ce9-6447-4ba8-a810-923b4ee6fed9}"/>
      </DVDDrive>
      <FloppyDrive enabled="true"/>
      <USBController enabled="true" enabledEhci="true"/>
      <Network>
        <Adapter slot="0" enabled="true" MACAddress="0800270930B7" cable="true" speed="0" type="82540EM">
          <NAT/>
        </Adapter>
        <Adapter slot="1" enabled="false" MACAddress="080027BC5A7D" cable="true" speed="0" type="82540EM"/>
        <Adapter slot="2" enabled="false" MACAddress="08002743A5EF" cable="true" speed="0" type="82540EM"/>
        <Adapter slot="3" enabled="false" MACAddress="0800274A7F92" cable="true" speed="0" type="82540EM"/>
        <Adapter slot="4" enabled="false" MACAddress="080027CD682A" cable="true" speed="0" type="82540EM"/>
        <Adapter slot="5" enabled="false" MACAddress="080027350CBF" cable="true" speed="0" type="82540EM"/>
        <Adapter slot="6" enabled="false" MACAddress="080027D9C004" cable="true" speed="0" type="82540EM"/>
        <Adapter slot="7" enabled="false" MACAddress="08002770591E" cable="true" speed="0" type="82540EM"/>
      </Network>
      <UART>
        <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
        <Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
      </UART>
      <LPT>
        <Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
        <Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
      </LPT>
      <AudioAdapter controller="AC97" driver="DirectSound" enabled="true"/>
      <SharedFolders/>
      <Clipboard mode="Bidirectional"/>
      <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
      <GuestProperties>
        <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1252417436929670400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Windows 7" timestamp="1252417471625654900" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="6.1.7600" timestamp="1252417471627655000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxControl.exe" value="3.0.4r50677" timestamp="1252417471645656000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxHook.dll" value="3.0.4r50677" timestamp="1252417471649656300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxDisp.dll" value="3.0.4r50677" timestamp="1252417471651656400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMRXNP.dll" value="3.0.4r50677" timestamp="1252417471654656600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxService.exe" value="3.0.4r50677" timestamp="1252417471655656600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxTray.exe" value="3.0.4r50677" timestamp="1252417471659656800" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGINA.dll" value="3.0.4r50677" timestamp="1252417471661657000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLarrayspu.dll" value="3.0.4r50677" timestamp="1252417471664657100" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLcrutil.dll" value="3.0.4r50677" timestamp="1252417471668657400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLerrorspu.dll" value="3.0.4r50677" timestamp="1252417471671657500" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpackspu.dll" value="3.0.4r50677" timestamp="1252417471673657600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLpassthroughspu.dll" value="3.0.4r50677" timestamp="1252417471676657800" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGLfeedbackspu.dll" value="3.0.4r50677" timestamp="1252417471679658000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGL.dll" value="3.0.4r50677" timestamp="1252417471685658300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGuest.sys" value="3.0.4r50677" timestamp="1252417471690658600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouse.sys" value="3.0.4r50677" timestamp="1252417471692658700" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxSF.sys" value="3.0.4r50677" timestamp="1252417471694658800" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxVideo.sys" value="3.0.4r50677" timestamp="1252417471696659000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/NoLoggedInUsers" value="false" timestamp="1252417491731804901" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/LoggedInUsersList" value="smr" timestamp="1252419646180032300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/LoggedInUsers" value="1" timestamp="1252419646181032300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/Count" value="1" timestamp="1252419646182032400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/IP" value="10.0.2.15" timestamp="1252419646182032401" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Broadcast" value="255.255.255.255" timestamp="1252419646183032500" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Netmask" value="255.255.255.0" timestamp="1252419646183032501" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/Net/0/Status" value="Up" timestamp="1252419646183032500" flags=""/>
      </GuestProperties>
    </Hardware>
    <StorageControllers>
      <StorageController name="IDE" type="PIIX4" PortCount="2">
        <AttachedDevice type="HardDisk" port="0" device="0">
          <Image uuid="{c448cc2a-c1b6-48a5-9330-59ddbcb15c2f}"/>
        </AttachedDevice>
      </StorageController>
    </StorageControllers>
  </Machine>
</VirtualBox>

Re: Guest crash/hang after handleDisplayResize

Posted: 8. Sep 2009, 18:39
by smr
I enabled nested paging, but got the same issue, this time a little faster (though it varies anyway) at 35 seconds in.

Re: Guest crash/hang after handleDisplayResize

Posted: 8. Sep 2009, 18:51
by Perryg
I know the Dev's are working on Windows 7 issues so it may be something that they need to hear about. Why not search the bugtracker for issues and see if there are any listed. Link is below my post. I am not sure they are taking tickets on Win7 yet but you should be able to find that out there as well.

Re: Guest crash/hang after handleDisplayResize

Posted: 8. Sep 2009, 19:22
by smr
Will do... I hadn't really considered it a Win7-specific issue, but makes sense. Thanks Perry.

Re: Guest crash/hang after handleDisplayResize

Posted: 10. Sep 2009, 14:27
by didierm
smr wrote:Hi,

I'm a new VBox user. I am having very regular crashes/hangs on Win 7 with a Win 7 guest. The common factor in the logs seems to be these two lines at the time of every crash/hang:
00:22:06.163 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007fe0000 w=1024 h=768 bpp=0 cbLine=0x400
00:22:06.163 VBVA: Disabled.
Confirmed on VirtualBox 3.0.6, with CentOS 5.3 x64 as primary OS (Win7 x64 as guest OS).