Bug 277471
| Summary: | virt-manager causes segmentation-fault | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Patrick von der Hagen <patrick> |
| 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: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-09-27 02:55:02 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
Patrick von der Hagen
2007-09-04 21:22:48 UTC
Please install the -debuginfo RPMs for: virt-manager, libvirt, xen, python, pygtk2, gtk2, glib2 and glibc And then set 'ulimit -c unlimited', run virt-manager, and then obtain a stack trace from GDB: $ gdb /usr/bin/python core.XXXX (gdb) bt .... Where core.XXXX is the corefile generated. |