<p dir="ltr">Do you mean an uninitialized pointer problem? Do you have a source code of that software that you think causes a trouble? If you think your memory is corrupted because of uninitialized pointer, I suggest to compile problematic code with clang with AddressSanitizer. Just don't forget to compile llvm with compiler-rt option. I hope this helps. Didn't try this by myself, though</p>
<div class="gmail_quote">2 февр. 2016 г. 17:03 пользователь "Pierre Abbat" <<a href="mailto:phma@leaf.dragonflybsd.org">phma@leaf.dragonflybsd.org</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm developing a program and I just ran it on a data set under DragonFly and got quite different output than under Linux, with lots of occurrences of "ctrlpt garbage", which looks like a certain function is returning an uninitialized variable. I'd like to run it under Valgrind. I ran "pkg sea grind", which shows that there is a kcachegrind package (a program to look at the output of some of Valgrind's tools), but no package of Valgrind itself.<br>
<br>
Pierre<br>
</blockquote></div>