[gstreamer-bugs] [Bug 344761] New: gst-python leaks memory in initialization.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jun 13 06:25:21 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=344761
 GStreamer | gst-python | Ver: HEAD CVS

           Summary: gst-python leaks memory in initialization.
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at bilboed.com
         QAContact: johan at gnome.org
     GNOME version: Unspecified
   GNOME milestone: Unspecified


make check-valgrind in gst-python causes 2 leaks:

==26447== 17 (4 direct, 13 indirect) bytes in 1 blocks are definitely lost in
loss record 519 of 1335
==26447==    at 0x1B909222: malloc (vg_replace_malloc.c:130)
==26447==    by 0xE17D2F: g_malloc (in /usr/lib/libglib-2.0.so.0.800.6)
==26447==    by 0x1BE611F9: init_gst (gstmodule.c:116)
==26447==    by 0xCD577F: _PyImport_LoadDynamicModule (in
/usr/lib/libpython2.4.so.1.0)
==26447==    by 0xCD26E0: (within /usr/lib/libpython2.4.so.1.0)


==26447== 55 (28 direct, 27 indirect) bytes in 1 blocks are definitely lost in
loss record 866 of 1335
==26447==    at 0x1B909B71: calloc (vg_replace_malloc.c:175)
==26447==    by 0xE17D9D: g_malloc0 (in /usr/lib/libglib-2.0.so.0.800.6)
==26447==    by 0xE1C718: g_option_context_new (in
/usr/lib/libglib-2.0.so.0.800.6)
==26447==    by 0x1BEDE5B3: gst_init_check (gst.c:350)
==26447==    by 0x1BE6121C: init_gst (gstmodule.c:125)
==26447==    by 0xCD577F: _PyImport_LoadDynamicModule (in
/usr/lib/libpython2.4.so.1.0)


I added suppressions for the time being in gst-python/testsuite/gstpython.supp


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list