|
From: Tom H. <to...@co...> - 2009-08-18 22:26:10
|
On 18/08/09 23:13, Nicholas Nethercote wrote: > On Wed, Aug 19, 2009 at 7:18 AM, Tom Hughes<to...@co...> wrote: >> >> I think that might be different - is ocean32 a 32 bit OS install? or is it a >> 32 bit only valgrind on a 64 bit OS install? > > The latter, ie. it's configured with --enable-only32bit. Thought as much. The problem is that your shell is 64 bit but you have a 32 bit only valgrind and the test is trying to valgrind a shell script which leads to it trying to valgrind a 64 bit shell executable. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |