Windows VMs stop after some time

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Iruwen
Posts: 2
Joined: 13. Oct 2016, 23:58

Windows VMs stop after some time

Post by Iruwen »

Hi,

I'm running VirtualBox 5.1.6 on Debian Jessie (8.6).
I followed the official installation instructions, then installed the appropriate Extension Pack.
The I copied over a Windows 7 VM created with VBox 5.0.26 on Windows 10 to my Linux host and changed some settings:

Code: Select all

VBoxManage modifyvm "WIN7" --vrde on
VBoxManage modifyvm "WIN7" --vrdeport 33897
VBoxManage setproperty vrdeauthlibrary VBoxAuthSimple
VBoxManage modifyvm "WIN7" --vrdeauthtype external
VBoxManage setextradata "WIN7" "VBoxAuthSimple/users/..." ... 
VBoxManage setproperty defaultfrontend headless
The kernel modules compiled fine according to rcvboxdrv setup and /var/log/vbox-install.log

But each time I start the VM, it dies after a while, the logs says:

Code: Select all

00:00:40.799078 AIOMgr: Flush failed with VERR_INVALID_PARAMETER, disabling async flushes
00:00:41.063014 Display::handleDisplayResize: uScreenId=0 pvVRAM=00007f6118ab8000 w=800 h=600 bpp=32 cbLine=0xC80 flags=0x1
00:00:41.762981 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x1
00:00:41.811611 Display::handleDisplayResize: uScreenId=0 pvVRAM=00007f6118ab8000 w=800 h=600 bpp=32 cbLine=0xC80 flags=0x1
00:01:58.477521 
00:01:58.477523 !!Assertion Failed!!
00:01:58.477524 Expression: RT_SUCCESS(rc)
00:01:58.477525 Location  : /home/vbox/vbox-5.1.6/src/VBox/Runtime/generic/critsect-generic.cpp(414) int RTCritSectLeave(PRTCRITSECT)
00:01:58.477566 RTSemEventSignal -> VERR_INVALID_HANDLE
Full log attached. Did I do something wrong?
Attachments
VBox.log
(66.3 KiB) Downloaded 4 times
Iruwen
Posts: 2
Joined: 13. Oct 2016, 23:58

Re: Windows VMs stop after some time

Post by Iruwen »

Ok I just tried downgrading to 5.0.26 and the VM seems to be running as expected now, do I have to migrate the VM to a newer version somehow or should I file a bug report for this?
Post Reply