Bug 674055
| Summary: | non reproducable abort on spice-server: PANIC_ON(!worker->surfaces.surfaces[surface_id].context.canvas) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Alon Levy <alevy> |
| Component: | spice-server | Assignee: | Alon Levy <alevy> |
| Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | CC: | dblechte, djasa, hdegoede, hellolwq, mhasko, mkenneth |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-20 12:17:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alon Levy
2011-01-31 13:47:04 UTC
Alon, please try to reproduce with a smp (4 or 8 vcpus) guest. *** Bug 680114 has been marked as a duplicate of this bug. *** This situation is prevented by the latest locking fixes to bug 678208. I'm marking as duplicate because this is fixed by the same solution, but the bug is actually a different case - here it's an assert caused by dropping the global qemu mutex in the vcpu thread, and in 678208 it's a hang caused by taking the global qemu mutex from the spice server thread. *** This bug has been marked as a duplicate of bug 678208 *** I met the same condition with : centos: kernel:3.6.2 qemu-kvm:1.2.0 spice qxl video driver My VM Xp abort and I found the error message from the /var/log/libvirt/qemu/xxx.log validate_surface: failed on 9 validate_surface: panic !worker->surfaces[surface_id].context.canvas I have met this twice in two days. any details are needed? |