|
From: Jeff S. <je...@tv...> - 2003-04-24 18:21:38
|
I recently tried out the 2.5.x kernel
when I try to run valgrind I get the following error message
valgrind.so: When searching for client's argc/argc/envp:
ELF frame does not look like 2.2.X or 2.4.X.
See kernel sources linux/fs/binfmt_elf.c to make sense of this.
valgrind.so: Startup or configuration error:
couldn't find client's argc/argc/envp
valgrind.so: Unable to start up properly. Giving up.
I even recompiled valgrind with no problems and I get
the same error message.
|
|
From: Julian S. <js...@ac...> - 2003-04-24 18:29:28
|
What version of V and what version of the kernel? v-1.9.5 works with at least some 2.5.Xs. J On Thursday 24 April 2003 7:21 pm, Jeff Sadowski wrote: > I recently tried out the 2.5.x kernel > when I try to run valgrind I get the following error message > > valgrind.so: When searching for client's argc/argc/envp: > ELF frame does not look like 2.2.X or 2.4.X. > See kernel sources linux/fs/binfmt_elf.c to make sense of this. > valgrind.so: Startup or configuration error: > couldn't find client's argc/argc/envp > valgrind.so: Unable to start up properly. Giving up. > > I even recompiled valgrind with no problems and I get > the same error message. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Jeff S. <je...@tv...> - 2003-04-24 18:45:24
|
On Thu, 24 Apr 2003, Julian Seward wrote: > > What version of V and what version of the kernel? v-1.9.5 works > with at least some 2.5.Xs. > > J > valgrind 1.9.5 and kernel 2.5.68 Is there anything spceicial I need to do in order to get it to work? > > On Thursday 24 April 2003 7:21 pm, Jeff Sadowski wrote: > > I recently tried out the 2.5.x kernel > > when I try to run valgrind I get the following error message > > > > valgrind.so: When searching for client's argc/argc/envp: > > ELF frame does not look like 2.2.X or 2.4.X. > > See kernel sources linux/fs/binfmt_elf.c to make sense of this. > > valgrind.so: Startup or configuration error: > > couldn't find client's argc/argc/envp > > valgrind.so: Unable to start up properly. Giving up. > > > > I even recompiled valgrind with no problems and I get > > the same error message. > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Valgrind-users mailing list > > Val...@li... > > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |
|
From: Nicholas N. <nj...@ca...> - 2003-04-24 18:56:03
Attachments:
valgrind-2.5.68-fix
|
On Thu, 24 Apr 2003, Jeff Sadowski wrote: > valgrind 1.9.5 > and kernel 2.5.68 > Is there anything spceicial I need to do in order to get it to work? Try this patch, courtesy of Anders Gustafsson on Monday :) N |
|
From: Jeff S. <je...@tv...> - 2003-04-24 21:04:04
|
On Thu, 24 Apr 2003, Nicholas Nethercote wrote: > On Thu, 24 Apr 2003, Jeff Sadowski wrote: > > > valgrind 1.9.5 > > and kernel 2.5.68 > > Is there anything spceicial I need to do in order to get it to work? > > Try this patch, courtesy of Anders Gustafsson on Monday :) > Thanks that worked :) > N > > |
|
From: <ar...@fl...> - 2003-04-28 13:38:25
|
Hi I am the current valgrind maintainer for Debian. I will add this patch to the current valgrind version for Debian if you agree. Thanks in advance. Nicholas Nethercote <nj...@ca...> writes: > On Thu, 24 Apr 2003, Jeff Sadowski wrote: > >> valgrind 1.9.5 >> and kernel 2.5.68 >> Is there anything spceicial I need to do in order to get it to work? > > Try this patch, courtesy of Anders Gustafsson on Monday :) > > N > > -- Andres Roldan, CSO Fluidsignal Group |
|
From: Nicholas N. <nj...@ca...> - 2003-04-28 13:49:27
|
On Mon, 28 Apr 2003, Andr=E9s Rold=E1n wrote: > I am the current valgrind maintainer for Debian. I will add this patch > to the current valgrind version for Debian if you agree. Sure, why not? It would save some people from waiting for 1.9.6. N |