[Bug 764865] New: race in gstaudiosrc audioringbuffer thread

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Apr 10 20:36:40 UTC 2016


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

            Bug ID: 764865
           Summary: race in gstaudiosrc audioringbuffer thread
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: fabrice at bellet.info
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 325684
  --> https://bugzilla.gnome.org/attachment.cgi?id=325684&action=edit
audio: Fix a race with the audioringbuffer thread

I think I found a race problem occurring in some rare situations, in the
audioringbuffer thread, when the src->thread variable is used in the
audioringbuffer thread _before_ it is updated in the parent thread with
src->thread = g_thread_try_new(...). The same situation may probably happen in
sink too, even if I only observed the problem in the gstaudiosrc myself.

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