|
From: Icotaki <ic...@ps...> - 2006-02-14 20:17:23
|
Hello, I have a 64bit xeon processor machine with RedHat When I try to run valgrind (version 2.2.0), I get a message: valgrind: Can only handle 32-bit executables I did not notice anywhere in the manual that valgrind is bound to 32-bit architectures. Am I missing something? Thanks! Ivana |
|
From: Nicholas N. <nj...@cs...> - 2006-02-14 21:40:03
|
On Tue, 14 Feb 2006, Icotaki wrote: > I have a 64bit xeon processor machine with RedHat > When I try to run valgrind (version 2.2.0), I get a message: > valgrind: Can only handle 32-bit executables > > I did not notice anywhere in the manual that valgrind is bound to 32-bit > architectures. > Am I missing something? Yes: a recent version. Try Valgrind 3.1.0. Nick |
|
From: Robert W. <rj...@du...> - 2006-02-14 21:45:15
|
On Tue, 2006-02-14 at 15:17 -0500, Icotaki wrote: > Hello, > I have a 64bit xeon processor machine with RedHat > When I try to run valgrind (version 2.2.0), I get a message: > valgrind: Can only handle 32-bit executables > > I did not notice anywhere in the manual that valgrind is bound to 32-bit > architectures. > Am I missing something? Upgrade to 3.1.0 and 64-bit will work. 2.x was 32-bit only. Regards, Robert. |