Bug 808371
Summary: | libvirtd crashed with SIGSEGV in __strcmp_ssse3() | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Alex Jia <ajia> |
Component: | libvirt | Assignee: | Alex Jia <ajia> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.3 | CC: | acathrow, dyasny, dyuan, mzhan, rwu, veillard, whuang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.10-10.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 06:51:23 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
Alex Jia
2012-03-30 09:39:26 UTC
Patch for upstream: https://www.redhat.com/archives/libvir-list/2012-March/msg01324.html (In reply to comment #0) > Version-Release number of selected component (if applicable): > # rpm -q libvirt > libvirt-0.9.10-6.el6.x86_64 It exists the same issue on libvirt-0.9.10-9.el6.x86_64. Upstream commit 814fcb9e08fdc80ff2d74d5ca205b9c8bd0d351c Daniel Verify this bug : libvirt-0.9.10-10.el6.x86_64 qemu-kvm-0.12.1.2-2.267.el6.x86_64 Steps: # qemu-img create -f qcow2 /var/lib/libvirt/images/test.img 10M Formatting '/var/lib/libvirt/images/test.img', fmt=qcow2 size=10485760 encryption=off cluster_size=65536 # cat > /tmp/test.xml <<EOF <domain type='qemu'> <name>test</name> <memory>219200</memory> <vcpu>1</vcpu> <os> <type arch='x86_64'>hvm</type> <boot dev='hd'/> </os> <devices> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/var/lib/libvirt/images/test.img'/> <target dev='vda' bus='virtio'/> </disk> <channel type='pty'> <target type='virtio'/> </channel> <input type='mouse' bus='ps2'/> <graphics type='spice' autoport='yes' listen='0.0.0.0'/> </devices> </domain> EOF # virsh define /tmp/test.xml Domain test defined from /tmp/test.xml # virsh snapshot-list test Name Creation Time State ------------------------------------------------------------ # virsh snapshot-create-as test hello Domain snapshot hello created # virsh snapshot-list test Name Creation Time State ------------------------------------------------------------ hello 2012-03-30 17:30:13 +0800 shutoff # virsh snapshot-current test hello Snapshot hello set as current # /etc/init.d/libvirtd status libvirtd (pid 26619) is running... Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0748.html |