RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1411632 - [Q35] qemu core dump when disk attached to 5 layers switch with bootindex parameter
Summary: [Q35] qemu core dump when disk attached to 5 layers switch with bootindex par...
Keywords:
Status: CLOSED DUPLICATE of bug 1176553
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm-rhev
Version: 7.4
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Marcel Apfelbaum
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-01-10 07:42 UTC by jinchen
Modified: 2017-01-12 11:33 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-12 11:31:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description jinchen 2017-01-10 07:42:28 UTC
Description of problem:
[Q35] qemu core dump when disk attached to 5 layers switch with bootindex parameter

Version-Release number of selected component (if applicable):
kernel-3.10.0-537.el7.x86_64
qemu-kvm-rhev-2.6.0-29.el7.x86_64

How reproducible:
3/3

Steps to Reproduce:

1. Boot guest with cmdline 1

[1]
/usr/libexec/qemu-kvm \
-M q35 \
-cpu SandyBridge \
-nodefaults -rtc base=utc \
-m 4G \
-smp 2,sockets=2,cores=1,threads=1 \
-enable-kvm \
-name test \
-uuid 990ea161-6b67-47b2-b803-19fb01d30d12 \
-smbios type=1,manufacturer='Red Hat',product='RHEV Hypervisor',version=el6,serial=koTUXQrb,uuid=feebc8fd-f8b0-4e75-abc3-e63fcdb67170 \
-k en-us \
-serial unix:/tmp/serial0,server,nowait \
-boot menu=on \
-bios /usr/share/seabios/bios.bin \
-chardev file,path=/home/seabios.log,id=seabios \
-device isa-debugcon,chardev=seabios,iobase=0x402 \
-vga qxl \
-spice port=5933,disable-ticketing \
-qmp tcp:0:3333,server,nowait \
-drive file=/home/qcow2+raw/qcow2/test.qcow2,if=none,id=drive-virtio-disk0,format=qcow2,cache=none,werror=stop,rerror=stop,aio=threads \
-device ioh3420,id=root.0,slot=0 \
-device x3130-upstream,id=upstream_1,bus=root.0 \
-device xio3130-downstream,id=downstream_1,bus=upstream_1,chassis=1 \
-device xio3130-downstream,id=downstream,bus=upstream_1,chassis=2 \
-device x3130-upstream,id=upstream_2,bus=downstream_1 \
-device xio3130-downstream,id=downstream_2,bus=upstream_2,chassis=3 \
-device x3130-upstream,id=upstream_3,bus=downstream_2 \
-device xio3130-downstream,id=downstream_3,bus=upstream_3,chassis=4 \
-device x3130-upstream,id=upstream_4,bus=downstream_3 \
-device xio3130-downstream,id=downstream_4,bus=upstream_4,chassis=5 \
-device x3130-upstream,id=upstream_5,bus=downstream_4 \
-device xio3130-downstream,id=downstream_5,bus=upstream_5,chassis=6 \
-device virtio-net-pci,netdev=dev1,mac=9a:e8:e9:ea:eb:e0,id=net1,bus=downstream \
-netdev tap,id=dev1,vhost=on  \
-device virtio-blk-pci,drive=drive-virtio-disk0,id=virtio-disk \
-drive file=/home/test.qcow2,if=none,id=drive-virtio-disk1,format=qcow2,cache=none,werror=stop,rerror=stop,aio=threads \
-device virtio-blk-pci,drive=drive-virtio-disk1,id=virtio-disk1,bootindex=1,bus=downstream_5 \
-monitor stdio \

Actual results:
qemu core dump 

core dump file:

#0  0x00007fe590adc118 in ?? () from /lib64/libgcc_s.so.1
#1  0x00007fe590add019 in _Unwind_Backtrace () from /lib64/libgcc_s.so.1
#2  0x00007fe5905fb636 in backtrace () from /lib64/libc.so.6
#3  0x00007fe590564f24 in __libc_message () from /lib64/libc.so.6
#4  0x00007fe5905ff047 in __fortify_fail () from /lib64/libc.so.6
#5  0x00007fe5905ff010 in __stack_chk_fail () from /lib64/libc.so.6
#6  0x00007fe59aefac85 in qdev_get_fw_dev_path (dev=<optimized out>) at hw/core/qdev.c:874
#7  0x3040697363732f30 in ?? ()
#8  0x0000000000000000 in ?? ()


Expected results:
qemu boot successfully

Additional info:
1) qemu can boot successfully withouth bootindex parameter
2) qemu also core dump when bootindex = 0
3) qemu also core dump with qemu-kvm-rhev-2.6.0-28.el7_3.3

Comment 2 Marcel Apfelbaum 2017-01-12 11:31:35 UTC

*** This bug has been marked as a duplicate of bug 1176553 ***

Comment 3 Marcel Apfelbaum 2017-01-12 11:33:58 UTC
Looking at the call stack it is the same problem with qdev_get_fw_dev_path as in https://bugzilla.redhat.com/show_bug.cgi?id=1176553.
If you think it is a different issue, please feel free to re-open the BZ.


Note You need to log in before you can comment on or make changes to this bug.