Opened 5 years ago
Last modified 5 years ago
#19560 new defect
Segfault on vm start when 3d acceleration is enabled
Reported by: | Max Fedotov | Owned by: | |
---|---|---|---|
Component: | 3D support | Version: | VirtualBox 6.1.6 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | Linux |
Description
Host: Fedora 32 x86_64 VirtualBox 6.1.6 rpmfusion
VirtualBoxVM segfaults on start if 3d acceleration is enabled (Windows guest with VBoxSVGA driver or Linux guest with VMSVGA). I managed to get some backtrace: #0 0x00007f0afb2f7bb7 in ShaderInitLib () at /usr/lib64/virtualbox/VBoxSVGA3D.so #1 0x00007f0b185e8abd in vmsvga3dPowerOn(PDMDEVINSR3*, VGAState*, VGASTATER3*) () at /usr/lib64/virtualbox/VBoxDD.so #2 0x00007f0b185d5ae9 in vmsvgaR3PowerOn(PDMDEVINSR3*) () at /usr/lib64/virtualbox/VBoxDD.so #3 0x00007f0b185603d4 in vgaR3PowerOn(PDMDEVINSR3*) () at /usr/lib64/virtualbox/VBoxDD.so #4 0x00007f0b48d4a387 in PDMR3PowerOn () at /usr/lib64/virtualbox/components/VBoxVMM.so #5 0x00007f0b48d96e68 in vmR3PowerOn(VM*, VMCPU*, void*) () at /usr/lib64/virtualbox/components/VBoxVMM.so #6 0x00007f0b48da0814 in vmmR3EmtRendezvousCommon(VM*, VMCPU*, bool, unsigned int, int (*)(VM*, VMCPU*, void*), void*) () at /usr/lib64/virtualbox/components/VBoxVMM.so #7 0x00007f0b48da441e in VMMR3EmtRendezvousFF () at /usr/lib64/virtualbox/components/VBoxVMM.so #8 0x00007f0b48d9c33d in vmR3EmulationThreadWithId(RTTHREADINT*, UVMCPU*, unsigned int) () at /usr/lib64/virtualbox/components/VBoxVMM.so #9 0x00007f0b6b9d8044 in rtThreadMain () at /usr/lib64/virtualbox/VBoxRT.so #10 0x00007f0b6ba8e66e in rtThreadNativeMain(void*) () at /usr/lib64/virtualbox/VBoxRT.so #11 0x00007f0b6bd7a432 in start_thread () at /app/lib64/libpthread.so.0 #12 0x00007f0b6bca19d3 in clone () at /app/lib64/libc.so.6
VBoxTestOGL shows success
Attachments (1)
Change History (3)
by , 5 years ago
Attachment: | Astra Linux 1.6-2020-05-05-19-47-06.log added |
---|
I tried to get better backtrace using debuginfo packages, but it's not much better: