[asterisk-commits] jpeeler: branch 1.6.0 r121806 - in	/branches/1.6.0: ./ doc/backtrace.txt
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Jun 11 11:13:01 CDT 2008
    
    
  
Author: jpeeler
Date: Wed Jun 11 11:13:00 2008
New Revision: 121806
URL: http://svn.digium.com/view/asterisk?view=rev&rev=121806
Log:
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
........
................
Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/doc/backtrace.txt
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/doc/backtrace.txt
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/doc/backtrace.txt?view=diff&rev=121806&r1=121805&r2=121806
==============================================================================
--- branches/1.6.0/doc/backtrace.txt (original)
+++ branches/1.6.0/doc/backtrace.txt Wed Jun 11 11:13:00 2008
@@ -75,6 +75,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:
@@ -178,8 +183,9 @@
 
 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.
 
    
    
More information about the asterisk-commits
mailing list