Contributing BugReporting - gazpachoking/deluge GitHub Wiki
Before Reporting a Bug
- Make sure you are using the latest stable version: Include(http://download.deluge-torrent.org/version)
- Check the FAQ
Search for existing Issues
-
Search the issues
-
Site search using Search Engine
-
Distribution Bugs for Deluge:*
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.
- Create a new bug ticket
- 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
- Version: Deluge version
- Component: Best guess as to where the problem occurs
- Attach any logs, screenshots or patches