Problem with VirtualBox 5.2.14-5.2.22

Discussions related to using VirtualBox on Linux hosts.
Post Reply
trewq
Posts: 1
Joined: 17. Nov 2018, 18:37

Problem with VirtualBox 5.2.14-5.2.22

Post by trewq »

Hi all,
recently my VirtualBox stopped working. I tried versions 5.2.14-r1 5.2.20 5.2.22 from my distro and could not make any of them to work. I am using Funtoo, so I am compiling them from source.

I am consistently getting error:

Code: Select all

The VM session was aborted.
Kod wyniku (RC): 
NS_ERROR_FAILURE (0x80004005)
Komponent: 
SessionMachine
Interfejs: 
ISession {7844aa05-b02e-4cdd-a04f-ade4a762e6b7}
I can not create new VMs or run old ones. When trying to create new VM

Code: Select all

Nie udało się utworzyć nowej maszyny wirtualnej. (Could not create new virtual machine)

Kod wyniku (RC) wywołanej funkcji: NS_ERROR_ABORT (0x80004004)
But in my VirtualBox machine folder subfolder for new machine is created with vdi file in it.

I found segfault errors in dmesg output after trying to run test VM (Windows IE test machine from Microsoft):

Code: Select all

[  110.057561] SUPR0GipMap: fGetGipCpu=0xb
[  110.615667] vboxdrv: 00000000c5365b9d VMMR0.r0
[  110.620134] EMT[7703]: segfault at 7f8598099110 ip 00007f8598099110 sp 00007f8579df83f8 error 14
[  110.620138] Code: Bad RIP value.
[  349.387567] vboxdrv: 00000000c5365b9d VMMR0.r0
[  349.391296] EMT[10743]: segfault at 7f7d48099330 ip 00007f7d48099330 sp 00007f7d341f43f8 error 14
[  349.391301] Code: Bad RIP value.
[ 1050.354407] vboxdrv: 00000000c5365b9d VMMR0.r0
[ 1050.359980] EMT[18178]: segfault at 7f1a300956e0 ip 00007f1a300956e0 sp 00007f1a2c12b3f8 error 14
[ 1050.359985] Code: Bad RIP value.
[ 1064.420067] nspr-5[18137]: segfault at 0 ip 0000000000000000 sp 00007f03e4c6bbc8 error 14 in VBoxSVC[5590e67d5000+5b9000]
[ 1064.420074] Code: Bad RIP value.
[ 1260.467725] vboxdrv: 000000008ed2793a VMMR0.r0
[ 1260.473212] EMT[20403]: segfault at 7f4ed4099090 ip 00007f4ed4099090 sp 00007f4eb998b3f8 error 14
[ 1260.473218] Code: Bad RIP value.
[ 1446.998472] nspr-6[20388]: segfault at 0 ip 0000000000000000 sp 00007f890417cbc8 error 14 in VBoxSVC[556c3109f000+5b9000]
[ 1446.998479] Code: Bad RIP value.
[ 1616.676097] VirtualBox[18090]: segfault at 5654859c3930 ip 00005654859c3930 sp 00007fff9850d3d8 error 15
[ 1616.676100] Code: 00 00 00 00 00 00 00 00 f0 3f 00 5c fd 46 b7 7f 00 00 00 00 00 00 00 00 00 00 20 66 fd 46 b7 7f 00 00 81 00 00 00 00 00 00 00 <06> 00 00 00 01 00 00 00 01 00 00 00 ff ff ff ff 00 00 ff ff 00 00
I have tried trick with moving *.vbox-prev to *.vbox without success.
Attached you can find sample VBoxSVC.log and VBox.log files.
I have tested virtualbox-bin package for my distro and it works with virtualbox-modules compiled on my system. I do not know where the problem lays and would like to hear more experienced opinion.

Best regards.
Attachments
VBoxSVC.log
(4.36 KiB) Downloaded 17 times
VBox.1.log
(1.45 KiB) Downloaded 17 times
VBox.log
(1.2 KiB) Downloaded 18 times
Post Reply