Bug 563141
| Summary: | qemu-img re-base subcommand got Segmentation fault | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Keqin Hong <khong> | |
| Component: | kvm | Assignee: | Kevin Wolf <kwolf> | |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | 5.5 | CC: | khong, kwolf, llim, ovirt-maint, rlerch, tburke, virt-maint, ykaul | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | kvm-83-161.el5 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 567602 (view as bug list) | Environment: | ||
| Last Closed: | 2010-03-30 07:56:43 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: | 567602 | |||
|
Description
Keqin Hong
2010-02-09 11:00:40 UTC
There should be a core file from which you can get a backtrace. (In reply to comment #1) > There should be a core file from which you can get a backtrace. Here is the backtrace, but that may not help a lot. ... Loaded symbols for /lib64/libresolv.so.2 Reading symbols from /lib64/libselinux.so.1... (no debugging symbols found)...done. Loaded symbols for /lib64/libselinux.so.1 Reading symbols from /lib64/libsepol.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libsepol.so.1 Core was generated by `qemu-img rebase -b win28k-64.raw -F raw sn2'. Program terminated with signal 11, Segmentation fault. [New process 19545] [New process 19547] [New process 19546] #0 0x00000000004042c6 in ?? () (gdb) bt #0 0x00000000004042c6 in ?? () #1 0x000000342d41d994 in __libc_start_main () from /lib64/libc.so.6 #2 0x0000000000402709 in ?? () #3 0x00007fff82fad058 in ?? () #4 0x0000000000000000 in ?? () (gdb) That's with debug symbols installed? (In reply to comment #3) > That's with debug symbols installed? I believe so. " [root@localhost ~]# rpm -qa | grep kvm etherboot-roms-kvm-5.4.4-13.el5 kvm-qemu-img-83-157.el5 kmod-kvm-83-157.el5 kvm-83-157.el5 etherboot-zroms-kvm-5.4.4-13.el5 kvm-tools-83-157.el5 kvm-debuginfo-83-157.el5 " Verified by following two scenarios, both succeeded on kvm-83-161.el5. 1. win28k-64.raw <-- sn1 <-- sn2 #qemu-img rebase -b win28k-64.raw -F raw sn2 2. RHEL5.4-64-4k.qcow2 <-- sn1 <-- sn2 #qemu-img rebase -b RHEL5.4-64-4k.qcow2 -F qcow2 sn2 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-2010-0271.html |