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 961252 - Do not add <backend> element to TPM device will cause libvirtd crash
Summary: Do not add <backend> element to TPM device will cause libvirtd crash
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libvirt
Version: 7.0
Hardware: x86_64
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Ján Tomko
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-09 08:57 UTC by EricLee
Modified: 2014-06-18 00:50 UTC (History)
6 users (show)

Fixed In Version: libvirt-1.0.5-2.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 12:57:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
libvirtd crash log (844.83 KB, text/plain)
2013-05-09 08:57 UTC, EricLee
no flags Details

Description EricLee 2013-05-09 08:57:46 UTC
Created attachment 745585 [details]
libvirtd crash log

Description
Do not add <backend> element to TPM device will cause libvirtd crash

Version:
libvirt-1.0.5-1.el7.x86_64
qemu-kvm-1.4.0-4.el7.x86_64
kernel-3.9.0-0.55.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Add TPM device(do not give backend element) to guest xml
    <tpm model='tpm-tis'>
      <!--backend type='passthrough'-->
        <!--device path='/dev/tpm0'/-->
      <!--/backend-->
    </tpm>

2. # virsh edit r63
error: End of file while reading data: Input/output error
Failed. Try again? [y,n,f,?]:
error: One or more references were leaked after disconnect from the hypervisor
error: Failed to reconnect to the hypervisor

3. # systemctl status libvirtd.service
libvirtd.service - Virtualization daemon
   Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled)
   Active: failed (Result: core-dump) since Thu 2013-05-09 02:58:45 EDT; 1min 52s ago
  Process: 3259 ExecStart=/usr/sbin/libvirtd $LIBVIRTD_ARGS (code=dumped, signal=SEGV)
   CGroup: name=systemd:/system/libvirtd.service
           └─1290 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf

May 09 02:58:28 dhcp-66-71-17.eng.nay.redhat.com libvirtd[3259]: 2013-05-09 06:58:28.905+0000: 3376: debug : virFileClo... 14
May 09 02:58:28 dhcp-66-71-17.eng.nay.redhat.com libvirtd[3259]: 2013-05-09 06:58:28.905+0000: 3376: debug : virFileClo... 15
May 09 02:58:28 dhcp-66-71-17.eng.nay.redhat.com libvirtd[3259]: 2013-05-09 06:58:28.905+0000: 3376: debug : virFileClo... 16
May 09 02:58:28 dhcp-66-71-17.eng.nay.redhat.com libvirtd[3259]: 2013-05-09 06:58:28.905+0000: 3376: debug : virFileClo... 17
May 09 02:58:28 dhcp-66-71-17.eng.nay.redhat.com libvirtd[3259]: 2013-05-09 06:58:28.905+0000: 3376: debug : virFileClo... 18
May 09 02:58:28 dhcp-66-71-17.eng.nay.redhat.com libvirtd[3259]: 2013-05-09 06:58:28.905+0000: 3376: debug : virFileClo... 20
May 09 02:58:28 dhcp-66-71-17.eng.nay.redhat.com libvirtd[3259]: 2013-05-09 06:58:28.905+0000: 3376: debug : virFileClo... 22
May 09 02:58:28 dhcp-66-71-17.eng.nay.redhat.com libvirtd[3259]: 2013-05-09 06:58:28.908+0000: 3377: debug : virFileClo...d 3
May 09 02:58:45 dhcp-66-71-17.eng.nay.redhat.com systemd[1]: libvirtd.service: main process exited, code=dumped, statu...SEGV
May 09 02:58:45 dhcp-66-71-17.eng.nay.redhat.com systemd[1]: Unit libvirtd.service entered failed state

Actual results:
libvirtd crash

Expected results:
libvirtd should not crash

Additional info:
please see the attachment for crash libvirtd.log

Comment 2 Ján Tomko 2013-05-09 10:37:19 UTC
Upstream patch proposed:
https://www.redhat.com/archives/libvir-list/2013-May/msg00651.html

Comment 3 Ján Tomko 2013-05-09 12:31:57 UTC
Fixed upstream by:
commit 1d96440a060869fb4c26ce35fe165e6e68168885
Author:     Ján Tomko <jtomko>
AuthorDate: 2013-05-09 12:33:11 +0200
Commit:     Ján Tomko <jtomko>
CommitDate: 2013-05-09 14:25:11 +0200

    conf: don't crash on a tpm device with no backends
    
    Print an error instead of crashing when a TPM device without
    a backend is specified.
    
    Add a test for tpm device with no backend, which should fail
    with a parse error.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=961252

git describe: v1.0.5-112-g1d96440

Comment 4 yanbing du 2013-05-21 05:38:57 UTC
# rpm -q libvirt
libvirt-1.0.5-2.el7.x86_64

When add a TPM device(do not give backend element) to guest xml
# virsh edit guest
error: XML error: missing TPM device backend
Failed. Try again? [y,n,f,?]:
error: XML error: missing TPM device backend
Failed. Try again? [y,n,f,?]:
error: XML error: missing TPM device backend
Failed. Try again? [y,n,f,?]:
error: XML error: missing TPM device backend
Failed. Try again? [y,n,f,?]:
error: XML error: missing TPM device backend
Failed. Try again? [y,n,f,?]:

# systemctl status libvirtd
libvirtd.service - Virtualization daemon
   Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled)
   Active: active (running) since Tue 2013-05-21 13:08:01 CST; 29min ago
 Main PID: 2309 (libvirtd)
   CGroup: name=systemd:/system/libvirtd.service
           ├─2198 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf
           └─2309 /usr/sbin/libvirtd

libvirtd still running, so this bug can verify.

Comment 5 Ludek Smid 2014-06-13 12:57:18 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


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