|
From: Julian S. <js...@ac...> - 2009-08-18 22:32:44
|
On Wednesday 19 August 2009, Tom Hughes wrote: > 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. So have we iterated to a solution which is safe/ok to ship in 3.5.0 ? My impression is that your r10841 is just that. Is that correct? J |