|
From: Manthos S. <s.m...@gm...> - 2010-07-16 17:07:37
|
Dear experts, i used valgrind/memcheck to detect memoory leaks in my <executable>. The valgrind-report claims: HEAP SUMMARY: ==23041== in use at exit: 0 bytes in 0 blocks ==23041== total heap usage: 0 allocs, 0 frees, 0 bytes allocated ..but this cannot be real! I know that my app has some mem leaks! Why could that happen? FYI: 1. when i run valgrind with "-v" option, i get this strange message: Reading syms from /home/user/../../<my executable> (0x8048000) --23041-- object doesn't have a dynamic symbol table IS this normal??? 2. I used different versions and my executable is not more than 2MB. Hanging on your expertise!! Best regards Manthos |