Bug 471072
Summary: | virt-manager segfaults when closing and reopening guest console viewer | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Eduardo Habkost <ehabkost> |
Component: | gtk-vnc | Assignee: | Daniel Berrangé <berrange> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 10 | CC: | berrange, crobinso, hbrock, luca, mclasen, quintela |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-12-21 08:34:12 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
Eduardo Habkost
2008-11-11 17:00:38 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Hmm, I think I was able to reproduce this once, but then not again. Eduardo, are you still seeing this? If so, how reproducable is it? Reassigning to gtk-vnc, since it's more likely a bug there than virt-manager, and Dan will probably have better luck with this anyways. I was not able to reproduce it using the same steps I was using, but I've found a way to trigger a similar crash (at build_gl_image_from_gdk()) easily, by doing this: - Open the console viewer for a shutoff VM - Run it - Force-shutdown the VM. You can do that even before the bootloader appears - Try to resize the console viewer window - virt-manager segfaults Partial backtrace: #0 build_gl_image_from_gdk (data=<value optimized out>) at vncdisplay.c:1108 visual = <value optimized out> i = <value optimized out> j = <value optimized out> #1 scale_display () at vncdisplay.c:1185 image = (GdkImage *) 0x0 priv = (VncDisplayPrivate *) 0x1cf1090 #2 rescale_display (obj=0x1cf1020, width=720, height=405) at vncdisplay.c:1214 priv = (VncDisplayPrivate *) 0x1cf1090 #3 0x00007fd83ce4655b in configure_event (widget=0x1cf1020, configure=<value optimized out>) at vncdisplay.c:1241 No locals. #4 0x00007fd844275488 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0 No symbol table info available. Package versions I'm using: python-2.6-1.fc11.x86_64 gtk-vnc-0.3.7-4.fc11.x86_64 virt-manager-0.6.0-6.fc11.x86_64 I intend to update F10 very soon with new GTK-VNC that throws out all the OpenGL / gtkglext junk, and uses Cairo for scaling. Please try this RPM http://kojipkgs.fedoraproject.org/packages/gtk-vnc/0.3.8/1.fc11/ and let me know if it addresses this bug scenario you see Ok, this seemed to help in my own testing of the issue, so built for both F10 and F9 into gtk-vnc-0.3.8-1.fc10/fc9 gtk-vnc-0.3.8-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/gtk-vnc-0.3.8-1.fc10 gtk-vnc-0.3.8-1.fc10 has been pushed to the Fedora 10 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/F10/FEDORA-2008-11128 *** Bug 475953 has been marked as a duplicate of this bug. *** gtk-vnc-0.3.8-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |