https://bugs.kde.org/show_bug.cgi?id=354809

--- Comment #1 from Austin English <austinengl...@gmail.com> ---
With:
austin@debian-laptop:~/src/valgrind$ ./vg-in-place --version -v
valgrind-3.13.0.SVN-16209-vex-3299

the error message has improved (64-bit valgrind, 32-bit binary):
austin@debian-laptop:~/src/valgrind$ ./vg-in-place /tmp/a.out 
valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such
file or directory

Recompiling as 64-bit binary:
austin@debian-laptop:~/src/valgrind$ ./vg-in-place /tmp/a.out 
==19785== Memcheck, a memory error detector
==19785== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==19785== Using Valgrind-3.13.0.SVN and LibVEX; rerun with -h for copyright
info
==19785== Command: /tmp/a.out
==19785== 
Alive==19785== 
==19785== HEAP SUMMARY:
==19785==     in use at exit: 0 bytes in 0 blocks
==19785==   total heap usage: 1 allocs, 1 frees, 1,024 bytes allocated
==19785== 
==19785== All heap blocks were freed -- no leaks are possible
==19785== 
==19785== For counts of detected and suppressed errors, rerun with: -v
==19785== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)


Fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to