From: subhasish K. <sub...@gm...> - 2019-06-24 16:33:20
|
Hi, I am using embedded linux to run my application. I do not get any memory leak information with valgrind, when I set “ *--track-origins=yes*”. Without *--track-origins* option, I can see memory leak errors, but file name and line number is not displayed. I have attached valgrind logs for reference. My application is compiled with “*-g -o0*” compiler flags and my open-embedded core does not support GDB. Kindly let me know, how to get more debug information for memory leaks in my application. Thanks for your support, Subhasish |