Bug 1169280
Summary: | Segfault while query device properties (ics, icp) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Xu Han <xuhan> |
Component: | qemu-kvm-rhev | Assignee: | David Gibson <dgibson> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7.1 | CC: | hhuang, juzhang, michen, ngu, virt-maint, ypu |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | ppc64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-rhev-2.1.2-17.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 09:58:47 UTC | Type: | Bug |
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
Xu Han
2014-12-01 08:55:17 UTC
Created attachment 963937 [details]
qemu-kvm-rhev-2.1.2-15.el7.test.ppc64.rpm
Created attachment 963938 [details]
qemu-kvm-common-rhev-2.1.2-15.el7.test.ppc64.rpm
Created attachment 963939 [details]
qemu-img-rhev-2.1.2-15.el7.test.ppc64.rpm
Created attachment 963940 [details]
qemu-kvm-rhev-debuginfo-2.1.2-15.el7.test.ppc64.rpm
I located a fix for this problem upstream (commit 0722eba9450cb8be9713fec1caa0772330739586). I've uploaded test packages with this fix backported. They're not brewed, because somethings up with the dependencies again (on x86). Please retest with this, then I'll push the fix downstream. Re-tested this issue with above packages. # set -x; for dev in "icp" "icp-kvm" "ics" "icskvm" "spapr-tce-table"; do ./qemu-kvm -device "$dev",?; echo $?; done; set +x + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' '"spapr-tce-table"' + ./qemu-kvm -device 'icp,?' + echo 0 0 + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' '"spapr-tce-table"' + ./qemu-kvm -device 'icp-kvm,?' + echo 0 0 + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' '"spapr-tce-table"' + ./qemu-kvm -device 'ics,?' + echo 0 0 + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' '"spapr-tce-table"' + ./qemu-kvm -device 'icskvm,?' + echo 0 0 + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' '"spapr-tce-table"' + ./qemu-kvm -device 'spapr-tce-table,?' Segmentation fault (core dumped) + echo 139 139 + set +x The original bug has been fixed. For the last issue, I have filed bug 1170934. Fix included in qemu-kvm-rhev-2.1.2-17.el7 Verified this issue with qemu-kvm-rhev-2.1.2-17.el7: # rpm -q qemu-kvm-rhev qemu-kvm-rhev-2.1.2-17.el7.ppc64 # set -x; for dev in "icp" "icp-kvm" "ics" "icskvm"; do /usr/libexec/qemu-kvm -device "$dev",?; echo $?; done; set +x + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' + /usr/libexec/qemu-kvm -device 'icp,?' + echo 0 0 + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' + /usr/libexec/qemu-kvm -device 'icp-kvm,?' + echo 0 0 + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' + /usr/libexec/qemu-kvm -device 'ics,?' + echo 0 0 + for dev in '"icp"' '"icp-kvm"' '"ics"' '"icskvm"' + /usr/libexec/qemu-kvm -device 'icskvm,?' + echo 0 0 + set +x According to the test result, this bug has been 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/RHSA-2015-0624.html |