[asterisk-commits] russell: trunk r70234 - in /trunk: ./ contrib/scripts/ast_grab_core
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 19 21:13:53 CDT 2007
Author: russell
Date: Tue Jun 19 21:13:53 2007
New Revision: 70234
URL: http://svn.digium.com/view/asterisk?view=rev&rev=70234
Log:
Merged revisions 70164 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r70164 | russell | 2007-06-19 19:03:22 -0500 (Tue, 19 Jun 2007) | 2 lines
don't delete the backtrace in ast_grab_core
........
Modified:
trunk/ (props changed)
trunk/contrib/scripts/ast_grab_core
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/contrib/scripts/ast_grab_core
URL: http://svn.digium.com/view/asterisk/trunk/contrib/scripts/ast_grab_core?view=diff&rev=70234&r1=70233&r2=70234
==============================================================================
--- trunk/contrib/scripts/ast_grab_core (original)
+++ trunk/contrib/scripts/ast_grab_core Tue Jun 19 21:13:53 2007
@@ -39,7 +39,7 @@
echo Trying for a backtrace of the captured core.
-/usr/bin/gdb /usr/sbin/asterisk ${DUMPDIR}/asterisk_${DATE}.core.${PID} > /tmp/gdb_dump.${PID} 2> /dev/null << EOF
+/usr/bin/gdb /usr/sbin/asterisk ${DUMPDIR}/asterisk_${DATE}.core.${PID} > ${DUMPDIR}/gdb_dump.${PID}.txt 2> /dev/null << EOF
set prompt \n
echo --------------------------------------------------------------------------------\n
echo INFO THREAD
@@ -57,7 +57,6 @@
echo Notifying admins of the core.
/usr/bin/mail -s "${HOSTNAME} core dumped at ${DUMPDIR}/asterisk_${DATE}.core.${PID}" ${ADMINEMAIL} < /tmp/gdb_dump.${PID}
-/bin/rm /tmp/gdb_dump.${PID}
echo Done.
echo
echo Reproducible deadlocks should be posted with a full backtrace and instructions
More information about the asterisk-commits
mailing list