[Bug 727003] Memory Leak in QtGstreamer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 31 22:35:08 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=727003
  GStreamer | qt-gstreamer | 0.10.0

--- Comment #4 from monalisabarik29 at gmail.com 2014-04-01 05:35:00 UTC ---
(In reply to comment #3)
> How much of memory being leaked are we talking about?
> Also, how do you measure it? Have you used valgrind (with G_SLICE=always-malloc
> - https://developer.gnome.org/glib/unstable/glib-running.html)?
> Finally, have you checked if gst-launch leaks as well?

-> valgrind result :
==11520== LEAK SUMMARY:
==11520==    definitely lost: 21,075 bytes in 11 blocks
==11520==    indirectly lost: 11,328 bytes in 352 blocks
==11520==      possibly lost: 3,960,827 bytes in 1,901 blocks
==11520==    still reachable: 4,431,810 bytes in 42,335 blocks
==11520==         suppressed: 0 bytes in 0 blocks
==11520== Reachable blocks (those to which a pointer was found) are not shown.
==11520== To see them, rerun with: --leak-check=full --show-reachable=yes
==11520== 
==11520== For counts of detected and suppressed errors, rerun with: -v
==11520== ERROR SUMMARY: 950 errors from 934 contexts (suppressed: 2 from 2)

-> I am checking memory uses using top command which becomes 85% for my
application if it run continuously for 1 day.

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