[Bug 767857] leaks tracer: list alive objects on demande and add 'checkpointing' support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 22 10:44:47 UTC 2016


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

--- Comment #5 from Guillaume Desmottes <gdesmott at gnome.org> ---
Review of attachment 330051:
 --> (https://bugzilla.gnome.org/review?bug=767857&attachment=330051)

::: plugins/tracers/gstleaks.c
@@ +165,3 @@
   self->objects = g_hash_table_new (NULL, NULL);
+
+  instances = g_list_append (instances, self);

done.

@@ +366,3 @@
+
+  if (g_getenv ("GST_LEAKS_TRACER_SIG")) {
+    signal (SIGUSR1, sig_usr1_handler);

What would be the best way to check that? CHECK_FUNCTION_EXISTS() ?

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