]> git.cworth.org Git - apitrace/commitdiff
Add a few links on how to obtain stack back traces.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 19 Sep 2011 08:29:08 +0000 (09:29 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 19 Sep 2011 08:29:08 +0000 (09:29 +0100)
BUGS.markdown

index a214cb99e9b926d93e2d1e1926b5ed686fe410b7..2b8483d29f50d9917ce4ac665ff31aa455a4cd9f 100644 (file)
@@ -96,6 +96,17 @@ To obtain a stack back-trace, run the application with gdb from a terminal:
     (gdb) bt
 
 
+See also more detailed and Distro specific instructions:
+
+* http://wiki.debian.org/HowToGetABacktrace
+
+* https://wiki.ubuntu.com/Backtrace
+
+* http://fedoraproject.org/wiki/StackTraces
+
+* http://live.gnome.org/GettingTraces
+
+
 Windows
 -------