How to use mtrace to detect memory leaks in executable in Linux ?
The mtrace() function installs hook functions for the memory- allocation functions malloc, realloc, memalign, free. These hook … Read more
The mtrace() function installs hook functions for the memory- allocation functions malloc, realloc, memalign, free. These hook … Read more
Recently, I was trying to edit some HTML code which someone else has written and got lost … Read more
As per wikipedia, elfutils is mentioned as, “Ulrich Drepper wrote elfutils, to replace GNU Binutils, purely for … Read more
In our previous post “How to use gdb for debugging application programs ( On Ubuntu Linux using … Read more
Recently we encountered with one of the beautiful tool we could get for monitoring Linux’s real time … Read more