Bug 1086820
Summary: | qemu sometimes crashes in spice-server with "rate_control->num_recent_enc_frames" assertion | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | David Jaša <djasa> | ||||||
Component: | spice-server | Assignee: | Default Assignee for SPICE Bugs <rh-spice-bugs> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | urgent | ||||||||
Version: | 6.5 | CC: | acalleja, acavalla, cfergeau, dblechte, jjongsma, llozoya, mkalinin, mkenneth, mkrcmari, rbalakri, rh-spice-bugs | ||||||
Target Milestone: | rc | Keywords: | ZStream | ||||||
Target Release: | 6.6 | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | spice-server-0.12.4-9.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: |
Cause: invalid assertion in the video streaming code
Consequence: when the assert triggers,the hypervisor would exit with 'qemu sometimes crashes in spice-server with "rate_control->num_recent_enc_frames" assertion' in the log
Fix: fix the invalid assertion
Result: no more crashes
|
Story Points: | --- | ||||||
Clone Of: | |||||||||
: | 1086823 1103827 (view as bug list) | Environment: | |||||||
Last Closed: | 2014-10-14 05:04:51 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1086823, 1103827 | ||||||||
Attachments: |
|
Description
David Jaša
2014-04-11 15:10:44 UTC
Created attachment 896501 [details]
partial log with increased debugging output
I captured this log from a run where I reproduced this assert. I ran qemu by hand, and the assert happened soon after logging into the desktop (rhel6 host / rhel6 guest)
commandline:
QEMU_AUDIO_DRV=spice SPICE_DEBUG_LEVEL=5 qemu-kvm -spice port=5990,disable-ticketing -drive file=/var/lib/libvirt/images/Ambystoma.img,format=raw -m 1024 -vga qxl -device virtio-serial -chardev spicevmc,id=vdagent,debug=0,name=vdagent -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 -device intel-hda,id=sound0
This line looks slightly suspicious:
(/usr/bin/qemu-kvm:3165): Spice-Debug **: mjpeg_encoder.c:937:mjpeg_encoder_decrease_bit_rate: during warmup. ignoring
Created attachment 896516 [details]
backtrace
For the record, this is being discussed at http://lists.freedesktop.org/archives/spice-devel/2014-May/016889.html with patches committed fix upstream. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1435.html |