Now when I add "--show-below-main=yes" option in Valgrind command, the stack originates from __libc_start_main (in /lib/libc-2.5.so).
-----Original Message----- From: [email protected] To: [email protected] Sent: Fri, 6 Aug 2010 3:03 pm Subject: [Valgrind-users] Valgrind leak for __libc_csu_init 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 ------------------------------------------------------------------------------ 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
