Multiple Guests Randomly Rebooting - Windows Bug Check Error

Discussions about using Windows guests in VirtualBox.
marc0der
Posts: 1
Joined: 22. Mar 2021, 10:20

Re: Multiple Guests Randomly Rebooting - Windows Bug Check Error

Post by marc0der »

I can also confirm the same behaviour on Manjaro Linux with Kernel 5.10.23-1 and VirtualBox 6.1.18 r142142 through the official repository.

As others have seen, it happens on both clean installation of Windows 10, as well as old installations that are known to work.
Resets are always triggered by an ACPI reset that seem to caused by the guest becoming unresponsive for 4 seconds.

Also worth noting that I bumped the heartbeat timeout to a full minute with the following command:

Code: Select all

VBoxManage setextradata win_default_1548021640771_72177 \
VBoxInternal/Devices/VMMDev/0/Config/HeartbeatTimeout 60000000000
but then the same perpetual resets keep happening except without the following line in the logs:

Code: Select all

01:45:18.961117 VMMDev: vmmDevHeartbeatFlatlinedTimer: Guest seems to be unresponsive. Last heartbeat received 4 seconds ago
Log fragment as follows:

Code: Select all

01:41:40.886722 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=0, Machine-state=5
01:41:40.886739 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
01:41:40.886749 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=0, Machine-state=5
01:45:18.961117 VMMDev: vmmDevHeartbeatFlatlinedTimer: Guest seems to be unresponsive. Last heartbeat received 4 seconds ago
01:45:29.889171 VMMDev: Guest Log: VBoxGuest: BugCheck! P0=0x1e P1=0xffffffff80000002 P2=0xfffff803d135860c P3=0x0 P4=0x0
01:45:29.890469 ACPI: Reset initiated by ACPI
01:45:29.890614 Changing the VM state from 'RUNNING' to 'RESETTING'
01:45:29.892850 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
01:45:29.893321 VMMDevNotifyGuest: fAddEvents=0x1 ignored because enmVMState=8
01:45:29.893498 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=00007f1908000000 w=640 h=480 bpp=0 cbLine=0x140 flags=0x0 origin=0,0
01:45:29.893622 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
01:45:29.893643 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
01:45:29.893657 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
01:45:29.893660 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=0, Machine-state=5
Post Reply