[gst-devel] Memory leak detection

vineeth nvineeth at gmail.com
Fri May 21 11:20:24 CEST 2010


On Thu, May 13, 2010 at 2:26 AM, Loc Nguyen <loc.x.nguyen at oracle.com> wrote:

> Hi,
>
> I was wondering what tools or internal APIs do any of you use to monitor
> memory usage inside of pipeline elements?  Do you have any facility to
> detect leaks?
>

I am assuming you are on *nix :
1. Compile your program with debug symbols ( -ggdb option )
2. Running it with: valgrind --tool=memcheck --leak-check=full
<program-with-args>




>
> -Loc
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100521/d6dc4e9a/attachment.htm>


More information about the gstreamer-devel mailing list