|
From: Yeshurun, M. <mei...@in...> - 2005-09-03 06:31:09
|
I once had a similar problem, and just repeating the entire installation process (including downloading the tar...) solved it, so it's worth a try. Regards, Meir -----Original Message----- From: val...@li... [mailto:val...@li...] On Behalf Of Neal Norwitz Sent: Saturday, September 03, 2005 8:05 AM To: val...@li... Subject: [Valgrind-users] segv on amd64 w/3.0.1 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 et al. =3D=3D3039=3D=3D Using LibVEX rev 1117M, a library for dynamic binary translation. =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 et 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 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Valgrind-users mailing list Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Neal N. <nno...@gm...> - 2005-09-03 16:20:24
|
On 9/2/05, Yeshurun, Meir <mei...@in...> wrote: > I once had a similar problem, and just repeating the entire installation > process (including downloading the tar...) solved it, so it's worth a > try. Weird. I skipped a few steps. I just did a make clean; make ; make install and it did fix the problem. I then did rm -rf valgrind-3.0.1 ; tar xvjf val*bz2 ; cd val*.0.1 ; ./configure ; make ; make install and that also worked. I did not remove the installed files for either of these runs. I did a make clean ; make ; make install again and it still works. So I can't reproduce the problem, so I'm not sure a bug report is worthwhile. Let me know if there are other things someone wants me to try to reproduce this problem. I'm happy, but I wonder if there's something strange going on that could be fixed. BTW, this is a gentoo box in case you missed it on the uname output. I'm happy. Thanks! n |