|
From: Doug R. <df...@nl...> - 2004-02-18 11:42:44
|
On Wed, 2004-02-18 at 11:07, Nicholas Nethercote wrote: > > ------------- > > "Pthreads support is improving, but there are still significant > > limitations in that department. See the section above on Pthreads. Note > > that your program must be dynamically linked against libpthread.so, so > > that Valgrind can substitute its own implementation at program startup > > time. If you're statically linked against it, things will fail badly." > > ------------- > > 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. |