Changes between Version 7 and Version 8 of Contributing/BugReporting
- Timestamp:
- 10/15/2015 09:14:16 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contributing/BugReporting
v7 v8 1 1 = Before Reporting a Bug = 2 2 3 * Install the latest stableversion of Deluge: '''[[Include(http://download.deluge-torrent.org/version)]]'''3 * Install the latest version of Deluge: '''[[Include(http://download.deluge-torrent.org/version)]]''' 4 4 5 5 * Check the '''[wiki:Faq Frequently Asked Questions]'''. 6 6 7 == Search for existing issues ==7 == Search for Existing Issues == 8 8 9 9 ''Frequently questions from users often relate to already fixed or known about bugs in Deluge so please search before asking.'' … … 13 13 * '''[http://forum.deluge-torrent.org/search.php Deluge Forum]''' 14 14 15 * Deluge site search using [https://www.google.co.uk/search?q=site:deluge-torrent.org Search Engine]15 * Deluge site search using a [https://www.google.co.uk/search?q=site:deluge-torrent.org Search Engine] 16 16 17 17 == Ask your Question Effectively == … … 24 24 = Collect Bug Information = 25 25 26 You will need the following information when reporting a bug (at a minimum version):26 You will need the following information when reporting a bug, Deluge and libtorrent versions are essential: 27 27 28 28 * Version Information: 29 * [wiki:Troubleshooting#DelugeVersion Deluge] 30 * [wiki:Troubleshooting#libtorrentversion libtorrent] 31 * Operating System 32 * Browser ''(if using WebUI)'' 33 * Plugins enabled 34 * Language in use ''(if not in English)'' 35 * Installation type: ''source, package or installer'' 29 * [wiki:Troubleshooting#DelugeVersion Deluge version]. 30 * [wiki:Troubleshooting#libtorrentversion libtorrent version]. 31 * Operating System and version. 32 * Browser and version ''(if using WebUI)''. 33 34 * Plugins enabled. 35 * Language in use ''(if not in English)''. 36 * Installation method ''i.e. from source, package or installer''. 36 37 37 38 * Precise steps to reproduce the bug. 38 * [wiki:Faq#EnableDelugeLogging Logs] either error level is usually fine 39 40 * [wiki:Faq#EnableDelugeLogging Deluge Logs] (`error` level is usually fine in first instance). 39 41 * Information of any errors or traces. 40 * [wiki:Faq#WheredoesDelugestoreitssettings Config files].42 * [wiki:Faq#WheredoesDelugestoreitssettings Config] files. 41 43 * Screenshots and screencasts are helpful for GUI issues. 42 44 43 45 ''Note: If you are using Client and Daemon you may need version or logs from both.'' 44 46 45 == Hard crashes of Deluge (or libtorrent) ==47 == Hard Crashes of Deluge (or libtorrent) == 46 48 A backtrace using `gdb` may be required for hard crashes of Deluge (crashes without an obvious error in Deluge logs). 47 49