[Bug 756828] Deadlocks in rhythmbox at the end of a song

rhythmbox (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 20 00:25:55 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net
          Component|gstreamer (core)            |general
            Version|1.6.0                       |HEAD
           Assignee|gstreamer-bugs at lists.freede |rhythmbox-maint at gnome.bugs
                   |sktop.org                   |
            Product|GStreamer                   |rhythmbox
   Target Milestone|git master                  |---
         QA Contact|gstreamer-bugs at lists.freede |rhythmbox-maint at gnome.bugs
                   |sktop.org                   |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Thread 2 looks like a problem in Rhythmbox: the about-to-finish handler waits
for a GCond there.

And that combined with Thread 1, where Rhythmbox is shutting down the
pipeline... which deadlocks because Thread 2 is waiting (from a streaming
thread!) for a GCond.

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