|
From: Konstantin K. <ko...@is...> - 2005-07-19 15:15:15
|
Hello all, I've just downloaded & installed valgrind (ver. 2.4.0) on RedHat 6.0 box. But all it can say is "valgrind: we didn't see enough auxv entries (seen=0)" (even when called as "valgrind --version"). As I've said, it is a RedHat Linux 6.0, kernel version 2.4.2-2smp, libc-2.2.2. What seem to be the problem? Thanks in advance. Konstantin. |
|
From: Nicholas N. <nj...@cs...> - 2005-07-20 15:09:49
|
On Tue, 19 Jul 2005, Konstantin Karganov wrote: > I've just downloaded & installed valgrind (ver. 2.4.0) on RedHat 6.0 box. > But all it can say is > "valgrind: we didn't see enough auxv entries (seen=0)" > > (even when called as "valgrind --version"). > > As I've said, it is a RedHat Linux 6.0, > kernel version 2.4.2-2smp, libc-2.2.2. > > What seem to be the problem? RedHat 6.0 and kernel 2.4.2 are very old, possibly too old for Valgrind to handle correctly... N |
|
From: Julian S. <js...@ac...> - 2005-07-20 15:27:36
|
> > As I've said, it is a RedHat Linux 6.0, > > kernel version 2.4.2-2smp, libc-2.2.2. > > > > What seem to be the problem? > > RedHat 6.0 and kernel 2.4.2 are very old, possibly too old for Valgrind to > handle correctly... Correct. At the moment really the oldest we support is Red Hat 7.3, and that is pretty old. Maybe it is time to upgrade your Linux installation? J |