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 ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
