[Bug 753902] gstgl: make check fails for NVIDIA driver

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 21 01:59:07 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753902

--- Comment #5 from Matthew Waters <ystreet00 at gmail.com> ---
You always want G_SLICE=always-malloc with valgrind otherwise valgrind gets
confused very quickly with GLib's slice allocator.  There's also the .valgrind
target for tests which will set all this up as required.

e.g.
GST_GL_XINITTHREADS=1 make libs/gstglcontext.valgrind

See 'make help' in the tests/check directory of any module for more
information.

Nothing obvious stands out from the valgrind logs.  You can try debugging with
the .gdb target on the test and see where the double free comes from.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list