|
From: Doug R. <df...@nl...> - 2004-02-18 13:42:42
|
On Wed, 2004-02-18 at 11:40, Nicholas Nethercote wrote: > On Wed, 18 Feb 2004, Doug Rabson wrote: > > > > Interesting question for FV: if a program is statically linked, and it > > > uses pthreads, can Valgrind handle it? V's libpthread.so won't replace > > > libc's, will it? > > > > None of valgrind's overrides (malloc, free etc.) will work for static > > programs. > > Hmm, yeah. Wasn't the ability to (usefully) run static binaries meant to > be one of the advantages of FV? It runs fine, you just don't get the extra malloc/free instrumentation etc. |