|
From: Julian S. <js...@ac...> - 2012-04-03 15:37:11
|
On Tuesday, April 03, 2012, Peter Toft wrote: > Hi Valgrinders > > I am debugging a beast of C/C++ - ~800.000 lines of code. 800k LOC is small (very) compared to some .. > I see with GCC 4.5.2 and valgrind 3.7.0 on Red Hat 5.7 64 bit, that > valgrind exits with no warning. Bummer! Is it using a custom allocator, or a non-glibc malloc/free implementation (tcmalloc, jemalloc) ? That might explain it. > I do not have any $LD_PRELOAD set. Should I? Not AFAIK. J |