Bug 537489
| Summary: | Assertion failure in _gcry_ath_mutex_lock | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeff Layton <jlayton> | ||||
| Component: | gtk-vnc | Assignee: | Daniel Berrangé <berrange> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | berrange, crobinso, dmalcolm, hbrock, ivazqueznet, james.antill, jforbes, jonathansteffan, katzj, mclasen, steved, virt-maint | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:7a1865d762003243e36aecc5d92b206da8e38fad | ||||||
| Fixed In Version: | 0.3.10-2.fc12 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 591827 (view as bug list) | Environment: | |||||
| Last Closed: | 2010-01-07 21:47:07 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: | |||||||
| Attachments: |
|
||||||
|
Description
Jeff Layton
2009-11-13 20:22:27 UTC
Created attachment 369479 [details]
File: backtrace
Thanks for filing this bug. From the backtrace, it looks like an assertion failed; frame 2 of thread 1 has: Assertion `*lock == ((ath_mutex_t) 0)' failed. in _gcry_ath_mutex_lock, deep inside gvnc_start_tls (frame 21) within gvnc_initialize (frame 24). So it looks like an assertion failure deep inside gvnc's TLS code, which causes the process to abort. Reassigning component from "python" to "virt-manager" in the hope that someone with knowledge of that domain can assign it to a more appropriate component. He or she will probably want to know which version of virt-manager, libvirt, etc you have installed. Here's the versions of those two: virt-manager-0.8.0-7.fc12.noarch libvirt-0.7.1-15.fc12.x86_64 ...let me know if you need other info. Sounds like this is gtk-vnc code, reassigning there. *** Bug 538074 has been marked as a duplicate of this bug. *** Fix built in gtk-vnc-0.3.10-2.fc12 This fixes the problem as far as GTK-VNC is concerned. It'll likely still crash though because of an identical bug in libvirt https://bugzilla.redhat.com/show_bug.cgi?id=544305 gtk-vnc-0.3.10-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/gtk-vnc-0.3.10-2.fc12 gtk-vnc-0.3.10-2.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gtk-vnc'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13469 gtk-vnc-0.3.10-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |