| Summary: | [abrt] qemu-img: get_block_status(): qemu-img killed by SIGABRT | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Kurik <jkurik> |
| 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: | areis, chayang, derez, hreitz, huding, juzhang, knoel, kwolf, mrezanin, nsoffer, rbalakri, sherold, virt-maint, xfu, ykaul |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-kvm-1.5.3-105.el7_2.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1283116 | Environment: | |
| Last Closed: | 2016-01-28 16:15:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1283116 | ||
| Bug Blocks: | 1283278 | ||
|
Description
Jan Kurik
2016-01-15 08:20:24 UTC
Fix included in qemu-kvm-1.5.3-105.el7_2.2 Reproduced bug with qemu-img-1.5.3-105.el7.x86_64 & qemu-kvm-1.5.3-105.el7.x86_64 1.# truncate -s 1G test_sparse 2.# echo "a" >> test_sparse 3.# 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 bug with qemu-img-1.5.3-105.el7_2.2.x86_64 # truncate -s 1G test_sparse # echo "a" >> test_sparse # qemu-img map test_sparse Offset Length Mapped to File 0x40000000 0x200 0x40000000 test_sparse According to this result. 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/RHSA-2016-0083.html |