From: Rob B. <ro...@da...> - 2017-12-09 00:52:00
|
All, I built valgrind 3.13.0 from source with prefix=/opt/valgrind-3.13 and installed there on a 64-bit Intel Solaris machine. It seems to work well for the program passed on the command line, but tracing children doesn’t. Whenever I pass –trace-children=yes on the command line I get this message: valgrind: failed to start tool 'memcheck' for platform 'x86-solaris': No such file or directory I see files under the lib directory /opt/valgrind-3.12/lib/ that are labeled “amd64-solaris” robb@solaris11-x64:~$ ls -l /opt/valgrind-3.13/lib/valgrind/ | grep solaris -rwxrwxr-x 1 root devadmin 11091192 Oct 28 04:25 cachegrind-amd64-solaris -rwxrwxr-x 1 root devadmin 11630792 Oct 28 04:25 callgrind-amd64-solaris -rwxrwxr-x 1 root devadmin 11671896 Oct 28 04:26 drd-amd64-solaris -rwxrwxr-x 1 root devadmin 10936944 Oct 28 04:26 exp-bbv-amd64-solaris -rwxrwxr-x 1 root devadmin 10976704 Oct 28 04:26 exp-dhat-amd64-solaris -rwxrwxr-x 1 root devadmin 11136272 Oct 28 04:26 exp-sgcheck-amd64-solaris -rwxrwxr-x 1 root devadmin 16080 Oct 28 04:26 getoff-amd64-solaris -rwxrwxr-x 1 root devadmin 11705496 Oct 28 04:26 helgrind-amd64-solaris -rwxrwxr-x 1 root devadmin 10954104 Oct 28 04:26 lackey-amd64-solaris <SNIP> but nothing ‘x86-solaris’ - perhaps that’s the issue? Thanks, Rob Boehne |