Gstreamer1.0 : memory leak
dabrain34
scerveau at gmail.com
Mon May 20 14:50:01 UTC 2019
Sorry for the previous malformed message.
Dear Rohan,
Here is a script i'm using to clean up the glib/gst false positive
leaks:
/export G_SLICE=always-malloc
export G_DEBUG=gc-friendly
export GLIBCPP_FORCE_NEW=1
export GLIBCXX_FORCE_NEW=1
SUPP="--suppressions=glibc-2.3.supp
--suppressions=gst.supp"
OPTS="-v --trace-children=yes --track-fds=yes --time-stamp=yes
--tool=memcheck
--leak-check=full --leak-resolution=high --freelist-vol=10000000
--show-reachable=yes
--num-callers=40 ${SUPP}"
GOTO="> result.txt 2>&1"
valgrind $OPTS $* > result.txt 2>&1
/
glibc-2.supp
<http://gstreamer-devel.966125.n4.nabble.com/file/t377496/glibc-2.supp>
gst.supp <http://gstreamer-devel.966125.n4.nabble.com/file/t377496/gst.supp>
Hope it helps.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list