So, with version 7.2.12, I'm still observing the same situation (crash of VMs after several hours of run), even on a little bit newer server. My previous post described situation on old IBM x3650 M3 (processor Intel Xeon X5650), now I'm seeing the same situation on newer IBM x3650 M4 (processor Intel Xeon E5-2620 v2). What is interesting - on "just a small bit, if any" newer Dell Powerdge Rx20 series (processor Intel Xeon E5-2430 v2) VM is probably running fine (although I not heavily tested this there yet -- just I'm observing, that VM with no load is running there on VBox 7.2.12 third day without crash). That's why I'm thinking that this problem could depend on processor/hardware, even all the Xeons above are quite similar (both three have x86-64 v2 level, etc.).
About current tests with VBox 7.2.12 (host OS is AlmaLinux/RHEL 9, guest is Fedora 43) - the VM is crashing after several hours, no matter, whether there is some load inside VM or not - today I'm just start VM and don't run anything on it - so load was all the time 0.00 ... but it went to Aborted state in several hours anyway.
In the ~/VirtualBox VMs/<name_of_VM>/Logs/VBox.log I cannot see any significant message (last touch of this log was ca ~ 2 hours before the crash of VM).
Under the ~/.config/VirtualBox I can see in the VBoxSVC.log this :
Code: Select all
03:58:16.245738 DCon243 ERROR [COM]: aRC=VBOX_E_VM_ERROR (0x80bb0003) aIID={e36a5081-a82a-40bd-9e4e-42a44d6ce50f} aComponent={MachineWrap} aText={Failed to get a console object from the direct session (NS_ERROR_ABORT)}, preserve=false aResultDetail=0
03:58:16.245809 DCon246 ERROR [COM]: aRC=VBOX_E_VM_ERROR (0x80bb0003) aIID={e36a5081-a82a-40bd-9e4e-42a44d6ce50f} aComponent={MachineWrap} aText={Failed to get a console object from the direct session (NS_ERROR_ABORT)}, preserve=false aResultDetail=0
03:58:16.245858 DCon241 ERROR [COM]: aRC=VBOX_E_VM_ERROR (0x80bb0003) aIID={e36a5081-a82a-40bd-9e4e-42a44d6ce50f} aComponent={MachineWrap} aText={Failed to get a console object from the direct session (NS_ERROR_ABORT)}, preserve=false aResultDetail=0
03:58:16.245890 main Saving settings file "~/VirtualBox VMs/<name_of_VM>/<name_of_VM>.vbox" with version "1.19-linux"
03:58:16.324891 Watcher Reaper: Pid 17587 (0x44b3) was signalled: SIGSEGV (11 / 0xb)
03:58:16.346445 main Finished saving settings file "~/VirtualBox VMs/<name_of_VM>/<name_of_VM>.vbox"
The time in log (03:58:16) corresponds to the length of run of that VM, so corresponds to the moment of the crash.
On all the three hosts/HWs VBox version 7.1.18 running fine / without any crash. But 7.1.x branch is unsupported today and doesn't work with newer updates of kernels/systems. So it's very unfortunate situation at all.