[Bug 661356] [gst-launch playbin2] leaks big chunks of memory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 10 04:21:16 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=661356
  GStreamer | gstreamer (core) | 0.10.x

--- Comment #3 from Ha Nguyen <hanguytv at gmail.com> 2011-10-10 11:21:12 UTC ---
Yes, I could reproduce this on my desktop. GStreamer 0.10.28.

Here is the trace from gst_alloc_trace_print_live:
GstObject              : -1160
GstRegistry            : 0x806b2a0
GstPadTemplate         : 0x81ad5c0
GstPadTemplate         : 0x8206298
GstPadTemplate         : 0x8206250
GstPadTemplate         : 0x8206208
GstPadTemplate         : 0x8206178
GstPadTemplate         : 0x8206130
GstPadTemplate         : 0x82060e8
GstPadTemplate         : 0x82060a0
GstPadTemplate         : 0x8206058
GstPadTemplate         : 0x8206010
GstPadTemplate         : 0x81e1ef0
GstPadTemplate         : 0x81e1ea8
GstPadTemplate         : 0x81e1e60
GstPadTemplate         : 0x81e1dd0
GstPadTemplate         : 0x81e1d88
GstPadTemplate         : 0x81e1cf8
GstPadTemplate         : 0x81e1cb0
GstPadTemplate         : 0x8206328
GstPadTemplate         : 0x82062e0
GstPadTemplate         : 0x81e1c68
GstPadTemplate         : 0x81e1c20
GstPadTemplate         : 0x81e19c8
GstPadTemplate         : 0x81e1980
GstPadTemplate         : 0x81e1860
GstPadTemplate         : 0x81e1818
GstPadTemplate         : 0x819ce90
GstPadTemplate         : 0x819ce48
GstPadTemplate         : 0x819ce00
GstPadTemplate         : 0x819cdb8
GstPadTemplate         : 0x819cd70
GstPadTemplate         : 0x819cc98
GstPadTemplate         : 0x819cc50
GstPadTemplate         : 0x8174f18
GstPadTemplate         : 0x8174ed0
GstPadTemplate         : 0x8174c90
GstPadTemplate         : 0x8174c48
GstPadTemplate         : 0x8174c00
GstPadTemplate         : 0x8174b98
GstPadTemplate         : 0x8174b50
GstPadTemplate         : 0x8174b08
GstPadTemplate         : 0x8174ac0
GstPadTemplate         : 0x8174a78
GstPadTemplate         : 0x8174a30
GstPadTemplate         : 0x8174910
GstPadTemplate         : 0x81748c8
GstPadTemplate         : 0x8174880
GstPadTemplate         : 0x8174838

And here is the summary from valgrind:
==2879== LEAK SUMMARY:
==2879==    definitely lost: 5,551 bytes in 1 blocks
==2879==    indirectly lost: 120 bytes in 10 blocks
==2879==      possibly lost: 919,169 bytes in 2,404 blocks
==2879==    still reachable: 121,528 bytes in 1,299 blocks
==2879==         suppressed: 160,951 bytes in 2,358 blocks
==2879== 
==2879== ERROR SUMMARY: 705 errors from 705 contexts (suppressed: 1131 from
779)
--2879-- 
--2879-- used_suppression:   1419 <g_type_class_ref leaks>
--2879-- used_suppression:      3 <tls>
--2879-- used_suppression:    128 <insert_a_suppression_name_here>
--2879-- used_suppression:      1 nss_parse_* memleak
--2879-- used_suppression:      2 <g_type_init calloc 4>
--2879-- used_suppression:     27 <glib 2.21 static type data>
--2879-- used_suppression:    281 glib type registry
--2879-- used_suppression:     24 <insert_a_suppression_name_here>
--2879-- used_suppression:      2 <bonobo init>
--2879-- used_suppression:      2 <gconf init>
--2879-- used_suppression:      1 <bonobo init>
--2879-- used_suppression:      2 <gconf init>
--2879-- used_suppression:    255 <glib 2.21 static type data>
--2879-- used_suppression:    364 dl-hack3-cond-1
==2879== 
==2879== ERROR SUMMARY: 705 errors from 705 contexts (suppressed: 1131 from
779)

Thanks for your support!

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