FS#63229 - [qemu] segfault after spice update

Attached to Project: Arch Linux
Opened by Oleksandr Natalenko (post-factum) - Friday, 19 July 2019, 10:32 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 21:24 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

qemu segfaults after latest spice update. Downgrading spice solves the issue.

Additional info:
* package version(s)

spice 0.14.2-1
qemu-headless 4.0.0-3

* config and/or log files etc.

pf@defiant:~ » /mnt/vms/02-archlinux/start.sh
/mnt/vms/02-archlinux/start.sh: line 41: 13501 Segmentation fault (core dumped) qemu-system-x86_64 -name "${NAME}" -
display none -spice ipv4,addr=127.0.0.1,port=270${ID},disable-ticketing,disable-copy-paste,disable-agent-file-xfer,agent-mouse=off -serial mon:telnet:127.0.0.1:280${ID},server,nowait,nodelay -gdb tcp::260${ID} -nodefaults -machine q35,accel=kvm -cpu max -smp cores=${CPU},threads=1,sockets=1
-m ${MEM} -drive if=pflash,format=raw,readonly,file="${BIOS}" -drive if=pflash,format=raw,file="${VARS}" -device virtio-rng -device bochs-display
-device virtio-keyboard -netdev bridge,id=bridge.0,br=vm0 -device virtio-net,mac=${_MAC}:01,netdev=bridge.0,mq=on,vectors=${_VECTORS} -fsdev local
,id="${NAME}",path="${SHARED}",security_model=mapped,writeout=immediate -device virtio-9p-pci,fsdev="${NAME}",mount_tag="shared" -device virtio-sc
si,id=scsi,num_queues=${CPU},vectors=${_VECTORS} -device scsi-hd,drive=hd1 -drive if=none,media=disk,id=hd1,file="${DISK1}",format=raw,cache=direc
tsync,discard=unmap,detect-zeroes=unmap -device scsi-hd,drive=hd2 -drive if=none,media=disk,id=hd2,file="${DISK2}",format=raw,cache=directsync,dis
card=unmap,detect-zeroes=unmap -device scsi-cd,drive=cd1 -drive if=none,media=cdrom,id=cd1,file="${CDROM1}",format=raw,cache=directsync

* link to upstream bug report, if any

N/A

Steps to reproduce:

Update spice, launch a VM like the above and observe a segfault.
This task depends upon

Closed by  freswa (frederik)
Saturday, 22 February 2020, 21:24 GMT
Reason for closing:  Upstream
Additional comments about closing:  https://bugs.launchpad.net/qemu/+bug/183 7218
Comment by Oleksandr Natalenko (post-factum) - Friday, 19 July 2019, 13:01 GMT
Happens with -device bochs-display, but not with -device qxl-vga and not with -device virtio-gpu.
Comment by Oleksandr Natalenko (post-factum) - Friday, 19 July 2019, 14:18 GMT

Loading...