Page 1 of 1

Terminated unexpectedly during startup because of signal 11

Posted: 24. Mar 2024, 19:23
by testit
Hi,

I am running a FreeBSD 13.x guest under a FreeBSD 13.1 host system:


virtualbox-ose-6.1.50 General-purpose full virtualizer for x86 hardware
virtualbox-ose-additions-6.1.50 VirtualBox additions for FreeBSD guests
virtualbox-ose-kmod-6.1.50 VirtualBox kernel module for FreeBSD

I stopped a VM instance that has been running normally for months today to clone it and then started it again.
I get the following error message:

Code: Select all

The virtual machine 'FreeBSD 13.x“ has terminated unexpectedly during startup because of signal 11
The Logfile shows up following lines. But the error message "The VMMR0.r0 module version does not match VBoxVMM.dll/so/dylib" is a mystery to me because it is FreeBSD and not Windows:

Code: Select all

00:00:01.350034 ********************* End of statistics **********************
00:00:01.518593 VMSetError: /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.50/src/VBox/VMM/VMMR3/VM.cpp(321) int VMR3Create(uint32_t, PCVMM2USERMETHODS, PFNVMATERROR, void *, PFNCFGMCONSTRUCTOR, void *, PVM *, PUVM *); rc=VERR_VMM_R0_VERSION_MISMATCH
00:00:01.518599 VMSetError: The VMMR0.r0 module version does not match VBoxVMM.dll/so/dylib. If you just upgraded VirtualBox, please terminate all VMs and make sure that neither VBoxNetDHCP nor VBoxNetNAT is running. Then try again. If this error persists, try re-installing VirtualBox.
00:00:01.518904 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={The VMMR0.r0 module version does not match VBoxVMM.dll/so/dylib. If you just upgraded VirtualBox, please terminate all VMs and make sure that neither VBoxNetDHCP nor VBoxNetNAT is running. Then try again. If this error persists, try re-installing VirtualBox. (VERR_VMM_R0_VERSION_MISMATCH)}, preserve=false aResultDetail=-2704
00:00:01.519113 Console: Machine state changed to 'PoweredOff'
00:00:01.556459 Power up failed (vrc=VERR_VMM_R0_VERSION_MISMATCH, rc=NS_ERROR_FAILURE (0X80004005))
Shall I reinstall VitualBox?

Thanks and kind regards
testit

Re: Terminated unexpectedly during startup because of signal 11

Posted: 25. Mar 2024, 00:49
by testit
pkg upgrade zstd and restarting vboxheadless solved the problem.

Kind regards
testit