|
From: <par...@ao...> - 2010-08-06 09:31:27
|
Hi, I am getting memory leaks based on __libc_csu_init ==30331== 28 bytes in 1 blocks are definitely lost in loss record 701 of 737 ==30331== at 0x4005903: malloc (vg_replace_malloc.c:195) ==30331== function_XYZ() ==30331== by 0x886FAE8: __libc_csu_init (in /root/Data/bin/prg) ==30331== by 0x992D90: (below main) (in /lib/libc-2.5.so) When I try to suppress this leak, it gives multiple Invalid Read/Write errors. Am I doing something wrong here to get these errors? Thanks, Parvez |