GNOME Bugzilla – Bug 778035
race in gst_base_src_loop() detected by TSan
Last modified: 2018-11-03 12:39:09 UTC
Created attachment 344715 [details] ThreadSanitizer: data race gstreamer/gst/gstpad.c:5543 in gst_pad_send_event_unchecked This case suggested by the ThreadSanitizer occurs when updating the flags of the GstPad object while holding the object lock in gstpad.c, and when reading the flags in gst_base_src_loop(), unlocked: if (G_UNLIKELY (src->priv->flushing || GST_PAD_IS_FLUSHING (pad)))
Basically the same thing as https://bugzilla.gnome.org/show_bug.cgi?id=778038#c1
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/217.