Bug 606434
Summary: | [kvm] segmentation fault when running qemu-img check on faulty image | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Haim <hateya> | ||||
Component: | kvm | Assignee: | Kevin Wolf <kwolf> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 5.5.z | CC: | bazulay, cpelland, danken, hateya, iheim, khong, lihuang, llim, mgoldboi, mkenneth, tburke, virt-maint, yeylon, ykaul | ||||
Target Milestone: | rc | Keywords: | ZStream | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | kvm-83-192.el5 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-01-13 23:36: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: | |||||||
Bug Blocks: | 610342 | ||||||
Attachments: |
|
Description
Haim
2010-06-21 15:38:44 UTC
Created attachment 425675 [details]
faulty vm image file - use xunzip to uncompress it
faulty vm image file - use xunzip to uncompress it and see the seg fault
FYI : a similar bug in RHEL6. bug 604210. ( including backtrace) Verified on kvm-83-192.el5, PASS. (no segfault will appear, instead, more accurate prompts are provided.) # qemu-img check 16g ERROR refcount block 8191 is outside image Leaked cluster 16380 refcount=1 reference=0 Leaked cluster 16381 refcount=1 reference=0 Leaked cluster 16382 refcount=1 reference=0 Leaked cluster 16383 refcount=1 reference=0 Leaked cluster 16384 refcount=1 reference=0 Leaked cluster 16385 refcount=1 reference=0 Leaked cluster 16386 refcount=1 reference=0 Leaked cluster 16387 refcount=1 reference=0 Leaked cluster 180222 refcount=1 reference=0 Leaked cluster 180223 refcount=1 reference=0 Leaked cluster 180224 refcount=1 reference=0 Leaked cluster 180225 refcount=1 reference=0 Leaked cluster 180226 refcount=1 reference=0 Leaked cluster 180227 refcount=1 reference=0 Leaked cluster 180228 refcount=1 reference=0 Leaked cluster 180229 refcount=1 reference=0 Leaked cluster 245754 refcount=1 reference=0 Leaked cluster 245755 refcount=1 reference=0 Leaked cluster 245756 refcount=1 reference=0 Leaked cluster 245757 refcount=1 reference=0 Leaked cluster 245758 refcount=1 reference=0 Leaked cluster 245759 refcount=1 reference=0 1 errors were found on the image. Data may be corrupted, or further writes to the image may corrupt it. 22 leaked clusters were found on the image. This means waste of disk space, but no harm to data. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0028.html |