bugs.html.in 6.0 KB
Newer Older
1 2 3 4 5 6
<?xml version="1.0"?>
<html>
  <body>

    <h1>Bug reporting</h1>

7 8 9 10
    <ul id="toc"></ul>

    <h2><a name="bugzilla">Bug Tracking</a></h2>

11
    <p>
D
Dave Allan 已提交
12 13 14
      If you are using libvirt binaries from a Linux distribution
      check below for distribution specific bug reporting policies
      first.
15 16
    </p>

17
    <h2><a name="general">General libvirt bug reports</a></h2>
18 19

    <p>
D
Dave Allan 已提交
20 21 22 23 24
      The <a href="http://bugzilla.redhat.com">Red Hat Bugzilla Server</a>
      should be used to report bugs and request features in libvirt.
      Before submitting a ticket, check the existing tickets to see if
      the bug/feature is already tracked.

25
      For general libvirt bug reports, from self-built releases, GIT snapshots
26 27 28 29
      and any other non-distribution supported builds, enter tickets under
      the <code>Virtualization Tools</code> product and the <code>libvirt</code>
      component.
    </p>
D
Dave Allan 已提交
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
    <p>
      It's always a good idea to file bug reports, as the process of
      filing the report always makes it easier to describe the
      problem, and the bug number provides a quick way of referring to
      the problem.  However, not everybody in the community pays
      attention to bugzilla, so after you file a bug, asking questions
      and submitting patches on <a href="contact.html">the libvirt
      mailing lists</a> will increase your bug's visibility and
      encourage people to think about your problem.  Don't hesitate to
      ask questions on the list, as others may know of existing
      solutions or be interested in collaborating with you on finding
      a solution.  Patches are always appreciated, and it's likely
      that someone else has the same problem you do!
    </p>
    <p>
      If you decide to write code, though, before you begin please
      read the <a href="hacking.html">contributor guidelines</a>,
      especially the first point: "Discuss any large changes on the
      mailing list first. Post patches early and listen to feedback."
      Few development experiences are more discouraging than spending
      a bunch of time writing a patch only to have someone point out a
      better approach on list.
    </p>
53 54

    <ul>
G
Garry Dolley 已提交
55
      <li><a href="http://bugzilla.redhat.com/buglist.cgi?component=libvirt&amp;product=Virtualization%20Tools">View libvirt tickets</a></li>
56 57 58
      <li><a href="http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Virtualization%20Tools&amp;component=libvirt">New libvirt ticket</a></li>
    </ul>

59
    <h2><a name="distribution">Linux Distribution specific bug reports</a></h2>
60 61
    <ul>
      <li>
D
Dave Allan 已提交
62 63 64
        If you are using binaries from <strong>Fedora</strong>, enter
        tickets against the <code>Fedora</code> product and
        the <code>libvirt</code> component.
M
Matthew Booth 已提交
65 66 67 68
        <ul>
          <li><a href="http://bugzilla.redhat.com/buglist.cgi?component=libvirt&amp;product=Fedora">View Fedora libvirt tickets</a></li>
          <li><a href="http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&amp;component=libvirt">New Fedora libvirt ticket</a></li>
        </ul>
69 70
      </li>
      <li>
D
Dave Allan 已提交
71 72 73 74 75 76 77 78
        <p>
          If you are using binaries from <strong>Red Hat Enterprise
          Linux</strong>, enter tickets against the Red Hat Enterprise
          Linux product that you're using (e.g., Red Hat Enterprise
          Linux 6) and the <code>libvirt</code> component.  Red Hat
          bugzilla has <a href="http://bugzilla.redhat.com">additional guidance</a> about getting support if
          you are a Red Hat customer.
        </p>
79 80
      </li>
      <li>
D
Dave Allan 已提交
81 82 83 84 85 86 87 88 89 90 91 92
        <p>
          If you are using binaries from another Linux distribution
          first follow their own bug reporting guidelines.
        </p>
      </li>
      <li>
        <p>
          Finally, if you are a contributor to another Linux
          distribution and would like to have your procedure for
          filing bugs mentioned here, please mail the libvirt
          development list.
        </p>
93 94 95 96
      </li>
    </ul>


97
    <h2><a name="quality">How to file high quality bug reports</a></h2>
98 99 100 101 102 103 104 105 106

    <p>
      To increase the likelihood of your bug report being addressed it is
      important to provide as much information as possible. When filing
      libvirt bugs use this checklist to see if you are providing enough
      information:
    </p>

    <ul>
107 108
      <li>The version number of the libvirt build, or SHA1 of the GIT
        commit</li>
109 110 111 112 113 114 115
      <li>The hardware architecture being used</li>
      <li>The name of the hypervisor (Xen, QEMU, KVM)</li>
      <li>The XML config of the guest domain if relevant</li>
      <li>For Xen hypervisor, the XenD logfile from /var/log/xen</li>
      <li>For QEMU/KVM, the domain logfile from /var/log/libvirt/qemu</li>
    </ul>

116 117 118 119
    <p>
      If the bug leads to a tool linked to libvirt crash, then the best
      is to provide a backtrace along with the scenario used to get the
      crash, the simplest is to run the program under gdb, reproduce the
D
Dave Allan 已提交
120
      steps leading to the crash and then issue a gdb "bt -a" command to
121 122 123 124 125 126
      get the stack trace, attach it to the bug. Note that for the
      data to be really useful libvirt debug informations must be present
      for example by installing libvirt debuginfo package on Fedora or
      Red Hat Enterprise Linux (with debuginfo-install libvirt) prior
      to running gdb.</p>
    <p>
D
Dave Allan 已提交
127
      It may also happen that the libvirt daemon itself crashes or gets stuck,
128
      in the first case run it (as root) under gdb, and reproduce the sequence
129
      leading to the crash, similarly to a normal program provide the
130
      "bt" backtrace information to where gdb will have stopped.<br/>
D
Dave Allan 已提交
131
      But if libvirtd gets stuck, for example seems to stop processing
132 133 134 135 136 137 138 139 140 141 142 143 144
      commands, try to attach to the faulty daemon and issue a gdb command
      "thread apply all bt" to show all the threads backtraces, as in:</p>
      <pre> #  ps -o etime,pid `pgrep libvirt`
... note the process id from the output
# gdb /usr/sbin/libvirtd
.... some informations about gdb and loading debug data
(gdb) attach $the_damon_process_id
....
(gdb) thread apply all bt
.... informations to attach to the bug
(gdb)
</pre>

145 146
  </body>
</html>