|
From: Neal N. <nno...@gm...> - 2005-09-03 05:04:53
|
I was very happy to see that valgrind was released with amd64 support. I had gone away for a while and it was a nice surprise that 3.0 had come out. Unfortunately, I can't even run ls under valgrind without a segv. Any suggestions? Any other info you can use? gcc =3D=3D 3.3.4 Is it correct that the version is valgrind-3.0.0.SVN or should that be 3.0.= 1? I verified that the md5sum is the same as 3.0.1 on the web. glibc seems to be 2.3.4. Thanks, n -- $ ~/local/bin/valgrind ls =3D=3D3039=3D=3D Memcheck, a memory error detector. =3D=3D3039=3D=3D Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward e= t al. =3D=3D3039=3D=3D Using LibVEX rev 1117M, a library for dynamic binary trans= lation. =3D=3D3039=3D=3D Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP. =3D=3D3039=3D=3D Using valgrind-3.0.0.SVN, a dynamic binary instrumentation= framework. =3D=3D3039=3D=3D Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward e= t al. Segmentation fault (core dumped) $ uname -a Linux janus 2.6.8-gentoo-r4 #4 SMP Thu Oct 7 17:40:27 EDT 2004 x86_64 AMD Opteron(tm) Processor 242 AuthenticAMD GNU/Linux $ md5sum ../valgrind-3.0.1.tar.bz2 c29efdb7d1a93440f5644a6769054681 ../valgrind-3.0.1.tar.bz2 |
|
From: Tom H. <to...@co...> - 2005-09-03 06:21:04
|
In message <ee2...@ma...>
Neal Norwitz <nno...@gm...> wrote:
> I was very happy to see that valgrind was released with amd64 support.
> I had gone away for a while and it was a nice surprise that 3.0 had
> come out. Unfortunately, I can't even run ls under valgrind without a
> segv.
>
> Any suggestions? Any other info you can use? gcc == 3.3.4
Well you should open a bug on the bug tracker - useful things to
provide are the output with the -d switch added and output from
running valgrind under strace.
> Is it correct that the version is valgrind-3.0.0.SVN or should that be 3.0.1?
> I verified that the md5sum is the same as 3.0.1 on the web. glibc
> seems to be 2.3.4.
It should be 3.0.1 and my builds are so something is obviously wrong
with thte source you're using or the way you built it.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|