[gstreamer-bugs] [Bug 641636] valgrind shows several leaks in gstreamer when running wine's conformance tests

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Feb 5 17:26:30 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=641636
  GStreamer | gstreamer (core) | 0.10.30

David Schleef <ds> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO

--- Comment #1 from David Schleef <ds at schleef.org> 2011-02-06 01:26:24 UTC ---
Please run this with the gstreamer suppressions (common/gst.supp inside any
gstreamer source tarball).  It's also useful to set the environment variable
G_SLICE=always_malloc.

In general, the "possibly lost" chunks are not actually lost.  Of the
"definitely lost" chunks, I see only one that is likely due to GStreamer:

 91 bytes in 4 blocks are definitely lost 
    at  malloc (vg_replace_malloc.c:236)
    by  g_malloc (in /lib/libglib-2.0.so.0.2400.2)
    by  g_memdup (in /lib/libglib-2.0.so.0.2400.2)
    by  _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:775)
    by  gst_registry_binary_read_cache (gstregistrybinary.c:587)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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