Bug 277831
Summary: | virt-manager segfault while starting "connect process" | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kyle Cronan <kyle> | ||||
Component: | virt-manager | Assignee: | Daniel Berrangé <berrange> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | hbrock | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-09-27 02:55:06 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
Kyle Cronan
2007-09-05 06:38:13 UTC
*** Bug 277841 has been marked as a duplicate of this bug. *** Yep, pretty likely to be a dup of bug 277471. That said it works fine for me - so it must some difference in OS setup. Can you try and capture a core dump for me. install the XXXX-debuginfo RPMs for: virt-manager, libvirt, xen, python, pygtk2, gtk2, glib2 and glibc And then set 'ulimit -c unlimited', run virt-manager and wait for it to crash. Then obtain a stack trace from th core file using GDB: $ gdb /usr/bin/python core.XXXX (gdb) bt .... Where core.XXXX is the corefile generated (it'll be in the current directory you launched virt-manager from). Attach the stack trace to this bug. Created attachment 188431 [details]
gdb stack trace
Thanks for the stack trace - it is crashing in quite possibly the worst & hardest to debug bit of code there is :-) I've rebuilt the GTK-VNC with some debug options enabled. Could you grab the .1dantest RPMs from here, install them & try and crash again - you should see at least some debug info stuffed on stdout http://fedorapeople.org/~berrange/gtk-vnc/ If you could attach the complete set of debug messages it shows on the terminal to this BZ, along with the complete /root/.virt-manager/virt-manager.log file it would be very helpful. Hmmm, are you sure those RPMs give debug info for you? I may not have something I need for that to work: [kyle@jane ~]$ yum list gtk-vnc\* Installed Packages gtk-vnc.x86_64 0.1.0-5.fc8.1dantest installed gtk-vnc-debuginfo.x86_64 0.1.0-5.fc8.1dantest installed gtk-vnc-devel.x86_64 0.1.0-5.fc8.1dantest installed gtk-vnc-python.x86_64 0.1.0-5.fc8.1dantest installed [root@jane ~]# virt-manager Segmentation fault Nothing new in the virt-manager.log file either. |