Bug 1852906
| Summary: | packed=on:boot guest with vhost-user and vIOMMU, reboot guest will cause qemu crash when there are packets flow | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Pei Zhang <pezhang> |
| Component: | qemu-kvm | Assignee: | Eugenio Pérez Martín <eperezma> |
| qemu-kvm sub component: | Networking | QA Contact: | Pei Zhang <pezhang> |
| Status: | CLOSED WONTFIX | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | aadam, chayang, eperezma, jinzhao, juzhang, jwboyer, virt-maint |
| Version: | 8.3 | Keywords: | Triaged |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1844468 | Environment: | |
| Last Closed: | 2021-02-01 02:26:20 UTC | Type: | Bug |
| 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: | 1844468 | ||
| Bug Blocks: | 1897024 | ||
|
Description
Pei Zhang
2020-07-01 14:56:15 UTC
(gdb) bt
#0 0x0000555555914000 in vhost_device_iotlb_miss
(dev=dev@entry=0x5555565d7530, iova=10535211008, write=<optimized out>)
at /usr/src/debug/qemu-kvm-4.2.0-29.module+el8.3.0+7212+401047e6.x86_64/hw/virtio/vhost.c:944
#1 0x0000555555916201 in vhost_backend_handle_iotlb_msg (imsg=0x7fffffffd110, dev=0x5555565d7530)
at /usr/src/debug/qemu-kvm-4.2.0-29.module+el8.3.0+7212+401047e6.x86_64/hw/virtio/vhost-backend.c:351
#2 0x0000555555916201 in vhost_backend_handle_iotlb_msg
(dev=dev@entry=0x5555565d7530, imsg=imsg@entry=0x7fffffffd110)
at /usr/src/debug/qemu-kvm-4.2.0-29.module+el8.3.0+7212+401047e6.x86_64/hw/virtio/vhost-backend.c:344
#3 0x0000555555916dab in slave_read (opaque=0x5555565d7530)
at /usr/src/debug/qemu-kvm-4.2.0-29.module+el8.3.0+7212+401047e6.x86_64/hw/virtio/vhost-user.c:1048
#4 0x0000555555bd0a32 in aio_dispatch_handlers (ctx=ctx@entry=0x5555564f2bc0) at util/aio-posix.c:429
#5 0x0000555555bd13dc in aio_dispatch (ctx=0x5555564f2bc0) at util/aio-posix.c:460
#6 0x0000555555bcdec2 in aio_ctx_dispatch
(source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at util/async.c:260
#7 0x00007ffff76a767d in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#8 0x0000555555bd0488 in glib_pollfds_poll () at util/main-loop.c:219
#9 0x0000555555bd0488 in os_host_main_loop_wait (timeout=<optimized out>) at util/main-loop.c:242
#10 0x0000555555bd0488 in main_loop_wait (nonblocking=<optimized out>) at util/main-loop.c:518
#11 0x00005555559afcc1 in main_loop () at vl.c:1828
#12 0x000055555585cf92 in main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at vl.c:4504
(gdb) c
Continuing.
[1]+ Stopped gdb /usr/libexec/qemu-kvm
|