aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-11 16:13:00 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-11 16:13:00 +0000
commit27fd4d18e8f7af2a74af27a109c8ba9b7d13ea80 (patch)
treea97092663a968808967b11b3f4e14bfc16ec7eb0 /doc
parent57770eab24208d80c0f1bcccd1c6fbcb6122d117 (diff)
Merged revisions 121805 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r121805 | jpeeler | 2008-06-11 11:11:40 -0500 (Wed, 11 Jun 2008) | 9 lines Merged revisions 121804 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r121804 | jpeeler | 2008-06-11 11:11:09 -0500 (Wed, 11 Jun 2008) | 1 line add instructions for logging gdb output via set logging on ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@121806 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/backtrace.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/backtrace.txt b/doc/backtrace.txt
index d4e13c863..ce39b0a3e 100644
--- a/doc/backtrace.txt
+++ b/doc/backtrace.txt
@@ -76,6 +76,11 @@ Loaded symbols for /usr/lib/asterisk/modules/app_externalivr.so
#0 0x29b45d7e in ?? ()
(gdb)
+In order to make extracting the gdb output easier, you may wish to
+turn on logging using "set logging on". This command will save all
+output to the default file of gdb.txt, which in the end can be
+uploaded as an attachment to the bug tracker.
+
Now at the gdb prompt, type: bt
You would see output similar to:
(gdb) bt
@@ -178,8 +183,9 @@ Thread 1 (process 26252):
That output tells us crucial information about each thread.
-Now, just create an output.txt file and dump your "bt full"
-(and/or "bt") ALONG WITH "thread apply all bt" into it.
+Now, if you turned on logging upload your gdb.txt file. Otherwise,
+create an output.txt file and dump your "bt full" (and/or "bt")
+ALONG WITH "thread apply all bt" into it.
Note: Please ATTACH your output, DO NOT paste it as a note.