Bug 1230550
Summary: | [abrt] qemu-system-x86: __memcmp_sse4_1(): qemu-system-x86_64 killed by SIGSEGV | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Gerd Hoffmann <kraxel> | |
Component: | qemu-kvm-rhev | Assignee: | Gerd Hoffmann <kraxel> | |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 7.2 | CC: | amit.shah, berrange, cfergeau, dwmw2, extras-qa, huding, itamar, juzhang, kraxel, marius.grosso, mazhang, mrezanin, pbonzini, rjones, scorpy_sk, scottt.tw, virt-maint, xfu | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Unspecified | |||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/0d3245e479f9d9a3b908c34214599f7e45bb2d69 | |||
Whiteboard: | abrt_hash:13c6cd94b9dc9b41ca64699c744b3096eea3c67b | |||
Fixed In Version: | qemu-kvm-rhev-2.3.0-3.el7 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1163047 | |||
: | 1230808 (view as bug list) | Environment: | ||
Last Closed: | 2015-12-04 16:45:17 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: | ||||
Bug Depends On: | 1163047 | |||
Bug Blocks: | 1230808 |
Description
Gerd Hoffmann
2015-06-11 07:07:33 UTC
Gerd, QE filed a similar bug before. please help to confirm whether they are the same the problems. Bug 1233053 - Segmentation fault when boot guest with spice (In reply to FuXiangChun from comment #2) > Gerd, > QE filed a similar bug before. please help to confirm whether they are the > same the problems. > > Bug 1233053 - Segmentation fault when boot guest with spice High chance to be a duplicate. Fix included in qemu-kvm-rhev-2.3.0-3.el7 *** Bug 1233053 has been marked as a duplicate of this bug. *** Reproduce on qemu-kvm-rhev-2.3.0-2.el7.x86_64: #gdb --args /usr/libexec/qemu-kvm -m 2G -smp 4 -boot menu=on -drive file=/home/win2012-64r2-virtio.qcow2,if=none,id=img -device virtio-scsi-pci,id=scsi2,bus=pci.0,addr=0x8 -device scsi-hd,drive=img,id=img-disk -monitor stdio -spice port=5932,disable-ticketing -qmp tcp::8886,server,nowait -vga std Program received signal SIGSEGV, Segmentation fault. 0x00007ffff0addce9 in __memcmp_sse4_1 () from /lib64/libc.so.6 (gdb) bt #0 0x00007ffff0addce9 in __memcmp_sse4_1 () from /lib64/libc.so.6 #1 0x00005555557b9275 in qemu_spice_display_refresh () #2 0x00005555557b0c42 in gui_update () #3 0x00005555557df139 in timerlist_run_timers () #4 0x00005555557df2b0 in qemu_clock_run_all_timers () #5 0x00005555557de17c in main_loop_wait () #6 0x00005555555e11ee in main () Verified on qemu-kvm-rhev-2.3.0-4.el7.x86_64: # /usr/libexec/qemu-kvm -m 2G -smp 4 -boot menu=on -drive file=/home/win2012-64r2-virtio.qcow2,if=none,id=img -device virtio-scsi-pci,id=scsi2,bus=pci.0,addr=0x8 -device scsi-hd,drive=img,id=img-disk -monitor stdio -spice port=5932,disable-ticketing -qmp tcp::8886,server,nowait -vga std QEMU 2.3.0 monitor - type 'help' for more information (qemu) (qemu) (qemu) 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. https://rhn.redhat.com/errata/RHBA-2015-2546.html |