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