From: José Fonseca Date: Mon, 19 Sep 2011 08:29:08 +0000 (+0100) Subject: Add a few links on how to obtain stack back traces. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=e34099b64c2a28f51f5df38e8fe0361bedc811ef Add a few links on how to obtain stack back traces. --- diff --git a/BUGS.markdown b/BUGS.markdown index a214cb9..2b8483d 100644 --- a/BUGS.markdown +++ b/BUGS.markdown @@ -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 -------