|
From: Nuno S. <nun...@vg...> - 2004-08-04 01:09:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! D. Bahi wrote: | fantastic! patch applied. results below. | | note that valgrind almost _requires_ dynamic | linking - so I'll keep mem= below 750M, right? | | ugh, so close - it bails - stopped by clone() !?!!?? : [..] | | ==2951== Reading syms from /lib/tls/libc-2.3.2.so (0x42000000) | ==2951== object doesn't have any debug info | ==2951== TRANSLATE: 0x1B8E4C00 redirected to 0x52BFF040 | ==2951== TRANSLATE: 0x42073700 redirected to 0x1B903C90 | ==2951== | ==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 ;) HTH, Nuno Silva -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBEDc9OPig54MP17wRAvMQAKCfBLEKk4jMnDrZtFvfLMYQ9tJvHACfVKlF fNIUgR/H6gDkE0/VsvUmQNc= =HEXR -----END PGP SIGNATURE----- |