|
From: Nicholas N. <nj...@ca...> - 2004-02-18 11:45:42
|
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? N |