|
From: Gmane A.
|
Hello All, ==29908== 1 bytes in 1 blocks are definitely lost in loss record 1 of 187 ==29908== at 0x1B903D1C: malloc (vg_replace_malloc.c:131) ==29908== by 0x1DEF7B2B: ??? ==29908== by 0x1DED5F27: ??? ==29908== by 0x1DEC7633: ??? ==29908== by 0x1DEC9AAA: ??? ==29908== by 0x818B3C8: _thread_func(void *) (threads.cc:202) ==29908== by 0x1B90B8BC: thread_wrapper (vg_libpthread.c:867) ==29908== by 0xB000F6A8: do__quit (vg_scheduler.c:1861) Currently I am getting too many "???", where _thread_func is a function pointer pointing to some function in shared library. Is there an option that resolves functions in ".so"s ? How would you debug this issue? TIA! GamBu. |