|
From: Tom H. <th...@cy...> - 2004-08-04 07:44:27
|
In message <411...@vg...>
Nuno Silva <nun...@vg...> wrote:
> | ==2951== Valgrind detected that your program requires
> | ==2951== the following unimplemented functionality:
> | ==2951== clone(): not supported by Valgrind.
>
> [..]
>
> You have a NPTL/TLS system. Maybe that's the problem. You could try to:
>
> # mv /lib/tls /lib/tls.off
>
> ...and rerun that. Maybe it works better. :-)
> Remember to move tls.off again to revert to tls-enabled glibc ;)
Modern valgrind's work fine with TLS so that is not the problem.
The problem is, as valgrind clearly explained, that clone is not
supported by valgrind.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|