Bug 1283116
Summary: | [abrt] qemu-img: get_block_status(): qemu-img killed by SIGABRT | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Kevin Wolf <kwolf> | |
Component: | qemu-kvm | Assignee: | Hanna Czenczek <hreitz> | |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 7.2 | CC: | chayang, derez, hreitz, huding, juzhang, knoel, mrezanin, nsoffer, rbalakri, sherold, virt-maint, weliao, xfu, ykaul | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | qemu-kvm-1.5.3-107.el7 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1229394 | |||
: | 1290683 1298828 1298886 (view as bug list) | Environment: | ||
Last Closed: | 2016-11-03 20:07:47 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: | 1229394 | |||
Bug Blocks: | 1290683, 1298828 |
Description
Kevin Wolf
2015-11-18 10:01:15 UTC
Reproduced this bug with qemu-img-1.5.3-105.el7.x86_64 & qemu-kvm-1.5.3-105.el7.x86_64 [root@dhcp-8-118 qemu105]# truncate -s 1G test_sparse [root@dhcp-8-118 qemu105]# echo "a" >> test_sparse [root@dhcp-8-118 qemu105]# qemu-img map test_sparse Offset Length Mapped to File qemu-img: qemu-img.c:1988: get_block_status: Assertion `nb_sectors' failed. Aborted (core dumped) --------------------------------------------------------------------------- verified the bug with qemu-img-1.5.3-109.el7.x86_64 & qemu-kvm-1.5.3-109.el7.x86_64 [root@dhcp-8-118 qemu109]# truncate -s 1G test_sparse [root@dhcp-8-118 qemu109]# echo "a" >> test_sparse [root@dhcp-8-118 qemu109]# qemu-img map test_sparse Offset Length Mapped to File 0x40000000 0x200 0x40000000 test_sparse according to this result. The 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/RHSA-2016-2585.html |