[Bug 784382] Debug-Output hangs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 30 14:11:06 UTC 2017


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

--- Comment #1 from Martin Maurer <martin2.maurer at zeiss.com> ---
It is enough to set GST_DEBUG "default" to a value of at least 1 and
"GST_BUFFER" to a value of at least 6.

e.g. GST_DEBUG=default:1,GST_BUFFER:6

Cyclic call graph? Recursive locking of a mutex?

This is the callstack (latest on bottom):

gst_event.c: gst_event_new_caps
...
gstinfo.c: gst_debug_print_object (GST_IS_CAPS)
gstcaps.c: gst_caps_to_string
gststructure.c: priv_gst_structure_append_to_gstring
gstvalue.c: gst_value_serialize
gstvalue.c: gst_value_serialize_buffer
gstbuffer.c: gst_buffer_map
gstbuffer.c: gst_buffer_map_range

gst_buffer_map_range calls GST_CAT_LOG, where it does not return.

This must be continued by someone with more knowledge in this area.
I don't know how to solve it.

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