|
From: <sv...@va...> - 2007-09-17 23:15:33
|
Author: njn
Date: 2007-09-18 00:15:35 +0100 (Tue, 18 Sep 2007)
New Revision: 6857
Log:
Add a warning about --log-file-exactly.
Modified:
trunk/docs/xml/manual-core.xml
Modified: trunk/docs/xml/manual-core.xml
===================================================================
--- trunk/docs/xml/manual-core.xml 2007-09-17 22:50:46 UTC (rev 6856)
+++ trunk/docs/xml/manual-core.xml 2007-09-17 23:15:35 UTC (rev 6857)
@@ -710,7 +710,11 @@
</term>
<listitem>
<para>Just like <option>--log-file</option>, but the suffix
- <computeroutput>".pid"</computeroutput> is not added.</para>
+ <computeroutput>".pid"</computeroutput> is not added. WARNING: If you
+ use this option with <option>--trace-children=yes</option> and your
+ program invokes multiple processes, the Valgrind output from all those
+ processes will go into this one file, possibly jumbled up, and
+ possibly incomplete.</para>
</listitem>
</varlistentry>
|