Opened 5 years ago
#19084 new defect
Virtualbox 6.0.12 crash when running Windows guest
Reported by: | robhuang | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.0.12 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description
Hi I build Virtualbox from source against custom Linux kernel 4.19.72
./configure --build-headless --build-libxml2 --enable-vnc --disable-hardening --disable-docs \
--disable-udptunnel --disable-devmapper --disable-dbus --disable-alsa --disable-pulse --disable-java \
--with-linux=/root/linux-stable
and I got the following crash when running Windows7 VM
00:00:00.199497 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX 00:00:00.199566 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX 00:00:00.208481 00:00:00.208484 !!Assertion Failed!! 00:00:00.208485 Expression: pVM->offVMCPU == RT_UOFFSETOF(VM, aCpus) 00:00:00.208488 Location : /root/trunk/3rd/src/VirtualBox-6.0.12/src/VBox/VMM/VMMR3/VM.cpp(595) int vmR3CreateU(PUVM, uint32_t, PFNCFGMCONSTRUCTOR, void*) 00:00:00.208528 Stack : 00:00:00.208530 00007f1fc0df12b4 VBoxRT.so + 0x1832b4
Would you please tell me what may be wrong for pVM->offVMCPU == RT_UOFFSETOF(VM, aCpus) ?
thanks rob