|
From: Josef W. <Jos...@gm...> - 2004-06-04 09:35:35
|
On Friday 04 June 2004 09:59, Nicholas Nethercote wrote: > On Fri, 4 Jun 2004, Tom Hughes wrote: > > I wasn't sure it would work even without valgrind because of the way > > libpthread normally uses dynamic linker tricks to override functions > > in the main C library but I guess there must be weak symbol tricks or > > something to make it work in static links. > > Could V use its interception mechanism here? Likewise for malloc() et al > for statically linked binaries? This would be at compile time: the user has to link with V'pthread then. Or is this already possible? Josef |