From e34099b64c2a28f51f5df38e8fe0361bedc811ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 19 Sep 2011 09:29:08 +0100 Subject: [PATCH] Add a few links on how to obtain stack back traces. --- BUGS.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BUGS.markdown b/BUGS.markdown index a214cb99e..2b8483d29 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 -------