Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
users:writing_useful_bug_reports [2015/09/07 16:45]
cmotc created
users:writing_useful_bug_reports [2015/09/07 16:48]
cmotc
Line 1: Line 1:
 ===== Writing Useful Bug Reports ===== ===== Writing Useful Bug Reports =====
-Adapted from this page at the qTox wiki[[https://github.com/tux3/qTox/wiki/Writing-Useful-Bug-Reports| article]], in turn adapted from the Textmate wiki [[https://github.com/textmate/textmate/wiki/Writing-Bug-Reports| article]].+Adapted from this page at the qTox wiki[[https://github.com/tux3/qTox/wiki/Writing-Useful-Bug-Reports| article]], in turn adapted from the Textmate wiki [[https://github.com/textmate/textmate/wiki/Writing-Bug-Reports| article]]. Primarily adapted for generalization to other clients.
  
 ==== What To Include ==== ==== What To Include ====
Line 26: Line 26:
  
 To acquire a backtrace, you will need to use the debugger appropriate for your platform. For Unix-Like systems that will probably be [[https://www.gnu.org/software/gdb/|gdb]]. You will also need to use the latest debug build of your Tox client. Debug binaries are available for most clients and the core library, but you don't have to use them if you know how to compile Tox with debugging symbols included. To acquire a backtrace, you will need to use the debugger appropriate for your platform. For Unix-Like systems that will probably be [[https://www.gnu.org/software/gdb/|gdb]]. You will also need to use the latest debug build of your Tox client. Debug binaries are available for most clients and the core library, but you don't have to use them if you know how to compile Tox with debugging symbols included.
 +
 +=== Acquiring Debug Builds of Toxcore and your Tox Client
  
 === Acquiring a Backtrace === === Acquiring a Backtrace ===
Line 80: Line 82:
 If you'd like to read other articles describing methods for writing bug reports, the following list contains a few very good picks: If you'd like to read other articles describing methods for writing bug reports, the following list contains a few very good picks:
  
-  * http:%%//%%www.chiark.greenend.org.uk/~sgtatham/bugs.html +  * [[http://www.chiark.greenend.org.uk/~sgtatham/bugs.html]] 
-  * https:%%//%%github.com/textmate/textmate/wiki/Writing-Bug-Reports+  * [[https://github.com/textmate/textmate/wiki/Writing-Bug-Reports]]
  
  
Print/export