How to submit a bug report with Bugzilla

Submitting bug reports is an easy way to give back and it helps everyone.
214 readers like this.

I spend a lot of time doing research for my books and Opensource.com articles. Sometimes this leads me to discover bugs in the software I use, including Fedora and the Linux kernel. As a long-time Linux user and sysadmin, I have benefited greatly from GNU/Linux, and I like to give back. I am not a C language programmer, so I don't create fixes and submit them with bug reports, as some people do. But a way I can return some value to the Linux community is by reporting bugs.

Product maintainers use a lot of tools to let their users search for existing bugs and report new ones. Bugzilla is a popular tool, and I use the Red Hat Bugzilla website to report Fedora-related bugs because I primarily use Fedora on the systems I'm responsible for. It's an easy process, but it may seem daunting if you have never done it before. So let's start with the basics.

Even though it's tempting, never assume that seemingly anomalous behavior is the result of a bug. I always start with a search of relevant websites, such as the Fedora wiki, the CentOS wiki, and the documentation for the distro I'm using. I also try to check the various distro listservs.

If it appears that no one has encountered this problem before (or if they have, they haven't reported it as a bug), I go to the Red Hat Bugzilla site and begin searching for a bug report that might come close to matching the symptoms I encountered.

You can search the Red Hat Bugzilla site without an account. Go to the Bugzilla site and click on the Advanced Search tab.

Searching for a bug

Searching for a bug.

For example, if you want to search for bug reports related to Fedora's Rescue mode kernel, enter the following data in the Advanced Search form.

Field Logic Data or Selection 
Summary Contains the string Rescue mode kernel
Classification   Fedora
Product   Fedora
Component   grub2
Status   New + Assigned

Then press Search. This returns a list of one bug with the ID 1654337 (which happens to be a bug I reported).

Bug report list

Click on the ID to view my bug report details. I entered as much relevant data as possible in the top section of the report. In the comments, I described the problem and included supporting files, other relevant comments (such as the fact that the problem occurred on multiple motherboards), and the steps to reproduce the problem.

Bug report details

The more information you can provide here that pertains to the bug, such as symptoms, the hardware and software environments (if they are applicable), other software that was running at the time, kernel and distro release levels, and so on, the easier it will be to determine where to assign your bug. In this case, I originally chose the kernel component, but it was quickly changed to the GRUB2 component because the problem occurred before the kernel loaded.

How to submit a bug report

The Red Hat Bugzilla website requires an account to submit new bugs or comment on old ones. It is easy to sign up. On Bugzilla's main page, click Open a New Account and fill in the requested information. After you verify your email address, you can fill in the rest of the information to create your account.

Advisory: Bugzilla is a working website that people count on for support. I strongly suggest not creating an account unless you intend to submit bug reports or comment on existing bugs.

To demonstrate how to submit a bug report, I'll use a fictional example of creating a bug against the Xfce4-terminal emulator in Fedora. Please do not do this unless you have a real bug to report.

Log into your account and click on New in the menu bar or the File a Bug button. You'll need to select a classification for the bug to continue the process. This will narrow down some of the choices on the next page.

The following image shows how I filled out the required fields (and a couple of others that are not required).

Reporting a bug

When you type a short problem description in the Summary field, Bugzilla displays a list of other bugs that might match yours. If one matches, click Add Me to the CC List to receive emails when changes are made to the bug.

If none match, fill in the information requested in the Description field. Add as much information as you can, including error messages and screen captures that illustrate the problem. Be sure to describe the exact steps needed to reproduce the problem and how reproducible it is: does it fail every time, every second, third, fourth, random time, or whatever. If it happened only once, it's very unlikely anyone will be able to reproduce the problem you observed.

When you finish adding as much information as you can, press Submit Bug.

Be kind

Bug reporting websites are not for asking questions—they are for searching and reporting bugs. That means you must have performed some work on your own to conclude that there really is a bug. There are many wikis, listservs, and Q&A websites that are appropriate for asking questions. Use sites like Bugzilla to search for existing bug reports on the problem you have found.

Be sure you submit your bugs on the correct bug reporting website. For example, only submit bugs about Red Hat products on the Red Hat Bugzilla, and submit bugs about LibreOffice by following LibreOffice's instructions.

Reporting bugs is not difficult, and it is an important way to participate.

Tags
David Both
David Both is an Open Source Software and GNU/Linux advocate, trainer, writer, and speaker. He has been working with Linux and Open Source Software since 1996 and with computers since 1969. He is a strong proponent of and evangelist for the "Linux Philosophy for System Administrators."

1 Comment

On a practical level, those wishing to report bugs with Scribus should probably contact the mail list first. This helps the reporter to understand what a bug is, and whether the problem they are having is a bug or just a misunderstanding about how to do something. If it is a bug, they can get feedback on what exactly to report and how to report it.
We also use the bug report site for feature requests, and again, it's best to contact the mail list first, because it may be that some feature the user would like already exists.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.