Hide Forgot
This bug has been copied from bug #1299875 and has been proposed to be backported to 7.3 z-stream (EUS).
Fix included in qemu-kvm-1.5.3-126.el7_3.1
reproduced this bug with qemu-kvm-1.5.3-105.el7_2.7.x86_64. # qemu-img create -f qcow2 test.qcow2 8G Formatting 'test.qcow2', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 lazy_refcounts=off # ulimit -f 256 #/usr/libexec/qemu-kvm -m 2048 -smp 2 \ \ -drive file=test.qcow2,werror=stop,rerror=stop,cache=writeback,id=hd0,if=none \ -device ide-drive,drive=hd0 \ \ -drive id=cd0,readonly,media=cdrom,cache=writeback,if=none,file=RHEL-7.3-20161019.0-Server-x86_64-dvd1.iso \ -device ide-cd,drive=cd0 \ -monitor stdio \ -vnc :1 (qemu) system_reset result: (qemu) cli: line 9: 25351 Segmentation fault (core dumped) /usr/libexec/qemu-kvm -m 2048 -smp 2 -drive file=test.qcow2,werror=stop,rerror=stop,cache=writeback,id=hd0,if=none -device ide-drive,drive=hd0 -drive id=cd0,readonly,media=cdrom,cache=writeback,if=none,file=RHEL-7.3-20161019.0-Server-x86_64-dvd1.iso -device ide-cd,drive=cd0 -monitor stdio -vnc :1 Verified this bug with qemu-kvm-1.5.3-126.el7_3.1.x86_64. qemu-kvm process works well. So, This bug is fixed.
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-2017-0071.html