|
From: John R. <jr...@bi...> - 2011-06-26 20:42:50
|
> OS: Redhat 7.1 with gcc-3.0, binutils-2.18.
> This is with valgrind-3.6.1. valgrind 3.2.1 runs fine on same machine
> using same toolchain. FYI I was running valgrind with 'ls'.
> A plain valgrind without any progs actually shows segmentation fault.
Run "strace valgrind" and look near the end of the output
to see if some system call (that valgrind expects the OS to have)
is not implemented. File a bug report; see:
http://valgrind.org/support/bug_reports.html
--
|