[asterisk-commits] tilghman: branch 1.4 r89103 - /branches/1.4/doc/valgrind.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 7 22:55:19 CST 2007
Author: tilghman
Date: Wed Nov 7 22:55:19 2007
New Revision: 89103
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89103
Log:
Typo
Modified:
branches/1.4/doc/valgrind.txt
Modified: branches/1.4/doc/valgrind.txt
URL: http://svn.digium.com/view/asterisk/branches/1.4/doc/valgrind.txt?view=diff&rev=89103&r1=89102&r2=89103
==============================================================================
--- branches/1.4/doc/valgrind.txt (original)
+++ branches/1.4/doc/valgrind.txt Wed Nov 7 22:55:19 2007
@@ -11,7 +11,7 @@
2. Rebuild and install Asterisk.
3. Run Asterisk as follows:
- valgrind --log-file-exact=valgrind.txt asterisk -vvvvcg 2>malloc_debug.txt
+ valgrind --log-file-exactly=valgrind.txt asterisk -vvvvcg 2>malloc_debug.txt
4. Reproduce the issue. Following the manifestation of the issue (or when
the process crashes), upload the two files, valgrind.txt and
More information about the asterisk-commits
mailing list