|
From: Ben <b_...@ya...> - 2005-02-09 11:11:29
|
Hello I'm using valgrind to check very large and complex application. Originally we used valgrind-2.0.0 on RedHat7.2 and it worked nice. Now we've migrated to RedHat9.0 and valgrind-2.2.0 ( 2.0.0 doesn't work on RH9 for some reasons). First valgrind runs VERY slowly even when I use addrcheck ( I used to run memcheck with 2.0.0 ) and even worse, at some execution point valgrind exits with the following error VG_(get_memory_from_mmap): newSuperblock's request for 65536 bytes failed. VG_(get_memory_from_mmap): 253139360 bytes already allocated. I use the following options --tool=addrcheck --leak-check=yes --num-callers=30 --show-reachable=yes --error-limit=no --logfile=valgr_log I would appreciate some advice Thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |