Foks,<br><br>I suggest we add the flag:<br>--track-origins=yes<br>to valgrind.<br>"Controls whether Memcheck tracks
the origin of uninitialised values. By default, it does not,
which means that although it can tell you that an
uninitialised value is being used in a dangerous way, it
cannot tell you where the uninitialised value came from. This
often makes it difficult to track down the root problem.
"<br><a href="http://valgrind.org/docs/manual/mc-manual.html">http://valgrind.org/docs/manual/mc-manual.html</a><br><br>For example, it helped me find this error:<br><a href="http://review.source.kitware.com/#/t/2301/">http://review.source.kitware.com/#/t/2301/</a><br>
<br>which would have been hard to find without it.<br><br>Bill<br><br>-- <br>Unpaid intern in BillsBasement at noware dot com<br>