|
From: Yeshurun, M. <mei...@in...> - 2005-08-02 12:27:45
|
Hi, =20 My program has a child process that produces the common invalid free error because of libc_freeres(). =20 Can this cause the child process to return a failure exit status (even if it returns a success exit status when the program is not run under Valgrind)? =20 Thanks, =20 Meir =20 |
|
From: Nicholas N. <nj...@cs...> - 2005-08-02 13:54:10
|
On Tue, 2 Aug 2005, Yeshurun, Meir wrote: > My program has a child process that produces the common invalid free > error because of libc_freeres(). Are you using --libc-freeres=yes? > Can this cause the child process to return a failure exit status (even > if it returns a success exit status when the program is not run under > Valgrind)? Valgrind does not itself change the exit code of a program, so this is unlikely. N |