|
From: Igmar P. <mai...@jd...> - 2004-10-10 15:14:39
|
Hi, I was force to do some coding on an older system (glibc 2.2.4 based), and I noticed it takes considerably more time to run an app under valgrind then on a somewhat newer system. I can see VG looping the CPU. To give an indication : real 1m44.480s user 1m31.300s sys 0m0.950s to run an app that only has 1 printf() in main(). Ik locks up a long time at ==13832== Reading syms from /lib/libc-2.2.4.so (0xB1027000) <messages about redirection> ==13832== Reading syms from /lib/libc-2.2.4.so (0x1B915000) bit eventually does finish. I'll see if I can bump the libc version to 2.2.5 and see if that makes a difference. It this bug-file worthy material ? regards, Igmar |