Valgrind stack trace missing symbol names -


i running "valgrind --tool=memcheck --leak-check=full -v" , call stack being reported missing symbols. here's i'm seeing:

==11734== 20 bytes in 1 blocks lost in loss record 5 of 29 ==11734==    @ 0x4005903: malloc (vg_replace_malloc.c:195) ==11734==    0x5308223: ??? ==11734==    0x53077fb: ??? ==11734==    0x52d8b17: ??? ==11734==    0x52f3a1d: ??? ==11734==    0x5259b3d: ??? ==11734==    0x5258274: ??? ==11734==    0x5251e26: ??? ==11734==    0x524735d: ??? 

i running debug build using shared object libs, should not problem because have used valgrind on app many times, using shared object libs. ideas?


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -