|
From: Tom H. <to...@co...> - 2005-03-04 14:37:12
|
In message <nx9...@ma...>
Jhair Tocancipa Triana <jha...@gm...> wrote:
> Then the logging finishes. I do have some questions:
>
> 1. Should I expect clone() to work if I use Valgrind from the CVS?
Yes. We now use the native pthread library and implement clone.
> 2. The program I am testing is a statically linked executable. Should
> I compile it using the valgrind-provided libpthread.so library?
That would also work. The version you are using does not support
static linking about libpthread - you have to dynamically link against
it so we can override it.
> I am testing this with a _very_ old kernel 2.4.19 :(.
That's not a problem.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|