Skip to content

Contributing BugReporting

Chase Sterling edited this page Mar 15, 2014 · 5 revisions

Before Reporting a Bug

Search for existing Issues

libtorrent (rasterbar) Bugs:

Collect Bug Information

You will need most of the following information when reporting a bug:

Note: If you are using Client and Daemon you may need information from both.

  • Version Information:
    • Deluge
    • libtorrent
    • Operating System
    • Browser ''(if using WebUI)''
  • Steps involved to reproduce the bug
  • Installation type: source, package or installer
  • Debug Logs or the full output of any errors
  • Screenshots can be helpful for gui issues
  • Backtrace using gdb may be required for hard crashes of Deluge (crash without error). Here is a deluged example:
   gdb --args python /usr/bin/deluged -d
   (gdb) run
   ## After Crash ##
   (gdb) thread apply all backtrace

Reporting a bug

We use GitHub issues for bug reports.

  1. Create a new bug ticket
  2. Fill in the boxes, making sure the following are completed:
  • Summary: Short description of issue
  • Description: Include the steps to reproduce and other collected information, use markup for pasting code or errors.
  • Version: Deluge version
  • Component: Best guess as to where the problem occurs
  1. Attach any logs, screenshots or patches
Clone this wiki locally