I’ve got an application that was compiled without debugging information and I need to check memory leaks. Is there any way to do it in linux like I can do it in solaris with mdb + umem?
I’ve got an application that was compiled without debugging information and I need to
Share
Sure. Run it with valgrind (valgrind yourexecutable).