[Bug 756219] New: gdkpixbufdec: Fix pixbuf_loader leak during failures

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 7 19:43:57 PDT 2015


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

            Bug ID: 756219
           Summary: gdkpixbufdec: Fix pixbuf_loader leak during failures
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When running validate media check for gif files,
analyzing URI times out for some files. There is a memory leak during this
scenario.

==7986== 41,389,724 (12 direct, 41,389,712 indirect) bytes in 1 blocks are
definitely lost in loss record 3,067 of 3,069
==7986==    at 0x402C17C: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==7986==    by 0x4259BE2: g_malloc (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==7986==    by 0x4270281: g_slice_alloc (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==7986==    by 0x42503E0: g_list_append (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==7986==    by 0x5097B05: ??? (in
/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so)
==7986==    by 0x50982B8: ??? (in
/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so)
==7986==    by 0x50C0581: gdk_pixbuf_loader_write (in
/usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7)
==7986==    by 0x508E083: gst_gdk_pixbuf_dec_chain (gstgdkpixbufdec.c:490)
==7986==    by 0x40E25B7: gst_pad_push_data (gstpad.c:4096)
==7986==    by 0x40EB136: gst_pad_push (gstpad.c:4467)
==7986==    by 0x6526D63: gst_type_find_element_loop
(gsttypefindelement.c:1127)
==7986==    by 0x4118888: gst_task_func (gsttask.c:331)
==7986==    by 0x4119A2E: default_func (gsttaskpool.c:68)
==7986==    by 0x427B404: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==7986==    by 0x427A9A9: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==7986==    by 0x431FF6F: start_thread (pthread_create.c:312)
==7986==    by 0x4421BED: clone (clone.S:129)

-- 
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