Opened 9 years ago
Closed 9 years ago
#14960 closed defect (fixed)
Windows guests segfault on Linux hosts
Reported by: | JLDE | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.0.12 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description
Since the upgrade from 5.0.10 to 5.0.12, my Windows guests don't boot anymore.
I get a segfault:
[ 543.463318] vboxdrv: ffffffffa056b020 VMMR0.r0 [ 543.531277] vboxdrv: ffffffffa0661020 VBoxDDR0.r0 [ 543.532265] vboxdrv: ffffffffa010c020 VBoxDD2R0.r0 [ 543.608592] EMT-1[7515]: segfault at 18 ip 00007f6ee9dc450b sp 00007f6eee4d6bf0 error 4 in VBoxDD.so[7f6ee9d49000+27a000]
I run VirtualBox on a Debian Wheezy server in headless mode.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
This is related to the audio controller.
I had
audio="alsa"
, but setting audio to none (VBoxManage modifyvm $VM_NAME --audio none
) fix the problem.(Workaround found on https://forums.virtualbox.org/viewtopic.php?f=7&t=75288&p=349543)