Bug 1665000
| Summary: | libvirtd encountered sigsegv due to null pointer in virJSONValueObjectHasKey() | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Ján Tomko <jtomko> |
| Component: | libvirt | Assignee: | Ján Tomko <jtomko> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Luyao Huang <lhuang> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 | CC: | blc, jdenemar, jiyan, lhuang, rbalakri, xuzhang |
| Target Milestone: | rc | Flags: | rule-engine:
mirror+
|
| Target Release: | 8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-4.5.0-18.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1663051 | Environment: | |
| Last Closed: | 2019-06-14 01:20:12 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: | 1663051 | ||
| Bug Blocks: | |||
|
Description
Ján Tomko
2019-01-10 09:08:01 UTC
Pushed upstream as:
commit 7cfd1fbb1332ae5df678b9f41a62156cb2e88c73
Author: Ján Tomko <jtomko>
CommitDate: 2019-01-10 12:09:48 +0100
qemu: require reply from guest agent in qemuAgentGetInterfaces
git describe: v4.10.0-164-g7cfd1fbb13
Verify this bug with libvirt-4.5.0-18.module+el8+2691+dc742e5d.x86_64: 1. prepare a running guest with guest agent 2. Login guest and run script: # cat script.gdb set width 0 set height 0 set verbose off b qmp_guest_network_get_interfaces commands 1 kill end b qmp_guest_shutdown commands 2 return c end c # gdb -batch --command=script.gdb qemu-ga `pidof qemu-ga` 3. Run shutdown and domifaddr command on host: # virsh shutdown vm1 --mode agent; virsh domifaddr vm1 --source agent error: Failed to shutdown domain vm1 error: Guest agent is not responding: Guest agent not available for now error: Failed to query for interfaces addresses error: Guest agent is not responding: Guest agent disappeared while executing command |